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: Coinversaa Pulse
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.
Latest Blog Posts
- 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