🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

creator-api-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

creator-api-mcp

MCP server for CreatorAPI · native OnlyFans and Fansly access for AI agents

pipPyPI
Version
0.2.0
Weekly downloads
139
Maintainers
1

OnlyFans and Fansly MCP server · CreatorAPI

A native OnlyFans API and Fansly API, exposed as Model Context Protocol tools. Run your creator business from Claude, ChatGPT, Cursor or any MCP client. This server wraps CreatorAPI, one REST API for native OnlyFans and Fansly access, so an agent can read fans, messages, media, earnings, posts, transactions and subscribers across every creator you connect.

Not scraping: CreatorAPI calls the same authenticated endpoints the apps use, through your own session, so responses are clean and predictable JSON.

Looking for the hosted, no install version? Add https://api.creator-api.com/mcp as a connector in Claude or ChatGPT and sign in with your account. Details at creator-api.com/onlyfans-api-mcp.

Why

  • One key, two platforms. Native OnlyFans and Fansly under a single ca_live_ key, with Fanvue, ManyVids and JustForFans on the roadmap.
  • Built for agents. Stable JSON, an llms.txt and a full machine readable reference.
  • Safe by default. Passwordless connect, one residential IP per account, and outbound writes off unless you opt in.

Get a key

Sign up at creator-api.com/signup. You start with 1,000 free credits, no card.

Install

The server runs from uvx (or pipx), so there is nothing to clone.

Claude Desktop

Add this to claude_desktop_config.json:

{
  "mcpServers": {
    "creator-api": {
      "command": "uvx",
      "args": ["creator-api-mcp"],
      "env": { "CREATOR_API_KEY": "ca_live_your_key" }
    }
  }
}

Cursor, Windsurf, Cline, Claude Code

Add the same block to the client's MCP config (mcp.json or settings).

Hosted, with sign in (Claude and ChatGPT)

No install. In Claude or ChatGPT, open Settings, then Connectors, then Add custom connector, paste https://api.creator-api.com/mcp, and sign in with your CreatorAPI account. OAuth 2.1 with PKCE and dynamic client registration. Verified end to end with both clients.

Tools

Reads and first party CRM writes are always available:

  • whoami, get_billing · plan, scope and remaining credits
  • list_platforms, list_accounts · supported platforms and your connected creators
  • native_get · read fans, messages, media, earnings, posts, transactions and subscribers
  • get_fan_summary · Fan AI Summary for one fan
  • list_tags, add_tag · first party CRM tags
  • list_smart_links, create_smart_link, get_link_stats · trackable links
  • list_webhook_events, list_webhooks, create_webhook · signed event delivery
  • list_export_datasets, create_export, list_exports, get_export · bulk data exports

Outbound writes (opt in)

Sending messages and other native writes are off by default, so an agent cannot act outward without your say so. To enable native_write, set CREATOR_API_ENABLE_WRITES=1 in env.

Environment

VariablePurpose
CREATOR_API_KEYyour ca_live_ key (required)
CREATOR_API_BASEoverride the base URL (default https://api.creator-api.com)
CREATOR_API_ENABLE_WRITESset to 1 to register native_write
CREATOR_API_MCP_TRANSPORTstdio (default), sse, or streamable-http

Docs

License

MIT. See LICENSE.

Operated by AWE Trade Group LLC, Wyoming, United States. Not affiliated with, endorsed by, or sponsored by OnlyFans, Fansly, Fanvue or any other platform. All platform names and marks belong to their respective owners.

Keywords

agents

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts