CreatorAPI ships a hosted MCP server you add as a connector in ChatGPT: sign in with your CreatorAPI account and ChatGPT can read your fans, messages, earnings, posts and more. No key to paste, nothing to install.
The CreatorAPI connector is a hosted MCP server at a single URL that ChatGPT can talk to directly, giving it native access to your connected OnlyFans and Fansly accounts. Authentication is a normal sign in flow: OAuth 2.1 with PKCE and dynamic client registration, so there is no API key to copy and no local process to run. Under the hood it is the same server documented on the OnlyFans MCP page, exposed as a connector.
You create a CreatorAPI account, add the hosted connector URL in ChatGPT settings, sign in once, then ask in plain English.
Sign up and connect an OnlyFans or Fansly account. Connect is passwordless: your password and 2FA code go to the real platform login, never to us.
In ChatGPT settings, add a new connector with the URL below. ChatGPT discovers the server and its tools automatically.
ChatGPT opens the CreatorAPI sign in page. Approve it once and the session is registered through OAuth 2.1 with PKCE. No key ever touches the chat.
Try "who are my top spenders this month" or "summarize my newest fan". ChatGPT picks the right tool and reads the answer from your account.
# connector URL for ChatGPT
https://api.creator-api.com/mcp
The connector exposes the full first party toolset over your connected accounts.
native_get covers fans, messages, media, earnings, posts, transactions and subscribers. list_accounts and list_platforms show what is connected.
get_fan_summary returns a structured brief on any fan: persona, spend signal, churn risk and a suggested next message. Details at AI fan summaries.
Tags, smart links, webhooks and data exports are all callable as tools, plus whoami and get_billing for account state.
The MCP server is read only by default, so ChatGPT cannot send messages or change anything on your account unless you explicitly allow it. Outbound writes are enabled with CREATOR_API_ENABLE_WRITES=1, and every tool carries MCP safety annotations such as read only hints and destructive hints, so the client knows which calls are safe before it makes them.
One MCP server covers every client: ChatGPT and Claude use the hosted connector with OAuth sign in, while Cursor, Windsurf and Cline can run it locally with uvx creator-api-mcp or point at the hosted endpoint with a Bearer key. If Claude is your daily driver, the Claude connector page walks through all three setups step by step.
Add the hosted CreatorAPI MCP server as a connector in ChatGPT settings and sign in with your CreatorAPI account. Once approved, ChatGPT can read fans, messages, earnings, posts, transactions and subscribers from your connected OnlyFans or Fansly account.
No. The connector uses OAuth 2.1 with PKCE and dynamic client registration, so you sign in once in the browser and no key ever appears in the chat.
Not by default. The MCP server is read only unless you explicitly enable writes with the CREATOR_API_ENABLE_WRITES setting, and every tool carries safety annotations so the client knows which calls are safe.
The server exposes whoami, get_billing, list_platforms, list_accounts, native_get for fans, messages, media, earnings, posts, transactions and subscribers, plus get_fan_summary, tags, smart links, webhooks and exports.
Yes. The same server works as a connector in Claude, runs locally in Claude Desktop, Cursor, Windsurf and Cline via uvx, and connects to Claude Code as a hosted endpoint with a Bearer key.
No. Connect is passwordless: you type your password and 2FA code into the real platform login, so neither CreatorAPI nor ChatGPT ever sees them.
Each tool call spends metered credits, for example 1 credit per native read. The free trial includes 1,000 credits with no card required.
Sign up, add the connector, and start with 1,000 free credits and no card required.