Connects to Coinbase and Kraken via read-only API keys to pull your actual crypto holdings, then layers on scoped market data (OHLC for BTC/ETH, quote snapshots for alts), sentiment, macro indicators, and regime analysis. Exposes tools like get_context_bundle for a full snapshot, get_rebalance_plan for drift calculations, and check_allocation_band to see if you're outside target ranges. Runs locally via stdio for Cursor or hits the hosted endpoint at mcp.alloc-context.com with x402 micropayments on Base. Pricing is two to five cents per call depending on whether it's cached math or live portfolio ingest. Nothing persists on the server. Reach for this when you want an agent to reason about portfolio allocation without manually copying balances into prompts.
claude mcp add --transport stdio negillett-alloc-context uvx alloc-context