Developer Tools
theonlyapi.com
Provides full-text search and retrieval of API documentation, including endpoint references and tags.
ENDPOINT 1
https://docs.theonlyapi.com/mcp
MCP server metadata
- Name
- theonlyapi-docs
- Version
- 1.0.0
Documentation for The Only API, a REST API for OnlyFans and Fansly. Search or read pages here; this server does not call the API itself — for that, connect https://theonlyapi.com/mcp. Read the page "agents" or fetch https://docs.theonlyapi.com/agents.md for the rules that are easy to get wrong (earnings must be signed by transaction status, pagination offsets are per item, mass DM dry-runs by default).
Known tools 5
search_docsFull-text search across The Only API documentation — guides and all 529 API endpoint pages.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.theonlyapi-docs]
url = "https://docs.theonlyapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"theonlyapi-docs": {
"type": "http",
"url": "https://docs.theonlyapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: theonlyapi-docs
Remote MCP URL: https://docs.theonlyapi.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"theonlyapi-docs": {
"url": "https://docs.theonlyapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"theonlyapi-docs": {
"type": "http",
"url": "https://docs.theonlyapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "theonlyapi-docs",
"transport": "streamable-http",
"url": "https://docs.theonlyapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://theonlyapi.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.theonlyapi-com]
url = "https://theonlyapi.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"theonlyapi-com": {
"type": "http",
"url": "https://theonlyapi.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: theonlyapi-com
Remote MCP URL: https://theonlyapi.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"theonlyapi-com": {
"url": "https://theonlyapi.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"theonlyapi-com": {
"type": "http",
"url": "https://theonlyapi.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "theonlyapi-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "theonlyapi-com",
"transport": "streamable-http",
"url": "https://theonlyapi.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.