Health
GET /health — liveness check.Registry
GET /registry/{servers,tools} — catalog of loaded presets and tools.MCP JSON-RPC
POST /mcp — tools/list, tools/call.MCP SSE
GET /mcp/sse — real-time tool execution events.Base URL
| Environment | Base URL |
|---|---|
| Hosted (recommended) | https://mcp.datari.kr |
Authentication in one line
Every protected endpoint accepts one of the following two headers.Common error format
/mcp) returns a JSON-RPC 2.0 error object.
| Code | Meaning |
|---|---|
-32600 | Invalid JSON-RPC request |
-32601 | Method not found |
-32602 | Invalid params (e.g. missing tool name) |
-32000 | Internal gateway error |
Content Types
- Request/response:
application/json - SSE stream:
text/event-stream