Skip to content

v0.1.0 — Initial Release

Latest

Choose a tag to compare

@moxiespirit moxiespirit released this 16 Mar 03:56
· 6 commits to main since this release

OathScore MCP Server — initial public release.

Features

  • /now endpoint: 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-mcp

Or configure in Claude Desktop:

{
  "mcpServers": {
    "oathscore": {
      "command": "python",
      "args": ["-m", "oathscore_mcp"]
    }
  }
}