Find the tool name you need in the
tools/list response, then call it directly with tools/call.Preset list
Usage examples
# List the preset servers and tools in this category. (public catalog — no auth required)
curl https://mcp.datari.kr/registry/servers \
| jq '.servers[] | select(.id | startswith("science/"))'
curl -X POST https://mcp.datari.kr/mcp \
-H "x-api-key: $DATA_BRIDGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq '.result.tools[].name'