Skip to main content
Make supports MCP in both directions. To use KonbiniAPI inside Make, you want the Make MCP Client, which lets a scenario call tools hosted on a remote MCP server.
1

Add the MCP Client module

In your scenario, add the MCP Client module.
2

Enter the server URL

Point it to:
https://mcp.konbiniapi.com
3

Authenticate

Use the authentication flow Make supports for the module:
  • OAuth if you want to authorize your KonbiniAPI account in-browser
  • Token or bearer-style auth if you prefer a direct KonbiniAPI API key
4

Choose the tool

Make loads the available tools from KonbiniAPI automatically. Pick the tool you want and map the inputs in the scenario UI.
  • Use search_endpoints early in a scenario when the workflow needs to decide which API endpoint fits a request
  • Use call_endpoint once you know the endpoint ID and parameters
  • Store or transform the returned JSON in downstream Make modules
Official sources: