mcpbeat Sign in

Stratify MCP Server

by aeon-labs Your server? Claim it
answering

Stratify is answering right now. Last checked 7 min ago. 82 installs a week from npm. It exposes 10 tools.

Backtest NIFTY option strategies on real 1-minute data, with an honest out-of-sample panel.

Uptime history 45 hours of history
45 hours agonow
100.0%
Uptime 24h
92 of 92 checks
10
Tools
read from the server
568 ms
Response time
average over 24h
82
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Stratify every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add stratify --transport http https://stratify-mcp.aeon-labs.site/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stratify": {
      "url": "https://stratify-mcp.aeon-labs.site/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stratify]
url = "https://stratify-mcp.aeon-labs.site/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "stratify": {
      "url": "https://stratify-mcp.aeon-labs.site/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stratify": {
      "url": "https://stratify-mcp.aeon-labs.site/mcp"
    }
  }
}

This one needs environment variables set before it will start: STRATIFY_API_KEY (Your key, sk_live_..., from https://stratify.aeon-labs.site). The author declared them in the registry entry; get the values from the project itself.

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

backtest
get_backtest
Retrieve a previous backtest result by its id — honesty panel, equity curve and per-trade detail, exactly as first computed.
run_backtest
Backtest an Indian index option strategy on real 1-minute NIFTY options data. Returns P&L after real charges and slippage, return-on-margin, and an honesty panel: out-of-sample split, walk-forward folds, bootstrap interval, and a deflated Sharpe that accounts for how many variants you have already tried. Refuses windows too narrow to be meaningful, and reports no ratios below 30 trades. Two spec forms: a PRESET (structure + params) for the common shapes, or an OPEN STRATEGY (legs + rules) for anything else — any number of legs at any strikes on any expiry, strikes chosen by percent, points, premium or delta, entry at any minute, and rules that CHANGE the position while it is live (roll a tested leg, close one side, add a hedge, trail a stop) plus book-level rules like standing down after three losers. Nothing here is restricted by tier; a paid tier only widens the date window.
build
build_report
Turn a stored backtest into a finished, self-contained Stratify report — one HTML document with the honesty panel, equity and drawdown curves, walk-forward folds, the gross-to-net breakdown, a month grid and the trade table. PUBLISH THE RETURNED HTML VERBATIM AS AN ARTIFACT (Claude), a canvas document (ChatGPT, Gemini), or write it to a .html file (CLI clients). Do not rewrite it, summarise it into your own chart code, or regenerate the figures — the numbers in it came from the backtest, and anything you redraw from a table is a second source that can disagree with the first. It needs no network, no libraries and no build step, and it renders on light and dark. Use it when someone asks for a report, a summary they can keep, something to share, or an artifact.
describe
describe_coverage
What data is available: symbols, date range, resolution, structures, gates, biases, the cost model, and every known gap. Call this before building a spec.
explain
explain_methodology
How a result is produced and how to judge it: entry pricing, settlement, margin, slippage, the honesty rubric, and what each check can and cannot prove. Read this before trusting any backtest, including ours.
feedback
my_feedback
Reports this account has filed, and where each one stands. Use it to answer 'did that bug I reported ever get fixed?'.
fetch
fetch
Fetch a document or backtest result by id, as returned by search.
search
search
Search what this service covers — symbols, dates, structures, signals, methodology. Returns ids usable with fetch.
strategies
list_strategies
Strategies from THIS account's history that held up under out-of-sample and walk-forward checks, not merely ones that made money. Ranked by worst walk-forward fold — consistency, not size. Call it to answer 'what has worked for me so far?' without re-running anything.
submit
submit_feedback
Report a bug, request a feature, flag a data gap, or say what worked. Use this whenever the user expresses a problem with this service or wishes it did something it does not — do not just apologise to them, file it. If a backtest was involved, pass its backtest_id: that attaches the exact spec and the recent call trail so the issue can be reproduced without a reply. Tell the user you filed it and give them the returned id.

Endpoints

URLTransportStateLatencyChecked
https://stratify-mcp.aeon-labs.site/mcp streamable-http answering 541 ms 7 min ago

Alternatives to Stratify

same job, measured the same way
Nephyr Backtest
by clm-studios

Prediction market strategy backtesting with real on-chain Polymarket data

51 installs/wk local only
TextToQuant Backtesting and Quant Research
by texttoquant

Backtest plain-English trading strategies on real market data: graded results, honesty flags.

answering
MarketHeist Backtest
by marketheist

Backtest strategies and analyze portfolios on any ticker: CAGR, drawdown, Sharpe, from real data.

5 tools answering
dMoERA Creator
by cachecarti

Build, backtest, and deploy crypto trading strategies via MCP with 7-stage validation.

44 tools answering
Papers With Backtest
by paperswithbacktest

Search 5,000+ trading papers with verified backtests, strategies, datasets, and courses.

answering
Index One
by indexone

Query financial index data, run backtests, and deploy systematic investment strategies on Index One.

answering
shopify-operations-mcp
by jpka

Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.

31 installs/wk local only
Finlab AI
by koreal6803

Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples.

6 tools answering

Stratify — questions

Answers built from our own checks of this server.

What can Stratify do?
It exposes 10 tools, read directly from the server on our last check. Among them: build_report, describe_coverage, explain_methodology, fetch, get_backtest, list_strategies and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Stratify working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 568 ms. The bar chart above shows every period we have measured.
How do I connect Stratify?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Stratify need an API key?
No. Stratify completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Stratify?
It answers our handshake in 568 ms on average, which is faster than 23% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Stratify?
The npm package stratify-mcp was installed 82 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.