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

보안

  • Fail-closed: 모든 업스트림 오류는 구조화된 오류를 반환하며, 조작된 결과를 절대 반환하지 않습니다.

  • 코드 실행 없음, 실시간 거래 없음, 비밀 정보 처리 없음.

  • 업스트림 백엔드에 의해 요청 속도가 제한됩니다.

라이선스

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