streamable-httpupdated 9d ago
Give your AI the numbers that matter. An MCP server over the stox.market metric layer โ context, not data: every finance feed hands a model raw bars and statements, and the model still can't answer "is this number good?". This server ships the judgment layer instead.
What can you do with stox mcp?
stox-mcp
Give your AI the numbers that matter. An MCP server over the stox.market metric layer โ context, not data: every finance feed hands a model raw bars and statements, and the model still can't answer "is this number good?". This server ships the judgment layer instead.
Live endpoint: https://mcp.stox.market/mcp (streamable HTTP) ยท
Demo & docs: stox.market/mcp
claude mcp add --transport http stox https://mcp.stox.market/mcp
Tools
| tool | what it answers |
|---|---|
fingerprint |
The character of one stock: 16 percentile scores vs the S&P 500 cohort across four panels (Market Beat, Trend Persistence, Business Growth, Pressure), the P3 composite, curated peers, a one-line read. ~550 tokens. |
compare |
The 16-score matrix for 2โ5 tickers, side by side. |
peers |
TRUE competitive peers โ curated from segment overlap, not GICS (Costco โ WMT/TGT/KR, not "Discount Stores"). |
theme_cluster |
Who a stock moves with: co-movement clusters from price behavior (market-removed residuals โ random-matrix cleaning โ Ward linkage). |
screen |
Min/max bounds on any of the 16 metrics โ momentum and fallen-leader queries in one call โ optionally per sector, sorted by the P3 composite or any single metric. |
market_regime |
Market-stress stance, per-indicator bands, the VIX 5-yr percentile (the one input validated as predicting forward risk), and the S2 stress-confirmation badge. |
Design
- Token economy โ compact JSON, score + band + a one-line read; a fingerprint is ~550 tokens where a statements dump is 20,000.
- Percentiles, not raw numbers โ every score is a cross-sectional rank against the real cohort (100 = best), so "is it good?" is answered by construction.
- Provenance โ snapshot dates on scores, links back to the full picture.
- Informational only โ descriptive statistics; never investment advice, no buy/sell recommendations. Derived metrics only; this is not a market-data feed.
The human-readable twin
The same metric layer renders as editorial leaderboards at
stox.market/lists โ 31 boards plus sector
slices and frozen earnings-season editions, refreshed on automated weekly
lanes. A board is where a name catches your eye; fingerprint is how your
agent vets it in one call.
Universe: S&P 500 + NASDAQ-100 + curated ETFs. Coverage and metric definitions: stox.market.
Install
Add stox mcp to your client. Pick the one you use.
claude mcp add --transport http stox-mcp https://mcp.stox.market/mcpcodex mcp add stox-mcp --url https://mcp.stox.market/mcp{
"mcpServers": {
"stox-mcp": {
"url": "https://mcp.stox.market/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"stox-mcp": {
"type": "http",
"url": "https://mcp.stox.market/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"stox-mcp": {
"url": "https://mcp.stox.market/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stox-mcp": {
"serverUrl": "https://mcp.stox.market/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
2 tools
stox mcp exposes 2 tools to a connected agent.
- theme_cluster
- Who a stock *moves with*: co-movement clusters from price behavior (market-removed residuals โ random-matrix cleaning โ Ward linkage).
- market_regime
- Market-stress stance, per-indicator bands, the VIX 5-yr percentile (the one input validated as predicting forward risk), and the S2 stress-confirmation badge.
Score
64 / 100
Good
- Documentation17/25
- Maintenance25/25
- Trust6/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.2.2Latest | Aug 30, 2026 |
| 0.2.1 | Aug 30, 2026 |
| 0.1.1 | Aug 29, 2026 |
| 0.1.0 | Aug 29, 2026 |