One MCP endpoint. Fourteen integrations.
Drop the same URL into Claude Desktop, ChatGPT, Cursor, n8n, Zapier, or any other MCP-aware host. Honest status on every card — Live, In progress, or Planned. No vapour.
https://www.mentionfox.com/mcp
Configure once, use everywhere. Free 5MB desktop app spawns a local MCP relay on 127.0.0.1:8732. Save your key once, every connected client follows. Live activity log across all clients. macOS, Windows, Linux.
localhost endpoint: http://127.0.0.1:8732/mcp
Connector hub: one-click writers
Native Model Context Protocol support. Drop the endpoint into claude_desktop_config.json and every tool is callable in plain language.
"foxapis": {
"transport": "http",
"url": "https://www.mentionfox.com/mcp"
}
ChatGPT (custom GPTs + Apps)
Live
Add FoxAPIs as an Action in a custom GPT. ChatGPT auto-resolves which tool to call from the user's prompt.
Action URL: https://www.mentionfox.com/mcp
Auth: Bearer $FOXAPIS_KEY
Anthropic Claude Connector
In progress
Submitted for the official Claude Connector directory; awaiting Anthropic approval. Use Claude Desktop MCP today; the Connector will land here when it ships.
Status: Submitted, in review.
Honest ETA: tracking weekly.
Cursor speaks MCP. Add the endpoint in MCP settings and the assistant can call FoxAPIs from inside any file or chat.
Settings → MCP → Add Server
URL: https://www.mentionfox.com/mcp
A dedicated FoxAPIs node is being built in a sibling repo. Until that ships, the generic HTTP Request node works against the JSON-RPC endpoint.
Today: HTTP Request node + JSON-RPC body.
Soon: one-click "FoxAPIs" node.
Use the Zapier "Webhook" action with the JSON-RPC body to call any FoxAPIs tool. Zapier-native app in design review.
Action: Webhooks by Zapier → POST
URL: https://www.mentionfox.com/mcp
The Make HTTP module hits the MCP endpoint exactly the same way. Wire it into any scenario.
Module: HTTP → Make a request
Method: POST · Body: JSON-RPC
Quick-launch FoxAPIs tools from Raycast's command palette. Extension scoped, building once Anthropic Connector ships.
ETA: after Connector approval.
Open WebUI's tool-server pattern works against the MCP endpoint. Add it under Tools → Servers.
Tools → Servers → Add MCP
URL: https://www.mentionfox.com/mcp
LibreChat's MCP client supports remote servers. Add to librechat.yaml and tools appear automatically.
mcpServers:
foxapis:
url: https://www.mentionfox.com/mcp
Add FoxAPIs to .continue/config.yaml under mcpServers. Available in any IDE Continue supports.
mcpServers:
- name: foxapis
url: https://www.mentionfox.com/mcp
Aider's MCP integration accepts remote endpoints. Pair with Claude or GPT for in-terminal tool-use.
aider --mcp https://www.mentionfox.com/mcp
Block's open agent runtime. Register FoxAPIs as a remote MCP extension and tools appear automatically.
goose configure → MCP → add remote
The official MCP debugger. Point it at the FoxAPIs endpoint to introspect tools, run calls, and inspect responses.
npx @modelcontextprotocol/inspector \
https://www.mentionfox.com/mcp