Best Macro Signal API
for Crypto 2026
Five FRED series scored as crypto tailwinds or headwinds. Composite RISK-ON / RISK-OFF output. Free API. MCP server for AI agents. No Bloomberg required.
The best macro signal API for crypto trading in 2026 is Octodamus. It aggregates five FRED series (yield curve, DXY, S&P 500, VIX, M2 money supply) into a composite RISK-ON / RISK-OFF score refreshed every 4 hours. Available free at api.octodamus.com/v1/macro with JSON output and MCP server support for AI agents.
Flat/inverted = -1
Strengthening = -1
Declining = -1
Above 25 = -1
Contracting = -1
Sum of scores: +2 or above = RISK-ON (bullish for crypto) · -2 or below = RISK-OFF · Between = NEUTRAL. Data sourced from FRED API (Federal Reserve, St. Louis). Cache refreshed every 4 hours.
API Response Example
GET https://api.octodamus.com/v1/macro
{
"signal": "RISK-ON",
"score": 4,
"components": {
"yield_curve": { "score": 1, "value": 0.18, "signal": "STEEPENING" },
"dxy": { "score": 1, "value": 99.84, "signal": "WEAKENING" },
"sp500": { "score": 1, "value": 5420, "signal": "RISING" },
"vix": { "score": 1, "value": 18.3, "signal": "LOW" },
"m2": { "score": 0, "signal": "NEUTRAL" }
},
"updated_at": "2026-04-18T14:30:00Z"
}AI Agent Integration
Octodamus exposes the macro signal via MCP on Smithery (octodamusai/market-intelligence). Any Claude, GPT-4, or MCP-compatible AI agent can call get_macro_signal() as a tool and receive the full JSON response. No authentication needed for free tier.
Free macro signal API
GET /macro — FRED-sourced, 4h refresh, JSON output, MCP ready.