StratVerity MCP Server
Servidor MCP de StratVerity
Audita y verifica backtests de trading algorítmico — directamente desde Claude Code, Cursor, Windsurf y cualquier cliente MCP.
StratVerity MCP expone herramientas de auditoría de backtests a agentes de codificación de LLM. Delega
todo el cálculo en el backend FastAPI de StratVerity (https://api.stratverity.com)
y nunca ejecuta localmente el código de estrategia que se le envía.
Herramientas
Herramienta | Descripción |
| Diagnóstico estático de un fragmento de estrategia (sesgo de anticipación, repintado, sobreajuste). |
| Verifica la autenticidad de una prueba de auditoría sellada mediante hash SHA-256. |
| Genera la URL de la insignia incrustable para una auditoría certificada. |
Related MCP server: ai-trader
Instalación
Smithery (recomendado)
npx -y @stratverity/stratverity-mcpClaude Code
// .mcp.json
{
"mcpServers": {
"stratverity": {
"command": "npx",
"args": ["-y", "@stratverity/stratverity-mcp"]
}
}
}Cursor / Windsurf
Añade la misma entrada del servidor a tu configuración MCP, apuntando a npx -y @stratverity/stratverity-mcp.
Variables de entorno
Variable | Requerido | Descripción |
| No | URL base del backend (por defecto |
| No | Token Bearer para endpoints autenticados |
Desarrollo
npm install
npm run build # compile to dist/
npm run dev # run with tsxSeguridad
Bloqueo ante fallos: cualquier error del backend devuelve un error estructurado, nunca un resultado inventado.
Sin ejecución de código, sin trading en vivo, sin manejo de secretos.
Las peticiones están limitadas por el backend.
Licencia
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceLocal-first backtesting engine with built-in overfitting detection (PBO, deflated Sharpe, bootstrap CI, walk-forward) and a native MCP server for AI agents to validate trading strategies.4Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude to run backtests, fetch market data, list strategies, and analyze trading algorithms via natural language.995GPL 3.0

panther-mcpofficial
AlicenseNot gradedqualityDmaintenanceEnables AI assistants to backtest trading strategies described in plain English, providing access to market data, technical indicators, and comprehensive performance reports.1MIT- AlicenseBqualityAmaintenanceVerify a number before an agent asserts it — a Deflated Sharpe Ratio for backtest, plus eval-gap, subset-win, and judge-bias checks, with signed receipts anyone can verify offline.34MIT
Related MCP Connectors
Build, backtest, and deploy quantitative trading strategies from your AI agent.
Deterministic pre-execution audit for trading agents. PASS/WAIT/FAIL, reproducible verdict_hash.
Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mathieusarrue-alt/stratverity-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server