MCP Server

Quickstart

The Splattr MCP server runs over Streamable HTTP. No local process to install — you point your client at the hosted URL and authenticate once via OAuth.

Server URL:

https://mcp.splattr.ai/

Claude Code

Add the server to your Claude Code configuration:

claude mcp add splattr --transport http https://mcp.splattr.ai/

On first use, Claude Code will open a browser window to complete the OAuth login with your Splattr account. After authenticating, the session persists — you won't need to log in again.

Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "splattr": {
      "type": "http",
      "url": "https://mcp.splattr.ai/"
    }
  }
}

Restart Claude Desktop. On first use, you'll be prompted to authenticate with your Splattr account.

Cursor

In Cursor, go to Settings → MCP and add a new server:

  • Name: Splattr
  • Type: HTTP
  • URL: https://mcp.splattr.ai/

Verify the connection

Once connected, ask your AI tool:

"List my Splattr campaigns"

You should see your existing campaigns, or a message confirming you don't have any yet.

Your first workflow

A complete end-to-end prospecting workflow from scratch:

1. Create a campaign
   "Create a Splattr campaign called 'Q3 Mid-Market Outreach'"

2. Train it with your product and customer info
   "Train campaign [ID] with this description: [paste your product/ICP description]"

3. Run a search
   "Run campaign [ID] with a batch size of 30"

4. Check progress (async — may take a few minutes)
   "Check status of task [task_id]"

5. Review scored prospects
   "List prospects in campaign [ID] with a minimum score of 70"

6. Get full detail on a top prospect
   "Get details for prospect [profile_id] in campaign [ID]"

7. Enrich contact info
   "Enrich email for prospect [profile_id] in campaign [ID]"

Next steps