Developer MCP guide
Use APIFuse MCP tools to discover operations and build server-side integrations.
Developer MCP guide
APIFuse MCP tools help coding agents discover provider operations, inspect schemas, and prepare server-side integration code. Use the MCP endpoint for discovery and schema context, then call provider operations through the APIFuse gateway from your server.
Workflow
- Search for providers and operations that match your product goal.
- Read the operation input and output schema.
- Request schema bundle artifacts for your server stack.
- Add validation and gateway calls to server-side application code.
- Keep API keys and Connection IDs out of browser code.
For framework-specific examples, see Next.js integration and FastAPI integration.