WhopMail MCP

Connect Cursor, ChatGPT, Claude, Grok, and other MCP clients to your Whop company's email marketing.

MCP URL

https://www.whopmail.com/api/mcp

Always use www.whopmail.com — other hosts may strip auth headers.

OAuth (recommended)

Cursor, ChatGPT, Claude connectors, and Grok Custom Connectors discover OAuth automatically from the MCP URL. When prompted, paste an MCP API key from WhopMail → Settings → MCP / AI agents.

Client IDwhopmail_mcp
Client Secret(leave blank — PKCE)
Authorization endpointhttps://www.whopmail.com/oauth/authorize
Token endpointhttps://www.whopmail.com/oauth/token
Registration (DCR)https://www.whopmail.com/oauth/register

Grok Custom Connector

  1. MCP server URL: https://www.whopmail.com/api/mcp
  2. Client ID: whopmail_mcp
  3. Client Secret: leave empty
  4. Auth URL: https://www.whopmail.com/oauth/authorize
  5. Token URL: https://www.whopmail.com/oauth/token
  6. When the browser opens, paste your wpml_… MCP key and Allow

Cursor / Claude (URL only)

Add a remote MCP server with URL https://www.whopmail.com/api/mcp. The client will start OAuth; complete the consent page with your MCP key.

API key header (CLI / legacy)

{
  "mcpServers": {
    "whopmail": {
      "url": "https://www.whopmail.com/api/mcp",
      "headers": {
        "Authorization": "Bearer wpml_YOUR_KEY"
      }
    }
  }
}

Discovery

  • https://www.whopmail.com/.well-known/oauth-protected-resource/api/mcp
  • https://www.whopmail.com/.well-known/oauth-authorization-server