Leadpipe MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Leadpipe MCPFind 5 trending B2B topics for SaaS and preview a potential audience."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Leadpipe MCP
Official MCP server for Leadpipe intent and data APIs.
Use this server to give agents direct access to:
topic discovery
website topic analysis
audience preview and ad hoc query
saved audience management
audience status, results, runs, stats, and exports
visitor data lookup
tracking pixel management
account health and credit status
What This Is
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.
Use With Claude, Cursor, and Codex
Most users do not need to clone this repo or build from source. The published package is:
npx -y @leadpipe/mcpYou will need:
export LEADPIPE_API_KEY=sk_...Optional advanced override:
export LEADPIPE_BASE_URL=https://api.aws53.cloudLEADPIPE_BASE_URL only needs to change if you are pointing at a non-default environment.
Claude Desktop
Add this to your Claude Desktop MCP config:
{
"mcpServers": {
"leadpipe": {
"command": "npx",
"args": ["-y", "@leadpipe/mcp"],
"env": {
"LEADPIPE_API_KEY": "sk_..."
}
}
}
}Cursor
Add this to ~/.cursor/mcp.json:
{
"mcpServers": {
"leadpipe": {
"command": "npx",
"args": ["-y", "@leadpipe/mcp"],
"env": {
"LEADPIPE_API_KEY": "sk_..."
}
}
}
}Codex
Add the server with the Codex CLI:
codex mcp add leadpipe --env LEADPIPE_API_KEY=sk_... -- npx -y @leadpipe/mcpThen confirm it is configured:
codex mcp listQuick Start
If you just want to verify the package runs:
npx -y @leadpipe/mcpRun From Source
For local development or repo hacking:
npm install
npm run build
node dist/index.jsFor iterative local development:
npm run devLocal source build MCP config:
{
"mcpServers": {
"leadpipe": {
"command": "node",
"args": ["/absolute/path/to/mcp/dist/index.js"],
"env": {
"LEADPIPE_API_KEY": "sk_..."
}
}
}
}Tool Surface
Topic Discovery
list_topicsget_topic_facetssearch_topicsget_topic_trendcompare_topicsget_topic_moversanalyze_website_topics
Audience Builder
get_audience_filterspreview_audiencequery_audiencelist_audiencesget_audiencecreate_audienceupdate_audiencedelete_audience
Audience Results
get_audience_statusget_audience_resultslist_audience_runsget_audience_statsexport_audience
Visitor Data
query_visitor_data
Pixels
list_pixelscreate_pixelupdate_pixel
Account
get_account_status
Prompts
discover-audience-topicsoperate-saved-audienceinvestigate-visitor-data
Prompt Examples
See examples/prompt-examples.md for copy-paste prompts that work well with this MCP server.
Good starting prompts:
"Find 5-10 B2B topics for cloud cost optimization software, compare their recent trends, and preview an audience."
"Create a saved audience for these topics, activate it, wait until it is ready, and then summarize the first page of results."
"Check the status of audience
<audience-id>. If it is ready, export it and give me the download URL.""Investigate visitor activity for
example.comover the last 30 days and tell me whether our tracking setup looks healthy.""List our pixels, find any paused ones, and explain what needs attention."
Agent Playbooks
For more structured operational flows, see:
Resources
leadpipe://docs/authleadpipe://docs/workflowsleadpipe://docs/data-api
Typical Agent Workflow
Search or analyze topics
Preview audience size
Create or update a saved audience
Check status until the audience is ready
Fetch results or export CSV
Typical Data Workflow
Check
get_account_statusQuery visitor activity with
query_visitor_dataInspect or create pixels with
list_pixels/create_pixelPause or reactivate tracking with
update_pixel
Development
npm run typecheck
npm run buildLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leadpipe-com/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server