A paid remote MCP that wraps a gateway registry for managing which AI SDK tools your team can call. It exposes four tools: listing available tools, routing tool calls through the gateway, checking permission state, and exporting audit logs. You'd use this if you're running AI agents in a team environment and need centralized control over what external MCPs they can hit, plus usage receipts and compliance trails. Requires a bearer token from the product site. Built for streamable HTTP transport, so it works with remote-capable MCP clients without local installation.
Hosted MCP for AI SDK MCP gateway registry.
MCP Gateway Registry Desk is a paid remote MCP endpoint for AI SDK MCP gateway registry. It exposes structured JSON tools, a public server card, token-based access, usage receipts, and audit-ready workflow evidence for AI agents and coding teams.
com.clauxel.mcpgatewaydesk/mcpgatewaydesk-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
list_team_toolsroute_tool_callread_permission_stateexport_gateway_logThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.