Claude + MCP

What's a Claude-compatible crypto trading research stack?

A Claude-compatible stack pairs Claude with AlgoVault's MCP server for trade calls. Claude reasons; AlgoVault returns one composite verdict per call — direction, confidence, regime — with a 91.6% PFE win rate over 233,000 Merkle-anchored calls. You verify every number on-chain.

How do I add it to Claude Desktop or Claude Code?

Add the AlgoVault MCP server to your client config, then ask Claude for a call. Remote config:

// claude_desktop_config.json
{ "mcpServers": {
    "algovault": { "url": "https://api.algovault.com/mcp" }
} }

Or run it locally with npx crypto-quant-signal-mcp. Full guides: Claude Code and Claude Desktop.

What can Claude do with the calls?

Claude becomes a research surface over a verified trading model — the Trading Model API behind your agent:

Claude reads the interpreted verdict; you decide execution.

Does it work with other MCP clients?

Yes. The same Model Context Protocol server works with Cursor, Cline, and custom agents over Streamable HTTP or stdio. Nothing is Claude-specific.

How do you verify the numbers Claude cites?

Every call is hashed and published on Base L2 before its outcome is known. Recompute any call's hash and check it at /verify; the live win rate is at /track-record. Claude's citations trace to the same public source.

FAQ

How do I add AlgoVault to Claude Desktop or Claude Code?

Add the MCP server to your client config (remote URL or local stdio), then ask Claude for a call. See the guide.

What can Claude do with the calls?

Request verdicts, classify regime, compare venues, and cite the on-chain track record. You decide execution.

Does it work with other MCP clients?

Yes — Cursor, Cline, and custom agents over Streamable HTTP or stdio.

How do I verify the numbers Claude cites?

Check any call on-chain at /verify; the live win rate is at /track-record.

Verify it yourself

See the live track record, verify any call on-chain at /verify, or read how it works. Built by AlgoVault Labs.

Try Free in Claude — 100 calls/month → Read the Claude setup →

This is call interpretation, not investment advice; agents decide execution.