OathScore MCP Server — initial public release.
Features
/nowendpoint: real-time world state (exchanges, volatility, events, data health)- API quality ratings (0-100) for 7 financial data APIs
- 8 MCP tools: get_now, get_exchanges, get_volatility, get_events, get_score, compare_apis, get_alerts, check_health
- Stripe billing (Free / Founding / Pro / Enterprise tiers)
- x402 micropayment support (USDC)
Install
pip install oathscore-mcpOr configure in Claude Desktop:
{
"mcpServers": {
"oathscore": {
"command": "python",
"args": ["-m", "oathscore_mcp"]
}
}
}