Zeus MCP HTTP Transport (0.1.0)

Download OpenAPI specification:

Streamable HTTP MCP endpoints shared by @zeus MCP server packages.

mcp

MCP JSON-RPC over Streamable HTTP

Request Body schema: application/json
required
property name*
additional property
any (__schema0)

Responses

Request samples

Content type
application/json
{
  • "property1": null,
  • "property2": null
}

Response samples

Content type
application/json
{
  • "property1": null,
  • "property2": null
}

Method not allowed — use POST

Responses

Response samples

Content type
application/json
{
  • "error": "string",
  • "success": false,
  • "code": "string"
}

Method not allowed — use POST

Responses

Response samples

Content type
application/json
{
  • "error": "string",
  • "success": false,
  • "code": "string"
}

MCP server health for discovery

Responses

Response samples

Content type
application/json
{
  • "status": "string",
  • "mode": "string",
  • "ready": true
}