# CerebroChain

Supply chain intelligence APIs for AI agents. Real-time freight rates (85+ carriers), crypto/forex/commodity prices, port congestion (NOAA), shipping

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add admin-8nvf/cerebrochain

# Browse available tools
npx -y @smithery/cli@latest tool list admin-8nvf/cerebrochain

# Get full schema for a tool
npx -y @smithery/cli@latest tool get admin-8nvf/cerebrochain compare_shipping_rates

# Call a tool
npx -y @smithery/cli@latest tool call admin-8nvf/cerebrochain compare_shipping_rates '{}'
```

## Direct MCP Connection

Endpoint: `https://cerebrochain--admin-8nvf.run.tools`

## Tools (13)

- `compare_shipping_rates` — Compare shipping rates across multiple carriers (UPS, FedEx, USPS, DHL) for a package. Returns cheapest and fastest opt…
- `get_platform_status` — Check CerebroChain platform health and service availability. Free — no API key needed.
- `get_crypto_prices` — Get real-time cryptocurrency prices (BTC, ETH, SOL) from CoinGecko. Free — no API key needed.
- `get_forex_rates` — Get real-time forex exchange rates (EUR/USD, GBP/USD, USD/JPY) from AlphaVantage. Free — no API key needed.
- `get_commodity_prices` — Get commodity prices (oil, gold, agricultural) from AlphaVantage + World Bank. Free — no API key needed.
- `get_port_congestion` — Get real-time port congestion data from NOAA water levels for 16 major ports. Free — no API key needed.
- `get_shipping_lanes` — Get global shipping lane data: 10 major routes, chokepoints, and transit times. Free — no API key needed.
- `get_economic_indicators` — Get FRED economic indicators: diesel prices, GDP, CPI, unemployment, and more. Free — no API key needed.
- `get_freight_rates` — Get freight shipping rates from Shippo across 85+ carriers. Free — no API key needed.
- `query_inventory` — Query warehouse inventory levels, movements, and stock alerts. Premium tool. Requires API key (set CEREBROCHAIN_API_KEY…
- `optimize_route` — AI-powered route optimization. Calculates optimal delivery route considering traffic, capacity, and time windows. Premi…
- `forecast_demand` — AI-powered demand forecasting. Ask natural language questions about future inventory needs and supply chain patterns. P…
- `cerebrix_inference` — Run Cerebrix AI inference for supply chain intelligence. Free — uses bot API free tier.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get admin-8nvf/cerebrochain <tool-name>
```
