Cora Intelligence — MCP Server

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.

This page is the human-readable description of an MCP endpoint. MCP clients that connect here use OAuth and receive the protocol response, not this page.

Endpoint

Connect (Claude Code)

claude mcp add --transport http cora https://www.cora-intelligence.com/api/mcp

Connect (Claude Desktop / Cursor via npm package)

{
  "mcpServers": {
    "cora": {
      "command": "npx",
      "args": ["-y", "@cora-intelligence/cli", "cora-mcp"],
      "env": { "CORA_API_KEY": "cora_live_..." }
    }
  }
}

Tools

Every Cora REST endpoint maps 1:1 to an MCP tool. Examples: list_leads, create_lead, trigger_call, send_email, get_stats. See the full catalog.

Machine-readable card: https://www.cora-intelligence.com/.well-known/mcp