APIFuse

MCP endpoint

Connect APIFuse to MCP-compatible clients and coding tools.

MCP endpoint

APIFuse provides one external MCP endpoint:

https://api.apifuse.com/mcp

Use it with MCP-compatible clients that support streamable HTTP transport. Discovery and schema tools help clients find provider operations, inspect input and output schemas, and prepare gateway calls.

Client configuration

{
  "mcpServers": {
    "apifuse": {
      "url": "https://api.apifuse.com/mcp",
      "transport": "http"
    }
  }
}

Some tools can be used without an API key for discovery. Protected execution and account-specific flows require Authorization: Bearer <APIFUSE_API_KEY>.