Prerequisites
- API key issued
- Key stored in the
DATA_BRIDGE_API_KEYenvironment variable
1. List registered tools
tools/list returns the metadata of every MCP tool loaded into Bridger (name, description,
inputSchema).
2. Run a tool
Pick one tool and run it withtools/call. The example is an ultra-short-term forecast for Seoul.
3. Receive real-time events over SSE
For long-running tools or streaming responses, subscribe to the SSE endpoint (/mcp/sse).
gateway/toolResult event is delivered to your client for each tool execution.
Next steps
Connect to Claude
Let Claude call the same tools above in natural language.
API Reference
Full JSON-RPC and SSE spec, plus error codes.