Skip to main content
POST
Use the Checkfu API MCP server

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

mcp-protocol-version
enum<string>
Available options:
2026-07-28,
2025-11-25,
2025-06-18
mcp-method
string

Routable method header (2026-07-28 stateless shape): mirrors the JSON-RPC method so a gateway can route and meter without parsing the body.

mcp-name
string

Routable name header (2026-07-28 stateless shape): mirrors tools/call params.name.

Query Parameters

catalog
enum<string>
Available options:
compact,
full

Body

application/json

A JSON-RPC 2.0 request envelope

Response

JSON-RPC 2.0 response envelope