Skip to main content
This page shows what request returns what response right after you connect to the Bridger Gateway. Pick one tool and trace the input → output flow; from then on, you can call any tool with the same pattern.

Prerequisites

  • API key issued
  • Key stored in the DATA_BRIDGE_API_KEY environment variable

1. List registered tools

tools/list returns the metadata of every MCP tool loaded into Bridger (name, description, inputSchema).
The response includes tools with the following structure.

2. Run a tool

Pick one tool and run it with tools/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).
A 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.