Official MCP server for Leadpipe intent and data APIs.
Official MCP server for Leadpipe intent and data APIs.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: LEADPIPE_API_KEY
Environment variable: LEADPIPE_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-leadpipe-com-leadpipe": {
"env": {
"LEADPIPE_API_KEY": "your-leadpipe-api-key-here",
"LEADPIPE_BASE_URL": "your-leadpipe-base-url-here"
},
"args": [
"-y",
"@leadpipe/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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/authleadpipe://docs/workflowsleadpipe://docs/data-apiget_account_statusquery_visitor_datalist_pixels / create_pixelupdate_pixelnpm run typecheck
npm run build
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.