MCP server for Depthy — real-time crypto liquidity intelligence
Project description
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.
Quick Start
Install
pip install depthy-mcp
Get 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"
}
}
}
}
Available Tools
| Tool | Description | Free Tier |
|---|---|---|
list_symbols |
List all tradable symbols | Yes |
get_depth |
Order book depth & bid/ask imbalance | Yes (T1) |
get_depth_recent |
Depth snapshots over last N minutes | Yes (T1) |
get_walls |
Large resting orders in the book | Yes (T1) |
get_liquidation_clusters |
Liquidation cascade risk zones | Yes (T1) |
get_market |
Price, volume, funding, open interest | Yes (T1) |
get_oi_change |
Open interest changes | Yes |
compare_symbols |
Multi-symbol comparison | Pro+ |
list_pm_markets |
Active Polymarket markets | Yes |
get_pm_signals |
Polymarket smart-money signals | Yes |
get_pm_top_wallets |
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 |
|---|---|---|---|
DEPTHY_API_KEY |
Yes | — | Your Depthy API key |
DEPTHY_BASE_URL |
No | https://depthy.io |
API base URL |
Links
- Depthy — Platform & signup
- API Documentation — Full endpoint reference
- Python SDK — For programmatic access
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file depthy_mcp-0.1.0.tar.gz.
File metadata
- Download URL: depthy_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9018d87ef90bd8176721dfe653ff725b77f2190105414cb7538a3f8e95f96a27
|
|
| MD5 |
fea4d89fa2f81bbe40376aa376cf7cdf
|
|
| BLAKE2b-256 |
016a8b805c11019bcfa2c99c29547bcfb51a2b41d284c1053a0f68e0d38590ad
|
File details
Details for the file depthy_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: depthy_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21d1b9b12aec0e8d724c19aa4ef6ef043da30b706f11c50c17df77d3b9920d6c
|
|
| MD5 |
7500f9bdc83e0f1964e6d4304df16f3b
|
|
| BLAKE2b-256 |
c47b3cbd76bbd2cb495a11a4e908bfb9cb2e30cdea26b3cd2e9fdc07fbfdf19b
|