Gives Claude real-time crypto derivatives data it can't infer from training: perpetual futures liquidations from Bybit's live stream, funding rate crowding, open interest positioning changes, and audited stablecoin yields from DefiLlama. Six tools cover market-wide liquidation summaries, per-coin breakdowns, funding extremes, a combined positioning signal that reads whether leverage is building or unwinding, safe yield rankings that factor in the T-bill floor, and ECB FX rates for conversions LLMs fumble. Runs on streamable HTTP with keyless discovery and a 100 call daily free tier. Useful when you need to ask about liquidation cascades, funding squeezes, or whether current DeFi yields justify moving stables off-exchange, and want answers grounded in the last 24 hours of market action.
Live crypto-derivatives and market signals for AI agents: perp liquidations, funding-rate crowding, open-interest positioning, safe stablecoin yield, and FX — fresh streaming data a static model can't know, served over a metered MCP endpoint.
Endpoint: https://jarvis.tail12fa6b.ts.net:8443/mcp (streamable HTTP)
Free tier: 100 calls/day — open an issue to get a key.
Discovery is open: initialize and tools/list need no key, so any MCP client or registry scanner can inspect the tools before authenticating.
| Tool | What it returns | Live source |
|---|---|---|
liquidation_summary | Market-wide perp liquidations over the last N minutes: long vs short notional, dominant side, top coins — the cascade / short-squeeze signal | Bybit liquidation stream, 24/7 ingester |
coin_liquidations | One coin's liquidations: long vs short notional + the largest single prints | Bybit liquidation stream |
funding_rates | Current perp funding rates with the most-stretched rates surfaced (crowding / carry signal); optional per-coin filter | Bybit tickers |
perp_positioning | Whether leveraged positioning is BUILDING or UNWINDING: open-interest change + funding crowding + which side is getting liquidated, with a plain-language read | Bybit OI/funding snapshots + liquidation stream |
best_stable_yield | Safe single-asset stablecoin lending yields (reputable audited protocols, >$50M TVL), emission-discounted ranking, honest hold-vs-deploy verdict vs the T-bill floor | DefiLlama |
convert_currency | Fiat FX conversion at the live ECB mid-market rate — deterministic arithmetic LLMs get wrong | ECB reference rates |
Liquidation and positioning tools query a rolling 24-hour buffer fed by always-on ingesters; window_minutes is capped to that buffer.
claude mcp add --transport http jarvis-market-signals https://jarvis.tail12fa6b.ts.net:8443/mcp --header "Authorization: Bearer YOUR_KEY"
{
"mcpServers": {
"jarvis-market-signals": {
"url": "https://jarvis.tail12fa6b.ts.net:8443/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
curl -s -X POST https://jarvis.tail12fa6b.ts.net:8443/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tools/call requires Authorization: Bearer <key> (or x-api-key). Without one you get a plain JSON 401.
initialize, tools/list — open for discovery.tools/call — Authorization: Bearer jvk_…, free tier 100 calls/day (rolling 24h), HTTP 429 over quota.io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
ai.adramp/google-ads