https://beliefsystems.xyz/api/mcp (MCP Streamable HTTP)
Authentication: Authorization: Bearer belief_live_… – get a free key
The Belief Systems MCP server gives AI assistants and software agents structured access to the public data surface: the index catalog and per-index detail, chart-grade level history, the Belief Volatility series with the disclosures that must travel with them, and the point-in-time snapshot downloads.
The server mirrors the public data surface exactly. What sits outside it, and where that data
lives instead, is in Data boundaries.
Setup
Create a key at beliefsystems.xyz/data. The Claude Code command takes the key fromBELIEF_API_KEY in your shell and writes it into the client’s config, so rotating a key means re-running the command. The JSON config takes the secret directly, so paste it where belief_live_…your key… appears. The Codex command stores the variable name rather than the value and reads it at call time, so a rotated key is picked up by re-exporting it.
Tools
Argument details:
ticker– index or series ticker, e.g.CONFLICT,MIDR26,MIDVOL. Case-insensitive. Uselist_indicesorlist_volatility_seriesfor the catalogs.horizon– one of24h,7d,30d,all. Defaults to30d. The windows match the citable chart PNG endpoint, so a quoted number and its chart always agree.allmeans since inception, clamped to the trailing 90-day free window; full history is in the snapshot downloads.
Source: Belief Systems (beliefsystems.xyz).
The MCP server now runs on the
/v1 Data API. Tool names and schemas are unchanged; the one change existing clients need is the Authorization header.Rate limits and fair use
- 60 requests per minute and 2,000 per day, per key. MCP calls and direct API calls draw on the same two windows and appear in the same usage record in the portal. Exceeding either returns an error quoting your limits and
Retry-After. Full detail: Limits and errors. - A separate per-address bucket sits in front of the endpoint as an abuse shield, sized for interactive agent use rather than bulk collection. A client behaving normally never meets it.
- History responses are chart-grade: capped at 300 downsampled points per call.
Scope and licensing
The endpoint is offered to registered account holders under a limited, revocable grant for evaluation, research, and internal business analytics – including use by AI assistants and agents acting on your behalf – with attribution. You may quote, cite, and display individual values in research, commentary, and editorial work, including externally published work. A separate written license covers:- redistribution
- incorporation into a product, feed, benchmark, fund, or index-linked instrument
- use in a production system relied on by you or a third party
- extraction beyond the limits published for your keys
Related surfaces
- Data API – the same data as a REST surface, on the same key
- Point-in-time snapshots – per-series CSVs for research and editorial use
- llms.txt – machine-readable site guide
- Index Calculation Methodology – how index levels are computed