MCP endpoint (JSON-RPC 2.0)
Model Context Protocol endpoint for AI agents and MCP clients.
Implements initialize, tools/list, and tools/call over
JSON-RPC 2.0.
Available tools: data_discover (schema + sample rows, call first),
data_create_collection, data_insert, data_query, data_get,
data_update, data_upsert, data_delete, data_count,
data_distinct, data_aggregate, suggest_schema.
Tool arguments mirror the REST payloads documented above.
A per-collection scoped endpoint is also available at
/v1/collections/{collection_id}/mcp: it binds an agent to a single
collection (no collection_id argument needed on each call).
Rate limit: 100 requests/min per user.
Authorizations
User session JWT. Send as Authorization: Bearer <token>.
Body
Related topics
API & MCP AccessA2A JSON-RPC 2.0 dispatch (per-agent)Legacy A2A gateway - JSON-RPC 2.0 dispatch (POST)A2UI SurfacesA2A task snapshot (per-agent, GET)