AlphaAssay
About
Independent statistical validation for trading signals and backtests: deflated Sharpe, out-of-sample and leakage forensics, signed replayable verdicts; a methodology audit, not investment advice.
Details
- Author
- alphaassay
- Categories
- Finance, Other
Jump to
Setup
Install AlphaAssay in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/alphaassay/mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Open-source client tooling for the AlphaAssay validation service: an offline certificate verifier (Python) and a stdio-to-remote MCP proxy (Node), plus runnable examples and the registry manifest for the hosted server.
The validation engine itself is a hosted service and is not part of this repository.
pip install . # or, for development pip install -e ".[dev]"
Full platform trust needs three local inputs: the certificate with its signature, a signed version-2 revocation/key-history bundle, and at least one externally obtained SHA-256 root fingerprint. The verifier performs no network or database access.
python -m alphaassay_verify verify \ --certificate cert.json \ --trust-bundle trust-bundle.json \ --root-fingerprint <64-hex-digest>
Signature-only evidence, when you deliberately do not want to establish full platform trust:
python -m alphaassay_verify signature-only \ --certificate cert.json \ --public-key key.pem
Exit code0means verified; a non-zero exit code and a machine-readable reason mean it is not. SeeSPEC.mdfor the canonical byte format and the trust rules the implementation follows.
The proxy speaks stdio to your MCP client and forwards to the remote endpoint. The tool list it exposes is inserver/tools.json.
Each example is a request payload, the expected response, and a shell script that posts it to the free demo endpoint:
cd examples && ./golden_lookahead.sh
The expected responses are checked in, so they double as fixtures for integration tests in your own code.
python -m pytest tests/ # verifier: unit tests and canonical vectors npm test # proxy: contract and behaviour tests
Test vectors live intests/canonical_vectors.jsonandtests/fixtures/; they are the same vectors the implementation is developed against.
Issues and pull requests are welcome. Please:
- keep changes focused and include tests for behaviour changes;
- runpython -m pytest tests/andnpm testbefore opening a PR;
- for the verifier, do not add network or database access — offline operation is a design constraint, not an implementation detail;
- report security issues privately as described inSECURITY.mdrather than in a public issue.
Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp
Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.
Live Polymarket prediction market data — whale trades, market odds, trader profiles, leaderboards, and AI-citable summaries.
Operate the AgentPump agent economy: read the live market and create, fund, tune, and run autonomous on-chain trading agents.
Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs
CLI + MCP server for SEC 13F institutional holdings, insider trading, and smart money convergence signals. Free anonymous tier, no signup required.
Hosted MCP server for Chinese A-share and ETF market data, including prices, fundamentals, capital flows, financial statements, real-time quotes, and news.
可转债高级策略 MCP Server — 双低/三低/YTM/强赎/下修6大策略引擎
Portfolio & trading-strategy stress diagnostics for AI agents: multi-asset stress with hedge-break detection, a daily preregistered regime outlook and deflated-Sharpe backtest-integrity checks. Remote streamable HTTP, free tier, no auth.
Real-time crypto whale intelligence MCP server with 54 tools across 14 blockchains. No auth required.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



