{
  "$comment": "SEP-1649 server-card (modelcontextprotocol PR #2127). Schema still in flux; tool descriptions live in the hosted MCP server at the transport URL.",
  "serverInfo": {
    "name": "cloro",
    "version": "0.1.0",
    "title": "cloro MCP server",
    "description": "Query cloro's AI scraping APIs (ChatGPT, Perplexity, Gemini, Google AI Mode, Copilot, Grok, Google Search, Google News) as agent tools via MCP. Each request forwards your own cloro API key, so billing, rate limits, and concurrency are enforced by the API.",
    "documentation": "https://cloro.dev/docs/integrations/mcp",
    "homepage": "https://cloro.dev"
  },
  "transport": {
    "type": "http",
    "url": "https://mcp.cloro.dev/mcp"
  },
  "authentication": {
    "type": "bearer",
    "description": "Bearer cloro API key in the Authorization header, or in the URL path (https://mcp.cloro.dev/<api key>/mcp). Register at https://cloro.dev to obtain a key."
  },
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "links": {
    "openapi": "https://cloro.dev/docs/api-reference/openapi.json",
    "skills": "https://cloro.dev/.well-known/agent-skills/index.json",
    "apiCatalog": "https://cloro.dev/.well-known/api-catalog"
  }
}
