Skip to main content
Glama
mathieusarrue-alt

StratVerity MCP Server

StratVerity MCP サーバー

アルゴリズム取引のバックテストを監査 — 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

インストール

Smitherly(推奨)

npx -y @stratverity/stratverity-mcp

Claude Code

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

Cursor / Windsurf

npx -y @stratverity/stratverity-mcp を指すように、同じサーバーエントリを MCP 設定に追加します。

環境

変数

必須

説明

STRATVERITY_API_URL

いいえ

バックエンドのオリジン(デフォルト https://api.stratverity.com

STRATVERITY_API_KEY

いいえ

認証されたエンドポイント用のベアラートークン

開発

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