crypto-quant-signal-mcp
This server provides AI-powered trading signals and market analytics for crypto and tokenized perpetual futures via the Model Context Protocol (MCP). It offers:
Trade Calls:
get_trade_call(orget_trade_signal) returns a composite BUY/SELL/HOLD verdict with confidence, market regime, and reasoning for a specific asset across 17 exchanges (Binance, Bybit, OKX, etc.) on timeframes from 1m to 1d.Market Scans:
scan_trade_callsranks actionable trade calls across top perpetuals by open interest, with optional filters for liquidity, confidence, and ranking lenses (volume, OI change, funding rate, volatility).Market Regime:
get_market_regimeclassifies the current state as TRENDING_UP, TRENDING_DOWN, RANGING, or VOLATILE, with a strategy hint.Funding Arbitrage:
scan_funding_arbidentifies and ranks cross-venue funding rate spreads across 7 major venues for delta-neutral strategies.Knowledge Base:
search_knowledgeprovides free BM25 search over documentation, whilechat_knowledgedelivers synthesized, cited Q&A (uses LLM, quota applies).Integrations: Works seamlessly with all major MCP clients and frameworks (Claude, LangChain, LlamaIndex, CrewAI, etc.) via Streamable HTTP.
Transparency: Trade calls are hashed and anchored on-chain (Base L2), with a public dashboard and Merkle verifier.
Pricing: Free tier (100 calls/month) and paid plans available, with optional x402 micropayments.
Safety: All tools are read-only; no orders are placed.
Provides cross-venue funding rate analysis and arbitrage detection by integrating with Binance's derivatives market data alongside Hyperliquid and Bybit for composite quant signals.
Provides on-chain verification of trade signals via Base L2 (Ethereum layer-2), anchoring call hashes in daily Merkle batches for tamper-proof track record verification.
Supports remote performance tracking infrastructure with automated outcome backfill for trade signal verification and historical analysis.
Provides local performance tracking database for trade signal outcomes and historical analysis in standalone deployments.
Quick start (30 seconds)
No code. No API key. No install. The server speaks Streamable HTTP at https://api.algovault.com/mcp — any Model Context Protocol client connects directly.
1. Add the connector. In Claude → Settings → Connectors → Add custom connector:
Field | Value |
Name |
|
URL |
|

2. Ask for a call. In plain language:
"Get me a trade call for ETH on the 4h timeframe"

Your Claude now has a quant analyst built in. Prefer local? Run npx -y crypto-quant-signal-mcp.
Running locally on npm 12+? npm v12 disables dependency install scripts by default. AlgoVault's optional local SQLite mode uses the native
better-sqlite3module — if you install it into a project, runnpm approve-scripts(ornpm install --allow-scripts) to build it. The hosted HTTP transport (api.algovault.com/mcp) needs no local build.
Related MCP server: Web3 Signals — Crypto Signal Intelligence
What one call returns
One API call. One verdict. Not 8 raw indicators. get_trade_call returns a directional BUY / SELL / HOLD with a confidence score and the detected market regime — a composite verdict, not a data dump for your agent to interpret.
Under the hood, a self-tuning model fuses momentum, trend structure, derivatives positioning, open interest, and volume into one weighted call. Every call reports market regime — trending, ranging, or volatile — alongside direction and confidence. Directional calls fire only when conviction clears the threshold; roughly 99% of evaluations return HOLD.
{
"call": "BUY",
"confidence": 78,
"price": 84250.50,
"indicators": {
"funding_rate": 0.0001,
"funding_24h_avg": 0.00008,
"funding_state": "NORMAL",
"oi_change_pct": 2.4,
"volume_24h": 2381602633,
"trend_persistence": "HIGH",
"breakout_pending": "INACTIVE"
},
"regime": "TRENDING_UP",
"reasoning": "Trending regime, upward bias. Funding pressure mild. Volatility neither expanding nor compressed. Trend persistence elevated; momentum structure. Strong conviction from aligned signals.",
"timestamp": 1712764800,
"coin": "BTC",
"timeframe": "1h",
"also_see": [
{ "coin": "ETH", "timeframe": "1h", "confidence": 82 },
{ "coin": "SOL", "timeframe": "15m", "confidence": 73 }
],
"_algovault": {
"version": "1.27.0",
"tool": "get_trade_call",
"compatible_with": ["crypto-quant-risk-mcp", "crypto-quant-backtest-mcp"]
}
}The _algovault block makes outputs composable: downstream risk and backtest tools accept the object directly.
Live, verifiable track record
The full record is public and on-chain — no cherry-picking, no survivorship bias:
Live dashboard — algovault.com/track-record
Merkle batch verifier — algovault.com/verify
Anchor contract on Base L2 —
0x6485…0f81All batches (raw JSON) — api.algovault.com/api/merkle-batches
AlgoVault is also a verified agent on the ERC-8004 Identity Registry (Base L2), agentId 44544 — a portable, on-chain handle AI orchestrators can resolve.
Works with your stack
AlgoVault is drop-in for every MCP-spec client, every major agent framework, and every official exchange Agent Trade Kit — no SDK, no wrapper. It serves Streamable HTTP at https://api.algovault.com/mcp; tools/list + resources/list is the API surface.
MCP clients.
Client | Config |
Claude Desktop | Settings → Connectors → Add custom connector → |
Claude Code (CLI) |
|
Cursor |
|
Cline | VS Code Cline extension → MCP server settings → add Streamable HTTP server |
Codex (OpenAI CLI) |
|
Windsurf |
|
Continue.dev |
|
Any other MCP-spec-compliant client | Configure the Streamable HTTP transport with URL |
Agent frameworks. First-party tutorials pair AlgoVault with each framework's canonical MCP adapter — copy-pasteable demo code, no SDK.
Framework | Tutorial | Runnable demo | Mirror |
LangChain | |||
LlamaIndex | |||
Microsoft Agent Framework | |||
CrewAI |
Each demo is runnable as python examples/<framework>/demo.py BTC 4h — gets a real BUY/SELL/HOLD verdict from api.algovault.com/mcp, prints it. ≤5 minutes to first call.
Exchange Agent Trade Kits. AlgoVault returns the analytics; your agent's risk policy decides what to execute. All demos run testnet/demo only.
# | Exchange | Tutorial | Demo | Mirror |
01 | Binance | |||
02 | OKX | |||
03 | Bybit | |||
04 | Bitget | |||
05 | Hyperliquid | |||
06 | Aster | |||
07 | BingX | |||
08 | KuCoin | |||
09 | Gemini | |||
10 | Kraken | |||
11 | Alpaca | |||
12 | Gate.io |
Tools & resources
The MCP tools live at https://api.algovault.com/mcp. Every asset works across the full supported timeframe range, on major crypto perpetual venues.
get_trade_call(aliasget_trade_signal) — composite BUY/SELL/HOLD verdict with confidence + regime, any asset, any timeframe.scan_trade_calls— scans the top-N perps by open interest on a venue; returns every actionable call in one shot.scan_funding_arb— cross-venue funding-rate spreads across 7 venues (Hyperliquid, Binance, Bybit, Gate, KuCoin, Aster, OKX), ranked. The only MCP server doing multi-exchange derivatives arbitrage.get_market_regime— classifies TRENDING_UP / TRENDING_DOWN / RANGING / VOLATILE for strategy selection.search_knowledge+chat_knowledge— free BM25 search and grounded Q&A over the full knowledge bundle.
Performance is exposed as a read-only MCP resource: performance://signal-performance (aggregated PFE win rate, never raw outcomes). Full parameter reference at algovault.com/docs.
Skills (20 ready-to-use Anthropic Agent Skills)
Single-prompt wrappers over 1–3 tool calls — regime gating, multi-timeframe consensus, funding-arb monitoring, and more. Install with claude plugin install AlgoVaultLabs/algovault-skills; browse at algovault.com/skills.
# | Slug | Name | Difficulty | Tools |
01 | Quick BTC Check | Beginner |
| |
02 | Portfolio Scanner | Intermediate |
| |
03 | Regime-Aware Trading | Intermediate |
| |
04 | Funding Arb Monitor | Intermediate |
| |
05 | Full 3-Tool Pipeline | Advanced |
| |
06 | Multi-Timeframe Confirmation | Advanced |
| |
07 | TradFi Rotation | Advanced |
| |
08 | Risk-Gated Entry | Advanced |
| |
09 | Funding Sentiment Dashboard | Advanced |
| |
10 | Contrarian Meme Scanner | Advanced |
| |
11 | Divergence Detector | Advanced |
| |
12 | Hourly Digest Bot | Advanced |
| |
13 | Hedging Advisor | Advanced |
| |
14 | Volatility Breakout Watch | Advanced |
| |
15 | Cross-Asset Correlation | Advanced |
| |
16 | Funding Cash-and-Carry | Advanced |
| |
17 | Weekend vs Weekday Patterns | Research |
| |
18 | Agent Portfolio Rebalance | Advanced |
| |
19 | Smart DCA Bot | Advanced |
| |
20 | Multi-Agent War Room | Expert |
|
Pricing
Quota-only tiers. Every tier gets all venues, all assets, all timeframes — you pay for call volume, nothing else.
Two meters per paid tier, monthly and daily, enforced independently: a call is refused when either is exhausted, and the daily window is a UTC calendar day resetting at 00:00 UTC. Quota is counted per call, regardless of verdict.
Feature | Free | Starter ($9.99/mo · $39.90/6mo) | Pro ($49/mo · $129/6mo) | Enterprise (contact us) | x402 (per call) |
Exchanges | All 15 | All 15 | All 15 | All 15 | All 15 |
Assets | All 740+ | All 740+ | All 740+ | All 740+ | All 740+ |
Asset classes | Crypto + TradFi | Crypto + TradFi | Crypto + TradFi | Crypto + TradFi | Crypto + TradFi |
Timeframes | All 11 | All 11 | All 11 | All 11 | All 11 |
Funding arb results | Top 5 | Unlimited | Unlimited | Unlimited | Unlimited |
Track record | Full access | Full access | Full access | Full access | Full access |
Monthly calls | 200/mo | 10,000/mo | 100,000/mo | Custom volume — contact us | Unlimited |
Daily calls | 100/day | 1,000/day | 10,000/day | Custom volume — contact us | Unlimited |
Price | $0 | $9.99/mo or $39.90/6mo | $49/mo or $129/6mo | Contact us | $0.01–0.05/call |
Subscriptions: Sign up at api.algovault.com/signup. Starter unlocks 10,000 calls/mo (up to 1,000/day) for $9.99/mo, or $39.90 for six months prepaid — add ?interval=6month to pick the prepay term. API key delivered instantly after checkout.
Pro 6-month is currently $129 — limited-time pricing; subscribe now and renewals keep your price.
x402 micropayments: AI agents pay per HTTP call with USDC on Base — no signup, no API key, no billing. The payment receipt is the credential. See x402.org.
What's new in v1.27.0
🧮 Counted per call. Your allowance covers every call the engine answers, on both the MCP and HTTP rails.
📶 A new call ladder. Free: 200/month plus 100/day. Starter: 10,000/month plus 1,000/day. Pro: 100,000/month plus 10,000/day.
💳 6-month prepay replaces annual. Starter is $39.90 (
$6.65/mo, 33% off monthly) and Pro is$129($21.50/mo, 56% off monthly). Pick it at signup with?interval=6month. Enterprise remains contact-us.⏱️ Daily limits say when they reset. Hit a daily cap and the refusal tells you the hours remaining, not a monthly figure.
v1.26.0 highlights (recap)
💳 Annual plans — prepay a year, save up to 49%. Starter was $79/yr (
$6.58/mo) and Pro was$299/yr($24.92/mo). Superseded: annual was retired on 2026-08-09 and replaced by 6-month prepay (see v1.27.0);?interval=yearnow redirects to the 6-month checkout, so existing links still work.
v1.25.0 highlights (recap)
🎯 Screen the scan universe by liquidity.
scan_trade_callsnow takes an optionalminLiquidityUsdfloor — filter to names with real depth, by notional open interest or 24h volume. Omit it for no floor.💳 Charge-correctness on the paid path. A paid request whose body was dropped could return a defaults-only result. Every payable route now rejects a dropped body, and a rejected request explains why.
⛓️ Pay per call on a second rail. x402 settlement now runs over Circle Gateway on Optimism alongside Base — point your agent at either advertised rail.
📊 Truer funding comparisons. Funding rates annualize at each contract's own period, so cross-venue spreads compare like with like.
New optional parameter — MCP clients cache
tools/listat session start. Toggle the connector off/on (or restart the MCP connection) to seeminLiquidityUsd.
Refresh your MCP client to pick up this release. MCP clients cache
tools/listat session start — Claude.ai/Desktop: toggle the connector off+on; Cursor/Cline: restart the MCP server connection.
Privacy
Local mode: zero telemetry — call history stays on your machine. Remote mode: request metadata logged for analytics (IP hashed, never stored raw). See the privacy policy.
License
MIT
Disclaimer: AlgoVault provides directional entry interpretation for AI agents. Exit timing is determined by your agent or strategy. This is not financial advice. Past performance does not guarantee future results.
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
AlicenseAqualityAmaintenanceProvides comprehensive crypto intelligence for the Hyperliquid exchange, allowing users to query trader profiles, behavioral cohorts, and live market data. It enables AI agents to analyze over 1.8 billion trades, track whale positions, and access real-time liquidation heatmaps.83794MIT- Flicense-qualityFmaintenanceAI-powered crypto signal intelligence for 20 assets (BTC, ETH, SOL, etc). 6 scoring dimensions: whale activity, technical analysis, derivatives flow, narrative strength, sentiment, market structure. Market regime detection (TRENDING/RANGING), portfolio optimization, and accuracy tracking. 9 read-only MCP tools. Free via MCP, $0.001 USDC via x402 on Base for REST API.2
- AlicenseAqualityDmaintenanceFinancial intelligence for AI agents. 31 tools across 8 data sources — regime, derivatives, stablecoin flows, momentum, volatility, macro, DeFi, weather patterns, political cycles, seasonality. The context layer between your agent and a bad trade.31169MIT
- AlicenseAqualityDmaintenanceReal-time crypto intelligence for AI agents. Technical analysis, liquidation heatmaps, sentiment, and funding rates for 50+ Hyperliquid perpetuals via x402 micropayments.151MIT
Related MCP Connectors
Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
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/AlgoVaultLabs/crypto-quant-signal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server