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.
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_pipelinePipeline, closed-won, meetings, and the per-channel breakdown.
query_revenueClosed-won revenue and ROI by channel.
query_channel_roiChannels ranked by return on spend.
query_rep_performanceSDR leaderboard with activity and win rate.
query_ai_sdr_performanceAI agents and the AI-vs-human benchmark.
query_sequencesSequences with reply rate, pipeline, and funnel.
query_attributionRevenue credit by channel under any of the 6 models.
query_event_volumeLive event volume by channel from the warehouse.
analyze_conversion_dropoffFind the biggest drop-off in a sequence funnel.
identify_best_channelsRank channels by efficiency and contribution.
identify_best_sequencesRank sequences by pipeline and reply rate.
generate_exec_summaryA 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.
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"
}
}
}
}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.