
Leadpipe
Query Leadpipe intent and buyer-data APIs from the agent while shaping outbound and ICP-focused campaigns.
Overview
Leadpipe MCP is a MCP server for the Grow phase that exposes official Leadpipe intent and data APIs to your agent over stdio.
What is this MCP server?
- Official stdio MCP for Leadpipe intent and data APIs
- Authenticated workflows via LEADPIPE_API_KEY
- Optional LEADPIPE_BASE_URL override for non-default API environments
- npm package @leadpipe/mcp at registry version 0.2.1
- GitHub source at leadpipe-com/mcp for install verification
- Registry version 0.2.1; npm identifier @leadpipe/mcp
- Required env LEADPIPE_API_KEY; optional LEADPIPE_BASE_URL
- Repository: github.com/leadpipe-com/mcp
What problem does it solve?
Intent data lives in Leadpipe's API surface, but builders waste time context-switching when the agent cannot query those endpoints directly.
Who is it for?
Founders with a Leadpipe API key who want agent-driven account research and intent pulls during outbound planning.
Skip if: Teams without Leadpipe access, builders who only need free public web research, or full-funnel CRM replacement.
What do I get? / Deliverables
With LEADPIPE_API_KEY configured, your agent can run authenticated intent and data workflows against Leadpipe without manual API scripting each time.
- Agent-callable Leadpipe intent and data API results
- Environment-specific API access when base URL is overridden
- Reduced manual HTTP scripting for repeat GTM research tasks
Recommended MCP Servers
Journey fit
Intent and firmographic pulls support customer acquisition after you are committed to selling, which maps to grow. Lifecycle is where intent signals turn into prioritized accounts and messaging—not static landing-page experiments.
How it compares
Official Leadpipe API MCP bridge, not a bundled copywriting or sequencing skill.
Common Questions / FAQ
Who is Leadpipe MCP for?
Solo builders and small GTM teams who subscribe to Leadpipe and want intent and data API calls inside Claude Code, Cursor, or similar agents.
When should I use Leadpipe MCP?
Use it in grow-stage lifecycle work when prioritizing accounts, validating buyer intent, or enriching lists before outreach.
How do I add Leadpipe MCP to my agent?
Add a stdio MCP entry for @leadpipe/mcp, set LEADPIPE_API_KEY, optionally LEADPIPE_BASE_URL, then restart the agent so tools load from the registry package.