Skip to main content
Glama
mathieusarrue-alt

StratVerity MCP Server

StratVerity MCP Server

审计并验证算法交易回测——直接来自 Claude Code、Cursor、Windsurf 以及任何 MCP 客户端。

StratVerity MCP 向 LLM 编码代理提供回测审计工具。它将所有计算委托给 StratVerity FastAPI 后端https://api.stratverity.com),并且绝不会在本地执行提交的策略代码。

工具

工具

描述

stratverity_quick_check

策略摘录的静态诊断(前视偏差、重绘、过拟合)。

stratverity_verify_hash

通过 SHA-256 哈希验证密封审计证明的真实性。

stratverity_get_badge

为认证审计生成可嵌入的徽章 URL。

Related MCP server: ai-trader

安装

Smithery(推荐)

npx -y @stratverity/stratverity-mcp

Claude Code

// .mcp.json
{
  "mcpServers": {
    "stratverity": {
      "command": "npx",
      "args": ["-y", "@stratverity/stratverity-mcp"]
    }
  }
}

Cursor / Windsurf

将相同的服务器条目添加到你的 MCP 配置中,指向 npx -y @stratverity/stratverity-mcp

环境

变量

必需

描述

STRATVERITY_API_URL

后端源(默认 https://api.stratverity.com

STRATVERITY_API_KEY

用于经过身份验证的端点的 Bearer 令牌

开发

npm install
npm run build          # compile to dist/
npm run dev            # run with tsx

安全

  • 故障关闭:任何上游错误都会返回结构化错误,绝不会返回伪造结果。

  • 不执行代码、不进行实时交易、不处理机密。

  • 由上游后端进行速率限制。

许可证

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Local-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.
    4
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants like Claude to run backtests, fetch market data, list strategies, and analyze trading algorithms via natural language.
    995
    GPL 3.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to backtest trading strategies described in plain English, providing access to market data, technical indicators, and comprehensive performance reports.
    1
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Verify 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.
    34
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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