Skip to main content
The core MCP call endpoint of the Bridger Gateway. It follows the JSON-RPC 2.0 spec exactly.

Request headers

Common error codes

tools/list

Returns metadata for every tool registered with Bridger.

Request

Response 200

tools/call

Runs a single tool.

Request

Response 200

Full cURL examples

Automatic public-data middleware behavior

When calling a tool from a preset with isPublicData=true, the following are applied automatically.
  1. ServiceKey injection (PUBLIC_DATA_SERVICE_KEY)
  2. lat/lonnx/ny grid coordinate conversion (KMA DFS)
  3. XML/JSON payload normalization
  4. Public-data error code → human-readable message mapping