Skip to main content
KonbiniAPI’s MCP server exposes one typed tool per supported endpoint. This reference stays aligned with the current MCP tool catalog. Agents can call the matching tool directly from their MCP client.

Shared optional inputs

All endpoint tools expose endpoint parameters as top-level typed inputs. They also share the same projection controls so you can keep payloads small, save tokens, and keep results deterministic.

Projection options

Use projections to keep tool results focused on the data your agent actually needs. Smaller payloads mean fewer tokens consumed per call.

Adding fields on top

  • Use data_fields to add top-level keys from data on top of the selected preset.
  • Use item_fields on collection tools to add keys from each item in data.orderedItems[].
  • If you know exactly what you need, start with minimal and add only the extra fields required for the task.

Response shape

Successful tool calls keep the API envelope under data and add MCP credit metadata when available:

Browse the catalog

Use the sidebar navigation to browse all available tools by platform. Each tool has its own page with parameters, example input, and available projected fields.