
Leadcloser Mcp
Let your coding agent read and manage LeadCloser leads and trade-business insights without leaving the chat.
Overview
LeadCloser MCP is a Grow-phase MCP server that lets coding agents manage leads and insights for NZ trade businesses through LeadCloser AI.
What is this MCP server?
- stdio MCP server via npm package @dylanc1317/leadcloser-mcp (v1.0.1)
- Connects agents to LeadCloser AI for NZ trade-business leads and insights
- Requires LEADCLOSER_TENANT_ID from leadcloser.co.nz/settings
- Purpose-built for plumbers, electricians, and similar local trade operators
- MCP integration—not a standalone agent skill or generic CRM tutorial
- Server schema version 1.0.1 on npm @dylanc1317/leadcloser-mcp
- Single required env var: LEADCLOSER_TENANT_ID
- Transport: stdio only per server.json
What problem does it solve?
Trade-business founders lose time copying lead context between LeadCloser and their AI coding session when they want quick updates or drafted follow-ups.
Who is it for?
NZ trade operators or devs building LeadCloser-adjacent automations who already have a LeadCloser tenant and use Claude Code or similar MCP clients.
Skip if: Builders outside LeadCloser’s ecosystem, non-NZ markets without the product, or teams needing deep custom CRM schema design in-repo.
What do I get? / Deliverables
After install, your agent can query and act on LeadCloser lead data in-thread using your tenant ID and stdio MCP wiring.
- Agent-callable LeadCloser lead and insight operations over MCP
- Configured stdio server entry with tenant authentication
Recommended MCP Servers
Journey fit
How it compares
Vertical LeadCloser API bridge via MCP, not a generic sales playbook skill or standalone CRM app.
Common Questions / FAQ
Who is LeadCloser MCP for?
It is for developers and solo builders who use LeadCloser AI for NZ trade leads and want their agent to read or update that workspace through MCP.
When should I use LeadCloser MCP?
Use it during Grow lifecycle work—reviewing inbound leads, drafting responses, or summarizing pipeline state while you ship product or ops automations.
How do I add LeadCloser MCP to my agent?
Add the @dylanc1317/leadcloser-mcp stdio server in your MCP config, set LEADCLOSER_TENANT_ID from leadcloser.co.nz/settings, and restart the client.