MCP for Claude · beta

Ask Claude about your pipeline.

8leads ships a Model Context Protocol server. Connect it to Claude and ask your numbers in plain English. Twelve tools, scoped to your workspace and your role.

Summarize last quarter and tell me what to cut.
Outbound generated $4.2M pipeline and $1.12M closed-won at 6.4x blended ROI. Cold email led at 7.1x. Twitter/X is the weakest channel at 1.2x. I would move that budget into the AI SDR sequence, which booked 71 meetings at $214 each.

Twelve tools, role-aware.

Every call is scoped to the workspace behind your API key, and access follows your role. Viewers can query; members and admins can also run analysis tools.

Query tools
query_pipeline

Pipeline, closed-won, meetings, and the per-channel breakdown.

query_revenue

Closed-won revenue and ROI by channel.

query_channel_roi

Channels ranked by return on spend.

query_rep_performance

SDR leaderboard with activity and win rate.

query_ai_sdr_performance

AI agents and the AI-vs-human benchmark.

query_sequences

Sequences with reply rate, pipeline, and funnel.

query_attribution

Revenue credit by channel under any of the 6 models.

query_event_volume

Live event volume by channel from the warehouse.

Analysis tools
analyze_conversion_dropoff

Find the biggest drop-off in a sequence funnel.

identify_best_channels

Rank channels by efficiency and contribution.

identify_best_sequences

Rank sequences by pipeline and reply rate.

generate_exec_summary

A written executive summary of outbound performance.

Connect in two minutes.

Create an API key in Settings, then add 8leads as a remote MCP server in your client. The hosted server speaks Streamable HTTP, so any MCP client that supports a remote URL can connect.

Remote (recommended)

Point your MCP client at the hosted URL with your API key as a bearer token.

{
  "mcpServers": {
    "8leads": {
      "url": "https://app.8leads.io/api/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_your_key"
      }
    }
  }
}
Local (stdio)

Prefer to run it yourself? The same tools ship as a local stdio server in the 8leads repo.

{
  "mcpServers": {
    "8leads": {
      "command": "pnpm",
      "args": ["--filter", "@8leads/mcp-server", "start"],
      "env": {
        "MCP_API_KEY": "sk_live_your_key",
        "MCP_ROLE": "owner"
      }
    }
  }
}

Create your key in Settings → API keys. The MCP is in beta; tell us what tools you want next.

Put your pipeline one question away.