{
  "name": "cora-intelligence",
  "display_name": "Cora Intelligence",
  "description": "Official MCP (Model Context Protocol) server for Cora Intelligence, an AI SDR / AI workforce for B2B sales. Lets AI agents and developers source and qualify leads, place real phone calls, send emails, and read stats. Every endpoint of the Cora REST API maps 1:1 to an MCP tool.",
  "version": "0.1.0",
  "website": "https://www.cora-intelligence.com",
  "documentation": "https://www.cora-intelligence.com/docs/api",
  "api_index": "https://www.cora-intelligence.com/api/v1",
  "signup": "https://www.cora-intelligence.com/for-agents",
  "transport": "streamable-http",
  "url": "https://www.cora-intelligence.com/api/mcp",
  "authentication": {
    "type": "oauth2",
    "description": "OAuth 2.1 with PKCE and Dynamic Client Registration (RFC 7591). No API key is needed for the connector; add Cora as a custom connector and sign in.",
    "authorization_server_metadata": "https://www.cora-intelligence.com/.well-known/oauth-authorization-server",
    "protected_resource_metadata": "https://www.cora-intelligence.com/.well-known/oauth-protected-resource/api/mcp"
  },
  "packages": [
    {
      "registry": "npm",
      "identifier": "@cora-intelligence/cli",
      "transport": "stdio",
      "command": "npx -y @cora-intelligence/cli cora-mcp",
      "environment": [
        "CORA_API_KEY"
      ]
    }
  ],
  "example_tools": [
    "list_leads",
    "create_lead",
    "trigger_call",
    "send_email",
    "get_stats"
  ],
  "tools_reference": "https://www.cora-intelligence.com/api/v1"
}