streamable-httpupdated 24d ago
Turn Claude into a quantitative analyst for US and Indian equities.
Was kannst du mit quant brain mcp machen?
🧠 Quant Brain MCP
Turn Claude into a quantitative analyst for US and Indian equities.
Ask in plain English. Get sized trade plans, portfolio optimization, backtests, and price alerts — grounded in real market data, not vibes.
You: "Scan my watchlist and build a trade plan for whatever looks most actionable.
₹2,00,000 equity, 1% risk."
Claude: RELIANCE.NS flagged (at 20-DMA, volume 1.8x average).
TRADE PLAN — RELIANCE.NS (long)
Entry ₹1,310.00
Stop ₹1,270.10 (swing low, 2.1 ATR)
Size 50 shares (₹65,500 — 32.8% of equity)
Max loss ₹1,995 (1.0% of equity)
Targets 1R ₹1,349.90 · 2R ₹1,389.80 · 3R ₹1,429.70
Invalidation Thesis invalid below ₹1,270.10 — exit without debate.
No API keys. No accounts. Connect one URL and start asking.
⚡ Quickstart
Claude Desktop / Claude Web → Settings → Connectors → Add custom connector → Streamable HTTP:
https://mcp-quant-brain.onrender.com/mcp
That's the whole setup. Try: "What's RELIANCE trading at, and is it overbought?"
Free-tier note: the server sleeps when idle and takes ~50 s to wake. If the first request times out, retry once. Details in Getting Started.
🛠 What you get — 25 tools
| Tools | What they answer | |
|---|---|---|
| 📋 Trader workflow | get_quote · get_news · build_trade_plan · scan_watchlist · price_alert |
What's it at? What happened? What do I do? What moved this week? Tell me when it hits my level. |
| 📊 Indicators | 6 grouped analyze_* tools — 38 curated indicators |
Is it overbought? Trending or chopping? How volatile? |
| 💼 Portfolio | generate_optimized_verdict — 7 optimization methods |
How do I split my money? What's my risk? |
| 🧪 Backtests | 7 rule-based strategies | Does this strategy actually work, or does it just feel like it? |
| 🔭 Intelligence | Sector ranking · sector→stock pipeline · company profiles | Which sector is leading? Which stocks inside it? |
| 📈 Charts | Institutional chart pack, rendered as images | Show me. |
Full reference with every parameter: docs/tools.md
🔄 The workflow it's built around
flowchart LR
S["🔍 <b>scan_watchlist</b><br/>what moved this week?"] --> N["📰 <b>get_news</b><br/>why did it move?"]
N --> P["📐 <b>build_trade_plan</b><br/>entry · stop · size · targets"]
P --> A["🔔 <b>price_alert</b><br/>watch my levels"]
A -.->|level breaks → notified| P
subgraph deeper["go deeper anytime"]
I["📊 indicators"] ~~~ B["🧪 backtests"] ~~~ O["💼 optimizer"]
end
S -.-> deeper
🔔 Price alerts that survive restarts
You: "Alert me if RELIANCE drops below ₹1,270" → stored server-side (Postgres)
...
Bot: "PRICE ALERT FIRED — RELIANCE.NS moved below 1270.00, now at 1268.20"
Alerts are one-shot, persist across server restarts, and pair with a scheduled Claude task that checks hourly during market hours and pushes to your phone. Setup in docs/price-alerts.md.
🎯 Why this instead of a stock screener?
- It answers the trading question, not just the data question. Indicators tell you RSI is 43.
build_trade_plantells you entry, stop, how many shares, and where your thesis dies — sized to your account. - India is a first-class citizen. NSE tickers, NIFTY benchmarking, 8 Indian sector indices, ₹ formatting. Not a US tool with
.NSbolted on. - The numbers are audited. Every calculation was adversarially tested against textbook references and live data — 161 automated tests pin the math, including regression tests for 11 real bugs found and fixed along the way. See docs/architecture.md.
- Honest about its data. Delayed quotes are labeled with timestamps. Stale feeds are flagged, not hidden. FX limitations are disclosed, not papered over.
📚 Documentation
| Page | What's in it |
|---|---|
| Getting Started | Connecting from Claude Desktop, Web, and Code; cold starts; troubleshooting |
| Tool Reference | All 25 tools, every parameter, response shapes |
| Example Prompts | The prompt cookbook — from one-liners to full workflows |
| Price Alerts | Persistent alerts + the scheduled watcher pattern |
| Architecture & Methodology | How it works, data conventions, the bug audit, telemetry |
⚠️ Honest limits
- Data: Yahoo Finance. US quotes near-real-time; NSE/BSE ~15 min delayed. Daily bars for analysis.
- No options chains, futures, intraday candles, or tick data.
- Not investment advice. Educational analysis tooling. Every trade plan says so and means it.
License
MIT — use it, fork it, ship it.
Installation
quant brain mcp zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http quant-brain-mcp https://mcp-quant-brain.onrender.com/mcpcodex mcp add quant-brain-mcp --url https://mcp-quant-brain.onrender.com/mcp{
"mcpServers": {
"quant-brain-mcp": {
"url": "https://mcp-quant-brain.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"quant-brain-mcp": {
"type": "http",
"url": "https://mcp-quant-brain.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"quant-brain-mcp": {
"url": "https://mcp-quant-brain.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"quant-brain-mcp": {
"serverUrl": "https://mcp-quant-brain.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation20/25
- Pflege19/25
- Vertrauen6/20
- Funktionsumfang0/15
- Installation12/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 15 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
- 0 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
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 16. Aug. 2026 |