OathScore
Every API makes promises. OathScore checks the receipts.
The trust layer for AI agents. Two products:
/now— A single endpoint returning the current state of the world for trading agents. Exchange status, volatility, events, regime, data health — one call.- OathScore Ratings — Independent, continuous verification of data API accuracy, uptime, freshness, and reliability. The credit bureau for data APIs.
For AI Agents
# What's happening right now?
curl https://api.oathscore.dev/now
# Should I trust this data source?
curl https://api.oathscore.dev/score/curistat
# Compare two sources
curl https://api.oathscore.dev/compare?apis=curistat,alphavantageFor MCP-Compatible Agents (Claude Code, Cursor, etc.)
{
"mcpServers": {
"oathscore": {
"command": "python",
"args": ["-m", "oathscore_mcp"]
}
}
}Requires: pip install httpx mcp[cli] and clone this repo.
MCP Tools
| Tool | Description |
|---|---|
get_now |
Current world state: exchanges, volatility, events, data health |
get_exchanges |
Open/close status for 7 exchanges with next transition times |
get_volatility |
VIX, VIX9D, VIX3M, VVIX, SKEW, term structure |
get_events |
Next event, FOMC/CPI countdowns, week high-impact count |
get_score |
OathScore rating for a specific API (0-100 composite + grade) |
compare_apis |
Side-by-side comparison of two or more data APIs |
get_alerts |
Active degradation alerts for monitored APIs |
check_health |
Service health and data freshness |






