depthy-mcp
OfficialClick 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., "@depthy-mcpWhat's the current order book depth for BTC?"
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.
Depthy MCP Server
MCP server that gives AI assistants access to real-time crypto market structure data from Depthy — order book depth, liquidity walls, liquidation clusters, and Polymarket signals.
Remote endpoint: https://depthy.io/mcp/sse
Quick Start
Install
pip install depthy-mcpGet an API Key
Sign up for a free API key at depthy.io.
Claude Desktop Configuration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"depthy": {
"command": "python",
"args": ["-m", "mcp_server"],
"env": {
"DEPTHY_API_KEY": "dk_live_your_key_here"
}
}
}
}Cursor Configuration
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"depthy": {
"command": "python",
"args": ["-m", "mcp_server"],
"env": {
"DEPTHY_API_KEY": "dk_live_your_key_here"
}
}
}
}Related MCP server: Polymarket MCP Server
Available Tools
Tool | Description | Free Tier |
| List all tradable symbols | Yes |
| Order book depth & bid/ask imbalance | Yes (T1) |
| Depth snapshots over last N minutes | Yes (T1) |
| Large resting orders in the book | Yes (T1) |
| Liquidation cascade risk zones | Yes (T1) |
| Price, volume, funding, open interest | Yes (T1) |
| Open interest changes | Yes |
| Multi-symbol comparison | Pro+ |
| Active Polymarket markets | Yes |
| Polymarket smart-money signals | Yes |
| Top Polymarket wallets by profit | Yes |
Example Queries
Once configured, ask your AI assistant:
"What's the current order book depth for BTC?"
"Are there any large walls near the current ETH price?"
"Where are the liquidation clusters for SOL?"
"Compare liquidity depth for BTC, ETH, and SOL"
"What are the latest Polymarket signals?"
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your Depthy API key |
| No |
| API base URL |
Links
Depthy — Platform & signup
API Documentation — Full endpoint reference
Python SDK — For programmatic access
License
MIT
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
- AlicenseAqualityDmaintenanceConnects AI agents to real-time crypto market data, covering market health scores, derivatives, ETF flows, and BTC cycle indicators. It provides 13 specialized tools for structured market analysis, sentiment tracking, and monitoring macro-economic indicators.13131MIT
- AlicenseBqualityDmaintenanceEnables comprehensive read access to Polymarket prediction market data, including live prices, order books, and market statistics. It allows AI assistants to analyze events, search markets, and monitor real-time signals without requiring API keys or authentication.221MIT
- AlicenseCqualityDmaintenanceEnables AI assistants to access comprehensive cryptocurrency market analysis, including real-time prices, 35+ technical indicators, market sentiment, futures data, and economic events.501MIT

Stelar Signals MCPofficial
AlicenseAqualityBmaintenanceEnables AI agents to access crypto market signals including regime, sentiment, price, risk, and text tools like summarization and fact-checking, backed by a live production-grade classifier.6MIT
Related MCP Connectors
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores
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/depthy-io/depthy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server