Skip to main content
Glama
devopsbrandmirchi

WhatConverts MCP Connector

WhatConverts MCP Connector

Plain-language MCP server for WhatConverts leads, accounts, and attribution.

Same Claude OAuth + Cloud Run pattern as meta-mcp-connector. Ask about leads, sources, campaigns, and sales value in natural language.

Features

  • Live data from the WhatConverts API

  • List agency accounts / profiles (master key) or query leads with a profile key

  • Lead summary, daily trend, and breakdowns (source, medium, campaign, type, …)

  • Search by email or phone; update quote / sales values

  • Leads dashboard (leads-dashboard.html)

  • Claude.ai OAuth when deployed to Cloud Run (MCP_PUBLIC_URL)

Related MCP server: Salesforce MCP Server

Project structure

whatconverts-mcp-connector/
├── whatconverts_mcp_server.py   # MCP server + HTTP routes
├── whatconverts_tools.py        # All MCP tools (full API coverage)
├── whatconverts_api.py          # WhatConverts API client
├── whatconverts_oauth.py        # Claude-compatible OAuth provider
├── leads-dashboard.html
├── test-accounts.html
├── setup.html                   # How to get API Token + Secret
├── requirements.txt
├── Dockerfile
├── deploy-cloudrun.ps1
├── .env.example
└── .cursor/mcp.json

Setup (local)

1. Install

cd whatconverts-mcp-connector
python -m venv .venv

# Windows
.venv\Scripts\activate

pip install -r requirements.txt
copy .env.example .env

2. Configure .env

WHATCONVERTS_API_TOKEN=your_token
WHATCONVERTS_API_SECRET=your_secret
WHATCONVERTS_ACCOUNT_ID=
WHATCONVERTS_PROFILE_ID=

Credentials

  1. Sign in at app.whatconverts.com

  2. Profile key: Tracking → Integrations → API Keys → Generate

  3. Master key (agency): Master Integrations → API Keys

  4. Copy Token + Secret into .env

Auth is HTTP Basic (token:secret). See /setup after starting the server.

3. Start the server

python whatconverts_mcp_server.py --http

Endpoint

URL

MCP

http://127.0.0.1:8001/mcp

Leads dashboard

http://127.0.0.1:8001/leads-dashboard

Accounts test

http://127.0.0.1:8001/test-accounts

Setup guide

http://127.0.0.1:8001/setup

Health

http://127.0.0.1:8001/health

4. Cursor MCP config

.cursor/mcp.json:

{
  "mcpServers": {
    "whatconverts": {
      "url": "http://127.0.0.1:8001/mcp"
    }
  }
}

Reload MCP in Cursor settings after starting the server.

MCP tools

Full WhatConverts API coverage (accounts, profiles, leads, recordings, tracking, users, roles).

Tool

Purpose

help_whatconverts

Tool catalog

get_integration_status

Credential / API health

list_accounts / get_account

Agency accounts

create_account / update_account / delete_account

Account CRUD (delete_* needs confirm=true)

list_profiles / get_profile

Profiles under an account

create_profile / update_profile / delete_profile

Profile CRUD

list_leads

Filtered lead list (all documented filters)

get_lead / search_leads

Lead detail / find by email·phone·user_id

create_lead / update_lead

Create / edit leads

get_leads_summary / get_daily_trend / get_leads_breakdown

Analytics

get_lead_recording / get_recording_file_meta

Call recording URLs / file meta

list_tracking_numbers / delete_tracking_number

Call tracking numbers

list_tracking_forms / delete_tracking_form

Form tracking

list_users / get_user / create_user / update_user

Users (agency)

list_roles / get_role

Roles & permissions

raw_api_request

Escape hatch for any /api/v1/ path

Example prompts

  • How many leads this week?

  • Break down leads by source for the last 14 days

  • Show phone calls from google / cpc yesterday

  • Find leads for email jane@example.com

  • What's our sales value this month by campaign?

Cloud Run

.\deploy-cloudrun.ps1 -ProjectId "YOUR_GCP_PROJECT_ID" -Service "whatconverts-mcp"

Claude custom connector URL: https://YOUR-SERVICE.run.app/mcp
Leave OAuth Client ID empty (DCR + CIMD).

Security

  • Never commit .env

  • Rotate API Token/Secret if exposed

  • Claude connector OAuth is separate from WhatConverts API auth

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables users to manage CRM leads, opportunities, projects, tasks, and sales records within ERPNext directly through MCP-compatible clients. It supports global searches, timesheet entries, and access to dashboard KPIs using natural language.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables natural-language-driven exploration, querying, and full configuration management of Salesforce Data Cloud / Data 360 via MCP.
    Apache 2.0

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devopsbrandmirchi/whatconverts-mcp-connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server