26 platforms, inside your AI
Zomler

MCP · Zapier and Make

[ docs ]MCP · Automation

Zapier and Make

Automation platforms without an MCP client use the REST API directly.

API key

Setup

  1. Add a Webhooks by Zapier (or Make HTTP) action with method POST and the platform URL.

    URL
    https://api.zomler.com/api/v1/platforms/{platform}
  2. Send the key as a header and the call as JSON.

    Headers and body
    X-API-Key: zk_live_…
    Content-Type: application/json
    
    { "request": { "op": "profiles", "subjects": ["example"] }, "estimateOnly": false }
  3. Map fields from the envelope's data; cost.creditsCharged tells the zap what the step cost.

What you get

One tool per platform, plus capabilities and check_balance, at https://api.zomler.com/mcp. Every answer is the envelope: what was measured, when, what was left out and why, and what it cost. Fresh fetches spend credits; anything already held is free.

Keys are created under API keys in the dashboard, where each one's calls and spend are listed. Revoking a key stops this client on its next call. The same key also calls the REST API.

All clients