The Only API docs
MCP

Toggle MCP non-GET proxy access

Toggle whether the hosted MCP server may issue non-GET requests through the generic OF proxy tool. Off by default. Use with care: enabling it lets a model POST/PATCH/DELETE…

PATCH
/mcp/unsafe-proxy

Toggle whether the hosted MCP server may issue non-GET requests through the generic OF proxy tool. Off by default. Use with care: enabling it lets a model POST/PATCH/DELETE arbitrary OnlyFans endpoints on your behalf.

Guide: Use these docs with an AI

X-API-Key<token>

Your CRM panel API key

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/mcp/unsafe-proxy" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "mcp_unsafe_proxy": true}