BTC Intraday Market Data MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BTC Intraday Market Data MCPget current BTC intraday snapshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BTC Intraday Market Data MCP
Read-only Streamable HTTP MCP server for BTC intraday quantitative market data, designed for Vercel Hobby Plan and ChatGPT custom MCP apps.
Service:
btc-intraday-market-dataVersion:
1.2.0(schema1.1.0, calculationbats-1.1.0)Production MCP URL:
https://btc-intraday-mcp.vercel.app/api/mcp(replace with actual assigned production domain if unavailable)Health:
/api/healthzReady:
/api/readyz
Tools
Preferred BATS tools are get_btc_market_history, get_btc_bats_features,
get_btc_derivatives_history, get_btc_event_risk, and get_btc_bats_context.
The original seven tools remain available without breaking input changes:
get_btc_intraday_snapshot, get_btc_timeframes, get_btc_perpetual_context,
get_btc_liquidations, get_btc_options_surface, get_btc_report_context (compact legacy),
and get_market_data_health.
All tools are read-only, idempotent, bounded, and return structuredContent plus JSON text fallback. They never place trades, request exchange keys, sign transactions, or produce execution instructions.
Related MCP server: Dataline MCP Server
Vercel Hobby note
Vercel Hobby is intended for personal and non-commercial use. Commercial, customer-facing, revenue-generating, team production, or high-volume deployments may require Vercel Pro. This MCP minimizes function duration, bandwidth, invocation count, CPU, and memory, and must fail safely if limits are reached. Usage limits must not be bypassed.
Environment
Copy .env.example to .env.local for local defaults. Direct providers use REST-only,
request-driven collection and a bounded 64-entry ephemeral process cache. There is no Redis,
PostgreSQL, database, or durable storage. Provider failure is section-specific: Binance Spot and
Hyperliquid are live through 120 seconds, Coinalyze is stale after 120 seconds and unavailable
after five minutes, and Deribit is stale after five minutes and unavailable after 15 minutes.
COINALYZE_API_KEY is a sensitive server-only variable required only for liquidation coverage;
missing or invalid configuration does not disable core readiness. Never use a NEXT_PUBLIC_*
name, commit the key, log it, or return it from MCP output. Optional
COINALYZE_LIQUIDATION_SYMBOLS controls selected coverage and DIRECT_PROVIDER_TIMEOUT_MS
defaults to and is capped at 4000. Public deployments can consume per-instance provider quota.
In Vercel, set all three variables for both Production and Preview with no secret value in source:
vercel env add COINALYZE_API_KEY production
vercel env add COINALYZE_API_KEY preview
vercel env add COINALYZE_LIQUIDATION_SYMBOLS production
vercel env add COINALYZE_LIQUIDATION_SYMBOLS preview
vercel env add DIRECT_PROVIDER_TIMEOUT_MS production
vercel env add DIRECT_PROVIDER_TIMEOUT_MS previewOr use Vercel Dashboard → Project → Settings → Environment Variables. After production deployment set MCP_PUBLIC_BASE_URL and ALLOWED_HOSTS to the actual production domain.
Local development
npm install
npm run dev
npm test
npm run typecheck
npm run lint
npm run buildAn operator may explicitly run npm run smoke:providers -- --help before the opt-in live provider
check. This smoke command is never part of tests, builds, hooks, or CI and prints no credentials.
ChatGPT installation
Create a custom MCP app named BTC Intraday Market Data and configure the remote server URL as https://<actual-production-domain>/api/mcp. Initial deployment uses AUTH_MODE=none; the endpoint is publicly reachable and third parties could consume Hobby quota. Use bearer mode only after verifying ChatGPT custom MCP bearer support in the UI.
This server cannot be installed
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
- AlicenseAqualityFmaintenanceMCP server for querying historical and real-time crypto market data across Hyperliquid, Hyperliquid HIP-3, and Lighter.xyz - orderbooks, trades, candles, funding, open interest, liquidations, and data quality metrics.10068910MIT

Dataline MCP Serverofficial
AlicenseAqualityCmaintenanceMCP server exposing read-only market data tools for crypto prices, funding rates, and prediction markets via Dataline API.816MIT- Alicense-qualityBmaintenanceA read-only MCP server for Hyperliquid that provides public market data (prices, order books, funding) and any wallet's positions, orders, and fills via MCP tools, without requiring a private key.MIT
- AlicenseBqualityDmaintenanceMCP server that exposes QuantXData's institutional crypto market data APIs to AI assistants, enabling natural language queries for trades, order books, OHLCV, options, and more across 120+ exchanges.12MIT
Related MCP Connectors
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.
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/alchemy666888/intraday-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server