{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "Anter MCP Server",
    "version": "1.0.0",
    "description": "Managed AI agent platform MCP server providing agent execution, management, and tool routing capabilities."
  },
  "transport": {
    "type": "sse",
    "url": "https://api.anter.ai/mcp/sse"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "subscribe": true,
      "listChanged": true
    },
    "prompts": {
      "listChanged": true
    },
    "logging": {}
  },
  "authentication": {
    "type": "bearer",
    "protectedResource": "https://anter.ai/.well-known/oauth-protected-resource"
  }
}
