Model Context Protocol
Fullpilot MCP Server
Connect AI assistants to Fullpilot so they can search local businesses, enrich owner contact data, and help run local outbound workflows from your existing AI client.
Remote MCP
Streamable HTTP
{
"mcpServers": {
"fullpilot": {
"url": "https://mcp.fullpilot.com/mcp",
"headers": {
"Authorization": "Bearer PASTE_YOUR_FULLPILOT_API_KEY_HERE"
}
}
}
}Overview
What the Fullpilot MCP server does
MCP is an open standard that lets AI assistants connect to external tools. Fullpilot MCP gives those assistants a safe way to work with your Fullpilot account.
Instead of logging into the dashboard for every search, list, or enrichment task, you can ask your AI assistant to use Fullpilot directly.
Example request
Find 250 dentists in Phoenix with more than 25 reviews, enrich the available owner contacts, and summarize which records are ready for outreach.
Setup
Get your API key
Fullpilot MCP uses your Fullpilot API key for authentication. Keep this key private because it grants access to your workspace.
- Log in to your Fullpilot dashboard.
- Open workspace settings and go to API keys.
- Create a new API key for MCP access.
- Copy the key and store it securely.
MCP endpoint
https://mcp.fullpilot.com/mcpPass your key in the Authorization header as a bearer token.
Clients
Connect your AI assistant
Claude Desktop
Open Claude Desktop settings, go to connectors, add a custom connector, and use the Fullpilot MCP endpoint with your API key.
{
"mcpServers": {
"fullpilot": {
"url": "https://mcp.fullpilot.com/mcp",
"headers": {
"Authorization": "Bearer PASTE_YOUR_FULLPILOT_API_KEY_HERE"
}
}
}
}Cursor
Open Cursor settings, search for MCP, edit your MCP config, paste the Fullpilot server block, then restart Cursor.
{
"mcpServers": {
"fullpilot": {
"url": "https://mcp.fullpilot.com/mcp",
"headers": {
"Authorization": "Bearer PASTE_YOUR_FULLPILOT_API_KEY_HERE"
}
}
}
}n8n and other MCP clients
Use Streamable HTTP transport, set the server URL to the Fullpilot MCP endpoint, and pass your API key in the Authorization header.
Tools
What your AI can do
Search tools
Local business search
- • Find businesses by category, city, state, country, and market
- • Filter by reviews, rating, website status, and local signals
- • Build market lists for med spas, dentists, HVAC, restaurants, gyms, and more
Enrichment tools
Contact enrichment
- • Unlock available owner and operator contact data
- • Return email, phone, address, category, rating, and business profile fields
- • Use one credit for one enriched local business record
Campaign tools
AI SDR execution
- • Create outreach audiences from enriched records
- • Launch AI SDR campaigns from a selected local market
- • Route interested replies and handoffs to your sales workflow
Operations tools
Reporting and workflow
- • Summarize lead lists, campaign status, replies, and handoffs
- • Push records into internal workflows through the API
- • Help GTM teams build agentic local outbound systems
Examples
Prompts to test
Troubleshooting
Common connection issues
Connection failed
Confirm the MCP URL and restart your AI client.
Unauthorized
Check that your Fullpilot API key is valid and copied correctly.
No tools shown
Refresh the connector or restart Claude, Cursor, or your MCP client.
No results returned
Broaden the category, geography, or filters in your search prompt.
Enrichment blocked
Confirm your workspace has enough local business credits.
FAQ
Frequently asked questions
Do I need to code?
No. Most setup is copying your API key into an MCP-compatible client. Developers can still use it for deeper agent workflows.
Which clients work?
Any client that supports remote MCP over Streamable HTTP can connect. Claude Desktop, Cursor, and n8n are common starting points.
What can the AI access?
The AI can only use the Fullpilot tools your API key permits. Keep the key private and rotate it if needed.
Does MCP replace the API?
No. The API is best for deterministic app integrations. MCP is best when an AI agent needs to reason, search, enrich, and coordinate workflow steps.
Does enrichment use credits?
Yes. One credit unlocks one local business record with available contact data, the same credit model used in Fullpilot.