{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "domains.karma/mcp",
  "title": "Karma.Domains MCP",
  "description": "Domain intelligence across auctions, expired, backorder, and buynow. Pro plan: OAuth or API key.",
  "version": "2.4.0",
  "websiteUrl": "https://karma.domains/en/expired-domains-mcp/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.karma.domains/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Optional Bearer API key from Karma.Domains Profile → Settings (Pro). Claude/ChatGPT can use OAuth instead.",
          "isRequired": false,
          "isSecret": true,
          "placeholder": "Bearer YOUR_API_KEY"
        }
      ]
    }
  ]
}
