⇄ Bridgekit
live
model context protocol
Give AI your tools. Keep the keys out of reach.
Bridgekit is a scoped MCP server for Shopify, Triple Whale, and database workflows with per-client permissions, read/write separation, and an append-only audit trail.
Live audit log streaming
triplewhale_metrics · growth-osallowed
shopify_orders · growth-osallowed
db_query · posts · analyst-roallowed
shopify_tag_order · growth-osdenied
triplewhale_metrics · growth-osallowed
db_query · users · analyst-rodenied
shopify_orders · ops-botallowed
db_query · tc_runs · growth-osallowed
triplewhale_metrics · growth-osallowed
shopify_orders · growth-osallowed
db_query · posts · analyst-roallowed
shopify_tag_order · growth-osdenied
triplewhale_metrics · growth-osallowed
db_query · users · analyst-rodenied
shopify_orders · ops-botallowed
db_query · tc_runs · growth-osallowed
01Scoped keys
Each client sees only the tools and accounts they are allowed to use.
02Gated writes
Read tools stay fast, while write tools are denied or approved by policy.
03Audit-ready
Every tool call records actor, client, tool, timestamp, and outcome.
Which tool should I use? (AI)
Connect over Streamable HTTP
curl $URL/mcp \
-H "x-bridgekit-key: <client-key>" \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Exposed tools
| tool | type | description |
|---|---|---|
| shopify_orders | read | Read recent Shopify orders (id, total, status, date). Read-only. |
| triplewhale_metrics | read | Read blended ROAS, CAC, revenue and spend for the last 7 days. Read-only. |
| db_query | read | Read rows from an allowlisted Postgres table (posts, agents, tc_runs, tc_suites). Read-only. |
| shopify_tag_order | write | Add tags to a Shopify order. WRITE action, requires the client's write scope. |
Try it live (demo client key)
Click a button to call the live MCP server. The demo key is read-only, so the write attempt is denied and logged.
Agent operating suite
Bridgekit is the tool layer.
It gives agents safe MCP access. The rest of the suite covers support work, browser automation, evaluation, human approval, and failure lessons.
Bridgekit assistant
Ask me about Bridgekit, MCP, scopes, or the audit log.