{
  "$schema": "https://modelcontextprotocol.io/schema/2025-06-18/server.json",
  "name": "xantly",
  "displayName": "Xantly AI Gateway",
  "description": "Model Context Protocol server for the Xantly AI gateway. Exposes routing decisions, cache inspection, per-organization memory, cost breakdowns and intelligence-mode control as tools over a single OpenAI-compatible gateway reaching 10,000+ models.",
  "version": "1.0.0",
  "vendor": "Xantly Inc.",
  "homepage": "https://xantly.com",
  "documentation": "https://xantly.com/docs/xantly-mcp-launch",
  "transport": {
    "type": "streamable-http",
    "url": "https://api.xantly.com/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.xantly.com/mcp"
    }
  ],
  "authentication": {
    "type": "http",
    "scheme": "bearer",
    "description": "Your Xantly API key as a bearer token. An anonymous request returns 401 with a WWW-Authenticate header naming the RFC 9728 metadata document.",
    "protectedResourceMetadata": "https://api.xantly.com/.well-known/oauth-protected-resource/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  }
}
