ApiMcp gateway
Handle direct server MCP request
Handle MCP JSON-RPC requests for direct server access. Always uses LIST mode with original tool names (no prefixes).
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
server_id*string
Format
uuidHeader Parameters
Accept?|
Mcp-Session-Id?|
X-MCP-Session-ID?|
Cookie Parameters
access_token?|
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[key: string]?any
Response Body
application/json
application/json
curl -X POST "https://loading/mcp/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}