{
  "name": "com.confident-ai/mcp",
  "title": "Confident AI MCP Server",
  "description": "Connects coding agents to Confident AI projects over the Model Context Protocol: prompt management, datasets, cloud evaluations, production traces and spans, human annotations, annotation queues, test runs, custom metrics, dashboards, and AI governance.",
  "version": "1.0.0",
  "websiteUrl": "https://www.confident-ai.com/docs/coding-agents/mcp",
  "serverInfo": {
    "name": "confident-ai",
    "title": "Confident AI",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.confident-ai.com/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.confident-ai.com/mcp",
      "authentication": { "type": "oauth2" }
    },
    {
      "type": "streamable-http",
      "url": "https://eu.mcp.confident-ai.com/mcp",
      "authentication": { "type": "oauth2" }
    }
  ],
  "capabilities": {
    "tools": {}
  }
}
