Claude Code

Claude Code connects to the Zingasuite MCP server directly over HTTP — no bridge needed.

Add the server

claude mcp add --transport http zingasuite https://mcp.zingasuite.com/mcp \
  --header "Authorization: Bearer zk_live_YOUR_KEY"

That registers a server named zingasuite. Start (or restart) Claude Code and it will list the Zingasuite tools.

Try it

Ask Claude:

  • "Using zingasuite, list my 5 most recent orders."
  • "Search my docs for the refund policy."
  • "Create a draft product called ‘Test Widget’ priced at $19." (needs a read-write key)

Verify the connection

claude mcp list

You should see zingasuite and its tools. If a call returns insufficient_scope, the key doesn't carry the scope that action needs — mint a key with the right preset (see Authentication & keys).

Notes

  • The token is sent as a header, so treat the command (and your shell history) as sensitive.
  • Scope the key to read-only unless you want Claude to make changes.
Was this helpful?