{
  "$schema": "https://schemas.modelcontextprotocol.org/draft/2025-11/server-card.json",
  "serverInfo": {
    "name": "kallyai-mcp-server",
    "version": "1.1.0",
    "displayName": "KallyAI — AI Executive Assistant",
    "description": "Delegate phone calls, email, bookings, research, and everyday admin tasks to KallyAI — your AI Executive Assistant. Accepts natural-language task descriptions and executes them end-to-end on behalf of an authenticated user.",
    "vendor": {
      "name": "Kally Intelligence, Inc.",
      "url": "https://kallyai.com"
    },
    "license": "MIT",
    "homepage": "https://kallyai.com",
    "documentation": "https://github.com/Kally-Intelligence-Inc/kallyai-mcp-server/blob/main/USAGE.md",
    "repository": "https://github.com/Kally-Intelligence-Inc/kallyai-mcp-server",
    "support": "https://github.com/Kally-Intelligence-Inc/kallyai-mcp-server/issues",
    "privacyPolicy": "https://kallyai.com/privacy-policy",
    "termsOfService": "https://kallyai.com/terms-of-service"
  },
  "transports": [
    {
      "type": "stdio",
      "description": "Standard MCP stdio transport. Install from https://github.com/Kally-Intelligence-Inc/kallyai-mcp-server"
    },
    {
      "type": "http",
      "endpoint": "https://api.kallyai.com/mcp",
      "description": "HTTP/SSE MCP transport (experimental)"
    }
  ],
  "authentication": {
    "type": "oauth2",
    "discovery": "https://api.kallyai.com/.well-known/oauth-authorization-server",
    "protectedResource": "https://api.kallyai.com/.well-known/oauth-protected-resource",
    "requiredScopes": ["calls:write", "calls:read", "subscription:read"]
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "logging": true
  },
  "tools": [
    {
      "name": "kallyai_create_call",
      "description": "Make an AI phone call to accomplish tasks like restaurant reservations, medical appointments, hotel bookings, or general business inquiries.",
      "category": "calls"
    },
    {
      "name": "kallyai_list_calls",
      "description": "List call history with pagination to see previous phone calls and their status.",
      "category": "calls"
    },
    {
      "name": "kallyai_get_call",
      "description": "Get detailed information about a specific call including results and next steps.",
      "category": "calls"
    },
    {
      "name": "kallyai_get_transcript",
      "description": "Retrieve the full conversation transcript from a completed call.",
      "category": "calls"
    },
    {
      "name": "kallyai_get_subscription",
      "description": "Check subscription status, plan details, and billing information.",
      "category": "account"
    },
    {
      "name": "kallyai_get_statistics",
      "description": "Get usage statistics including minutes used, calls made, and remaining quota.",
      "category": "account"
    }
  ],
  "regions": [
    "US", "CA", "GB", "ES",
    "AT", "BE", "BG", "HR", "CY", "CZ", "DK", "EE", "FI", "FR", "DE",
    "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "NL", "PL", "PT",
    "RO", "SK", "SI", "SE"
  ],
  "languages": ["en", "es"]
}
