# CreatorAPI > CreatorAPI is one REST API for native OnlyFans and Fansly access, with Fanvue, ManyVids and JustForFans on the way. One key covers both platforms. Connect is passwordless: import a session or log in inside a browser we host, so we never see the password. Every account gets its own managed residential IP. On top of raw access it adds Fan AI Summary, Smart Links, Tags and CRM, Webhooks and Exports. Billing is metered credits through Stripe, and you start free with 1,000 credits and no card. Base URL https://api.creator-api.com. Authenticate with the header `X-API-Key`. All native routes are reached through `{METHOD} https://api.creator-api.com/v1/{account}/native/{path}`. ## Key facts - Platforms: OnlyFans and Fansly are native today. Fanvue, ManyVids and JustForFans are on the roadmap behind the same contract. - Coverage: 194 OnlyFans capabilities plus the full Fansly apiv3 surface. You can read and act on messages, fans, media, earnings, posts, transactions and subscribers. - Not scraping: CreatorAPI calls the real authenticated endpoints the apps use, so responses are stable, predictable JSON. - Passwordless connect: import an existing session, or log in inside a hosted browser. Passwords and 2FA codes never reach us. - Account safety: one managed residential IP per account, never two accounts of the same platform on one IP. Sessions are isolated per account and can be revoked instantly. - AI native: this llms.txt plus a full machine readable reference let Claude, ChatGPT or Cursor integrate directly. A native MCP server is live: install with `uvx creator-api-mcp`. - Operator: a company registered in Wyoming, USA. Named in full in the terms at https://creator-api.com/terms. ## MCP server - Local install: `uvx creator-api-mcp` with env `CREATOR_API_KEY=ca_live_...`. Works in Claude Desktop, Cursor, Windsurf and Cline. - Hosted with a key: add `https://api.creator-api.com/mcp` as a remote MCP server, with header `Authorization: Bearer ca_live_...`. Works in Cursor, Windsurf, Cline and Claude Code. - Hosted with sign in: add `https://api.creator-api.com/mcp` in a Claude or ChatGPT connector and sign in with your CreatorAPI account. OAuth 2.1 with PKCE and dynamic client registration, no key to paste and no install. - Package: https://pypi.org/project/creator-api-mcp/ - Tools: whoami, get_billing, list_platforms, list_accounts, native_get (fans, messages, media, earnings, posts, transactions, subscribers), get_fan_summary, tags, smart links, webhooks and exports. - Outbound writes (for example sending a message) are opt in via `CREATOR_API_ENABLE_WRITES=1`. ## Pricing - Free trial: 1,000 credits, no card. - Fansly API: 39 USD per month, 24,000 credits. - OnlyFans API: 55 USD per month, 20,000 credits. - Suite (OnlyFans and Fansly): 89 USD per month, 44,000 credits. - Agency (all platforms): 269 USD per month, 100,000 credits. - Metered credits through Stripe. Credits roll over up to 200 percent of the plan. Pay as you go top ups from 45 USD for 25,000 credits. ## Docs - [Quickstart](https://api.creator-api.com/docs/quickstart): auth, connecting accounts, billing, errors - [OnlyFans reference](https://api.creator-api.com/docs/reference/onlyfans): 194 capabilities, the full /api2/v2 surface - [Fansly reference](https://api.creator-api.com/docs/reference/fansly): the apiv3 surface - [Full docs in one file](https://api.creator-api.com/llms-full.txt): the entire API for Claude or Codex ## Machine readable - [OpenAPI spec](https://api.creator-api.com/openapi.json) - [Swagger UI](https://api.creator-api.com/docs) - [OnlyFans capability catalog](https://api.creator-api.com/docs/capabilities/onlyfans.json) - [Fansly capability catalog](https://api.creator-api.com/docs/capabilities/fansly.json) ## FAQ - Is there an official OnlyFans or Fansly API? No. Neither platform ships a public API. CreatorAPI gives native, signed access to both behind one REST interface. - Is this scraping? No. It uses the same authenticated endpoints the apps use, through your own connected session, so the JSON stays stable. - Do you ever see my passwords? No. Connect is passwordless: session import or a hosted browser login. Passwords and 2FA codes never reach us. - Will using it get an account banned? No approach is completely risk free, but native endpoints, one residential IP per account, and no password handling minimise it. - Can my AI agent use it? Yes. Clean, stable JSON plus this llms.txt and a full reference, and a native MCP server: install with `uvx creator-api-mcp`. - What can I build? Agency CRMs, financial dashboards, AI chat tooling, creator discovery, and internal automations across OnlyFans and Fansly. - How much does it cost? Plans start at 39 USD per month, with 1,000 free credits to start. - Who operates it? A company registered in Wyoming, USA, named in full in the terms.