StatsHub Docs
APIEndpoint referenceMCP

/mcp

MCP serves the endpoint.

GET
/api/mcp

MCP serves the endpoint.

Authorization

mcpBearer
AuthorizationBearer <token>

MCP_API_KEY when MCP authentication is configured.

In: header

Header Parameters

User-Agent?string
Authorization?string

Response Body

application/json

curl -X GET "https://example.com/api/mcp"
{  "authRequired": true,  "description": "string",  "documentation": "string",  "endpoints": {    "property1": null,    "property2": null  },  "id": null,  "jsonrpc": "string",  "name": "string",  "protocol": "string",  "protocolVersion": "string",  "result": null,  "tools": 0,  "version": "string"}