MCP
List MCP tools
The MCP server tool list as a plain GET; the answer is the JSON-RPC `tools/list` envelope with the tools under `result.tools`.
Authorization: send Authorization: Bearer $PLUNGE_API_KEY; X-API-Key: <ozk_ key> is accepted as an alternative.
Every tool, parameter and default is documented in the MCP Reference.
Authorizations
Authorizationstringheaderrequired
Bearer token:
Authorization: Bearer ozk_…. ozk_ platform API key (Authorization: Bearer ozk_…)Response
JSON-RPC tools/list result
application/json
jsonrpcstring
idinteger
resultobject
Missing, invalid, expired or revoked ozk_ key.
Error code: unauthorizedfrom code