Rather than runningDocumentation Index
Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt
Use this file to discover all available pages before exploring further.
onlyfanskit-mcp yourself, point your agent at the
platform’s hosted MCP endpoint. It authenticates with your API key and selects
the connected account per call — so one agent can drive every account in your
org.
How it differs from self-hosted
| Self-hosted | Hosted | |
|---|---|---|
| Credentials | Per-session env vars | Your API key |
| Accounts | One session at a time | Any connected account |
| Session management | You manage | Managed for you |
| Rate limits | None enforced | Your plan’s limits |
| Errors | Thrown SDK errors | RFC 9457 problems relayed to tools |
Selecting an account
Tools that act on an account take the connected accountid (from
GET /v1/accounts). The hosted MCP relays each call through the same
passthrough as the platform API, so quotas,
scopes, and error semantics are identical.
Connect accounts first via the connect flow. The hosted
MCP can only act on accounts already linked under your key.