Skip to main content
These docs are designed to be read by agents as well as people. Point your coding assistant at onlyfanskit and it can scaffold a working integration, look up any method, and explain errors — without you copy-pasting docs.

Give your agent the docs

Every page is available as clean Markdown, and the whole site is indexed for language models.

llms.txt index

A machine-readable map of every page. Drop it into any agent’s context to let it discover the full surface before it starts.

Per-page Markdown

Append .md to any docs URL, or use the contextual menu (top-right of any page) to copy the page or open it in ChatGPT, Claude, or Cursor.

Connect the MCP server

The onlyfanskit MCP server exposes the entire API as agent tools. Connect it to any MCP client and your agent can run an account in plain language — connect, read chats, send messages, pull earnings.
npx onlyfanskit-mcp
See AI Agents → Model Context Protocol for install steps, the full tool list, and the hosted option.

Prompt your agent

Once your agent has the docs (or the MCP server), prompts like these work out of the box:
Using onlyfanskit, write a script that connects an account via the hosted API
(login or embedded connect) and sends "Welcome!" to every new subscriber.
Agents act with the same permissions as the API key or session you give them. Scope keys narrowly and review what an autonomous agent does on a connected account.