auditing_mcp
01MCP server Claude CodeCodexCursor +2
MCP server "auditingmcp" as configured in xueqingpeng/trading-analysis. Runs .claude/skills/auditing/scripts/mcp/auditing_mcp.py with python3.
MCP server Claude CodeCodexCursor +2
MCP server "auditingmcp" as configured in xueqingpeng/trading-analysis. Runs .claude/skills/auditing/scripts/mcp/auditing_mcp.py with python3.
Skill Claude CodeCodex
Audits XBRL numeric facts in SEC-style filings by comparing the reported (book) value from the instance document against the correct (true) expected value derived from the filing's calculation linkbase, US-GAAP taxonomy, and XBRL sign conventions. The correct value may be a summation recomputation, a sign correction…
Skill Claude CodeCodex
Makes one daily hedging decision for a fixed ordered stock pair, or selects the fixed pair on the run's first day, by querying offline data through the hedgingmcp server. Each invocation handles exactly one target date and upserts one recommendation into results/hedging/. The same skill can be driven by an external…
Skill Claude CodeCodex
Evaluates a reportgeneration run for one ticker / model combination. Uses the reportevaluationmcp server to read generated WEEKLY Markdown reports and offline DuckDB market data, then scores the run across five dimensions and aggregates run-level backtest metrics. Writes one JSON result plus one structured Markdown…
Skill Claude CodeCodex
Generates one standalone WEEKLY equity research report for one symbol on one target week-ending date. Uses the reportgenerationmcp server to read offline DuckDB market, news, filings, and peer benchmark data, then writes one Markdown report plus a run-level summary JSON.
Skill Claude CodeCodex
Makes a single daily BUY/SELL/HOLD decision for one stock on a given targetdate by querying an offline DuckDB via MCP tools. The skill is driven externally: each invocation handles exactly one (symbol, targetdate) pair and upserts the result into an action-list JSON file. Data access is via the tradingmcp server…