Quant Brain MCP Server
Rank #9,284io.github.paarths-collab/quant-brain-mcp
Stock analysis MCP: 38 indicators, 7 optimizers, 8 backtests, US + India sectors.
Quant Brain MCP Server is a Model Context Protocol (MCP) server published by paarths-collab. It ranks #9,284 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Quant Brain MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 16, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 106,307 of 115,591 servers on MCP Toplist.
Use Quant Brain MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http quant-brain-mcp https://mcp-quant-brain.onrender.com/mcp[mcp_servers.quant-brain-mcp]
url = "https://mcp-quant-brain.onrender.com/mcp"Add to ~/.codex/config.toml.
https://mcp-quant-brain.onrender.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"quant-brain-mcp": {
"url": "https://mcp-quant-brain.onrender.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"quant-brain-mcp": {
"type": "http",
"url": "https://mcp-quant-brain.onrender.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"quant-brain-mcp": {
"serverUrl": "https://mcp-quant-brain.onrender.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"quant-brain-mcp": {
"url": "https://mcp-quant-brain.onrender.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.paarths-collab%2Fquant-brain-mcp)<a href="https://mcptoplist.com/server/io.github.paarths-collab%2Fquant-brain-mcp"><img src="https://mcptoplist.com/badge/io.github.paarths-collab%2Fquant-brain-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
paarths-collab
Other servers by paarths-collab
View all paarths-collab servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 16, 2026 |
Frequently asked questions
- Who maintains Quant Brain MCP Server?
- Quant Brain MCP Server is maintained by paarths-collab, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Quant Brain MCP Server listed on the Official MCP Registry?
- Yes — Quant Brain MCP Server is listed on the Official MCP Registry.
- How many versions does Quant Brain MCP Server have?
- MCP Toplist tracks 1 version of Quant Brain MCP Server, most recently published on Aug 16, 2026.
- Where can I find the source code for Quant Brain MCP Server?
- The source code for Quant Brain MCP Server is hosted at github.com/paarths-collab/quant-brain-mcp.