{
  "name": "zipzipdoc-mcp",
  "description": "Model Context Protocol HTTP server for zipzipdoc.com (read-only).",
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "/mcp",
  "documentation": "https://zipzipdoc.com/llms.txt",
  "capabilities": [
    "resources",
    "tools"
  ],
  "examples": {
    "curl": "curl -X POST https://zipzipdoc.com/mcp -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'",
    "claudeDesktopConfig": {
      "mcpServers": {
        "zipzipdoc": {
          "url": "https://zipzipdoc.com/mcp"
        }
      }
    }
  }
}