mcp.datari.kr) with an API key.
You can start right away — no separate server to install or operate.
Why Bridger exists
When you connect directly to public-data APIs, every provider does things a little differently.serviceKeynames and placement vary.- Some APIs return JSON, others only XML.
- Coordinate, region-code, and pagination parameter names are inconsistent.
- Error codes and retry rules are not standardized.
- Audit logs and operational traces need separate handling.
1. Issue an API key
Create an account at admin.datari.kr and issue a key under Settings → API Keys. See the API key guide for details.2. Connect to the Gateway
The Gateway host ismcp.datari.kr. Connect to that address from your MCP client or curl.
3. List available tools
Use JSON-RPCtools/list to retrieve every tool registered with Bridger.
GET /registry/tools shows the same tools in a searchable list.
4. Activate the provider key you need
For presets that require a public-dataserviceKey, follow the API key guide
and register the provider key under Settings → Provider Keys before you call the tool.
5. Call your first tool
Run a single tool for real. The example below calls the KMA ultra-short-term forecast.Next steps
Connect to Claude
Call Bridger tools in natural language from Claude Desktop.
Connect to ChatGPT
Use Bridger via ChatGPT.
Use REST / SDK
Call directly with the Node.js or Python SDK.
Register your own API (BYOAPI)
Turn any API with an OpenAPI spec into a tool.