Skip to main content
Whop runs two Model Context Protocol (MCP) servers: one that lets agents search and read these docs, and one that lets them operate on live Whop data. Both speak streamable HTTP at a /mcp endpoint.

Whop Docs MCP server

Gives AI agents direct access to Whop documentation for accurate guidance while building. Server URL: https://docs.whop.com/mcp
One-click install for Cursor: Install MCP Server Any other MCP client that supports streamable HTTP can connect with the same URL.

Whop API MCP server

Allows AI agents to make direct API calls to Whop: list resources, create data, and explore your setup interactively. Server URL: https://mcp.whop.com/mcp
https://mcp.whop.com/sse still works for clients that only speak the older SSE transport. Prefer /mcp (streamable HTTP) everywhere else.

Authentication

When connecting, provide your API key in the authorization prompt:
  • Company API Key - For accessing only your company’s data
  • App API Key - For accessing data across companies that have installed your app

Connect from Claude.ai

  1. Open Claude Web
  2. Go to Settings -> Connectors
  3. Click ”+ Add Custom Connector”
  4. Add the MCP server URL: https://mcp.whop.com/mcp

Plain-file access for agents

If you have no MCP client, docs.whop.com/llms.txt indexes every page by product area, and appending .md to any docs URL returns the raw Markdown.

Next steps

API overview

How requests, versioning, and pagination work.

Quickstart

Make your first API call in a few minutes.

Test in sandbox

Point your agent at test data before going live.

Whop CLI

Build and manage Whop apps from your terminal.