{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "serverInfo": {
    "name": "ToolJiffy MCP Server",
    "version": "1.0.0",
    "description": "Comprehensive developer, text, image, PDF, video, and online ruler utilities for AI agents.",
    "vendor": "ToolJiffy"
  },
  "transport": {
    "type": "sse",
    "url": "https://tooljiffy.com/api/mcp/sse"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "metadata": {
    "license": "MIT",
    "documentation": "https://tooljiffy.com/auth.md",
    "skills_index": "https://tooljiffy.com/.well-known/agent-skills/index.json"
  }
}
