StatsHub Docs
Endpoint referenceMCP

/mcp/sse

MCPSSE serves the endpoint.

GET
/api/v2/mcp/sse

MCPSSE serves the endpoint.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/mcp/sse" \  -H "Content-Type: application/json" \  -d '{    "id": null,    "method": "string",    "params": {      "args": {        "property1": null,        "property2": null      },      "arguments": {        "property1": null,        "property2": null      },      "name": "string",      "tool": "string"    }  }'
"string"