> ## 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.

# AI Agents

> Drive connected OnlyFans accounts from any MCP-compatible agent via the hosted endpoint.

Use the [hosted MCP](/mcp/hosted) with your API key. Your agent gets hundreds
of tools — messaging, fans, content, earnings, and more — without session env
vars or self-hosted infrastructure.

```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{
  "mcpServers": {
    "onlyfanskit": {
      "url": "https://mcp.onlyfanskit.dev",
      "headers": { "Authorization": "Bearer <your-api-key>" }
    }
  }
}
```

## What you get

* **500+ tools** across every API domain.
* **Multi-account** — select any account connected under your org.
* **Typed inputs** — schemas agents read to decide when and how to call.
* **Platform errors** — [RFC 9457](/platform/errors) problem details on failures.

## Next

<CardGroup cols={2}>
  <Card title="Hosted MCP" icon="cloud" href="/mcp/hosted">
    Configure your agent — the default and recommended path.
  </Card>

  <Card title="Install & configure" icon="download" href="/mcp/install">
    Dashboard key, connect flows, and account selection.
  </Card>

  <Card title="Tools" icon="wrench" href="/mcp/tools">
    How tools are organized and discovered.
  </Card>

  <Card title="Connect an account" icon="link" href="/connect/overview">
    Link creators before the agent can act on them.
  </Card>
</CardGroup>
