Official MCP server for Leadpipe intent and data APIs.
{
"mcpServers": {
"leadpipe": {
"env": {
"LEADPIPE_API_KEY": "sk_..."
},
"args": [
"-y",
"@leadpipe/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Official MCP server for Leadpipe intent and data APIs.
Is it safe?
No known CVEs for @leadpipe/mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 7 days ago.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
25 tools. ~1,000 tokens (0.5% of 200K). Consider loading selectively.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@leadpipe/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
list_topicsList available topics
get_topic_facetsGet facets for a topic
search_topicsSearch for topics
get_topic_trendGet trend data for a topic
compare_topicsCompare multiple topics
get_topic_moversGet trending topic movers
analyze_website_topicsAnalyze topics from a website
get_audience_filtersGet available audience filters
preview_audiencePreview audience size and composition
query_audienceQuery an audience with ad hoc filters
authAuthentication documentation
leadpipe://docs/auth
workflowsWorkflows documentation
leadpipe://docs/workflows
data-apiData API documentation
leadpipe://docs/data-api
discover-audience-topicsDiscover and analyze audience topics
operate-saved-audienceCreate and manage saved audiences
investigate-visitor-dataInvestigate visitor data and tracking
This server is missing a description.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.leadpipe-com/leadpipe and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Official MCP server for Leadpipe intent and data APIs.
Use this server to give agents direct access to:
Leadpipe MCP wraps the public Leadpipe intent and data APIs in a local MCP server that agents can use over stdio.
This server is API-key authenticated by default so the full audience workflow, visitor data access, and pixel management workflows are available to agents.
Most users do not need to clone this repo or build from source. The published package is:
npx -y @leadpipe/mcp
You will need:
export LEADPIPE_API_KEY=sk_...
Optional advanced override:
export LEADPIPE_BASE_URL=https://api.aws53.cloud
LEADPIPE_BASE_URL only needs to change if you are pointing at a non-default environment.
Add this to your Claude Desktop MCP config:
{
"mcpServers": {
"leadpipe": {
"command": "npx",
"args": ["-y", "@leadpipe/mcp"],
"env": {
"LEADPIPE_API_KEY": "sk_..."
}
}
}
}
Add this to ~/.cursor/mcp.json:
{
"mcpServers": {
"leadpipe": {
"command": "npx",
"args": ["-y", "@leadpipe/mcp"],
"env": {
"LEADPIPE_API_KEY": "sk_..."
}
}
}
}
Add the server with the Codex CLI:
codex mcp add leadpipe --env LEADPIPE_API_KEY=sk_... -- npx -y @leadpipe/mcp
Then confirm it is configured:
codex mcp list
If you just want to verify the package runs:
npx -y @leadpipe/mcp
For local development or repo hacking:
npm install
npm run build
node dist/index.js
For iterative local development:
npm run dev
Local source build MCP config:
{
"mcpServers": {
"leadpipe": {
"command": "node",
"args": ["/absolute/path/to/mcp/dist/index.js"],
"env": {
"LEADPIPE_API_KEY": "sk_..."
}
}
}
}
list_topicsget_topic_facetssearch_topicsget_topic_trendcompare_topicsget_topic_moversanalyze_website_topicsget_audience_filterspreview_audiencequery_audiencelist_audiencesget_audiencecreate_audienceupdate_audiencedelete_audienceget_audience_statusget_audience_resultslist_audience_runsget_audience_statsexport_audiencequery_visitor_datalist_pixelscreate_pixelupdate_pixelget_account_statusdiscover-audience-topicsoperate-saved-audienceinvestigate-visitor-dataSee examples/prompt-examples.md for copy-paste prompts that work well with this MCP server.
Good starting prompts:
<audience-id>. If it is ready, export it and give me the download URL."example.com over the last 30 days and tell me whether our tracking setup looks healthy."For more structured operational flows, see:
leadpipe://docs/auth