MCP Connector
Use CerebroChain from Claude and other AI assistants.
CerebroChain ships a remote MCP (Model Context Protocol) server, so AI assistants can compare shipping rates, query your inventory and fleet, run demand forecasts, and read live supply-chain market data — in plain language, with your permission.
Setup
The server lives at
https://cerebrochain.com/mcp (Streamable HTTP transport).
- In Claude (web or desktop), open Settings → Connectors → Add custom connector.
-
Paste the server URL:
https://cerebrochain.com/mcp. - Claude opens the CerebroChain authorization page. Sign in with your CerebroChain account (the same email and password you use at app.cerebrochain.com) and click Approve.
- That's it — ask Claude something from the examples below. No CerebroChain account yet? Start a 7-day free trial (no credit card).
How authorization works
The connector uses OAuth 2.1 with PKCE and Dynamic
Client Registration — the standard MCP authorization flow. Your
password is only ever entered on
cerebrochain.com; the assistant receives a scoped,
revocable token, never your credentials. Tokens map to your
workspace, so the assistant sees exactly what your account can see,
under one scope (mcp).
Building your own agent instead? Machine-to-machine callers can
alternatively send a tenant API key in the
X-API-Key header. Discovery metadata is published at
/.well-known/oauth-authorization-server and
/.well-known/oauth-protected-resource/mcp.
What the assistant can do
31 tools. Most are read-only; four can change your workspace:
- Shipping & logistics — compare carrier rates (UPS, FedEx, USPS, DHL), freight rates across 85+ carriers, AI route optimization.
- Your workspace — query inventory, fleet status, vehicles, drivers, maintenance, routes, orders and shipments.
- Market intelligence — port congestion (NOAA), global shipping lanes, forex, commodity prices, FRED economic indicators.
- Cerebrix AI — demand-forecast questions and supply-chain inference in natural language.
- Write actions — create an order, adjust stock, book a shipment, and buy API credits. The assistant states what it intends to do and waits for your go-ahead first. Booking a shipment buys a real carrier label and costs real money.
Example prompts
Try these once connected:
- "Compare shipping rates for a 12 lb package from 89501 to 30301." → a carrier-by-carrier rate table with the cheapest and fastest options highlighted.
- "What's my current inventory looking like? Anything low or out of stock?" → a live read of your workspace inventory with stock-status filters applied.
- "Which major ports are congested right now, and how should that change my inbound planning?" → current port congestion readings plus the assistant's analysis against your lanes.
- "Optimize a delivery route for these five stops, tightest time-windows first." → an ordered route with ETAs from the route-optimization engine.
Limitations
- Writes are confirmed, never silent. Four tools can change things — create order, adjust stock, book shipment, buy credits. Each states the intended change and waits for your approval. Booking a shipment purchases a real carrier label and charges real money, so treat that one like a checkout. Everything else is read-only.
- Your account's scope. Results are limited to the workspace the signed-in account belongs to.
- An active plan or trial is required. Outside platform status, account status and the introspection tools, the connector needs a live subscription or an unexpired trial. Without one the tools return a payment-required response with the upgrade link rather than data.
- Rate limits apply. Bursty automated traffic gets throttled; sustained high-volume API use belongs on the developer API instead.
- Fresh workspaces look empty. Inventory and fleet tools return real (possibly empty) data until you've onboarded records — market-data and rate tools work from the first minute of your trial. Ask the assistant to seed a clearly-labelled demo warehouse if you'd rather see it populated first.
- Access tokens expire after 1 hour and refresh automatically; reconnect from the assistant's connector settings if a session is revoked.
Support
Stuck, or found a bug? Email [email protected], call 775-719-9177, or use the contact form. We reply within one business day. Security issues: see vulnerability disclosure.