MCP Directory

moxiespirit/oathscore

GitHub
Productivity

The trust layer for AI trading agents. Real-time world state (exchange status, VIX/VVIX/SKEW, economic events) in one call, plus independent quality ratings (0-100) for financial data APIs. 8 MCP tools.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y oathscore

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from moxiespirit/oathscore your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "oathscore": {
      "command": "npx",
      "args": [
        "-y",
        "oathscore"
      ]
    }
  }
}

Route moxiespirit/oathscore intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add oathscore

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use moxiespirit/oathscore directly without routing

npx -y oathscore

New to Agent-CoreX? View setup guide →

moxiespirit/oathscore MCP Server — Agent-CoreX