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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y oathscoreAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add oathscoreAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use moxiespirit/oathscore directly without routing
npx -y oathscoreNew to Agent-CoreX? View setup guide →