Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt

Use this file to discover all available pages before exploring further.

The server exposes a tool per common SDK operation — 500+ in total, organized along the same domains as the SDK resources.
DomainExample tools
Messaginglist-chats, send-message, search-messages, get-message
Fans & subscriberslist-active-subscribers, get-subscribers-count, block-user
Contentcreate-post, like-post, list-vault-lists, get-post-stats
Earningsget-earnings-chart, get-top-fans, get-fans-activity
Growthlist-campaigns, toggle-trial-link, reserve-promotion
Streamspost-stream-comment, get-stream-tips, save-stream-as-post

Discovery

Every tool ships:
  • a name the agent matches against intent,
  • a description the agent reads to decide when to call it,
  • a schema with a description on each input field.
Agents enumerate the catalog over MCP automatically — you don’t wire tools by hand. Ask in plain English (“send a thank-you DM to my newest subscriber”) and the agent picks the right tool and arguments.

Return values

Tools return JSON (as text content) so the agent can read and reason over the result. Errors propagate as the SDK’s OnlyFansAPIError with a useful message; the agent surfaces them in its reply.
Tool and field descriptions are what make agents reliable. If you fork the server to add a tool, write the description as instructions to the agent — specific and unambiguous.