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.

  1. Log in to your Fullpilot dashboard.
  2. Open workspace settings and go to API keys.
  3. Create a new API key for MCP access.
  4. Copy the key and store it securely.

MCP endpoint

https://mcp.fullpilot.com/mcp

Pass 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

Find 100 med spas in Austin with more than 50 reviews and an active website.
Enrich these roofing companies and return the available owner emails and phone numbers.
Build a list of restaurants in Miami with weak review profiles for a reputation management campaign.
Create an audience from these local businesses and prepare it for an AI SDR campaign.
Summarize which local markets have the best contact coverage for my dental practice campaign.

Troubleshooting

Common connection issues

ProblemFix

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.