Depthy Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Depthy Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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
pip install depthy-mcpSign up for a free API key at depthy.io.
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"
}
}
}
}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"
}
}
}
}| 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 |
Once configured, ask your AI assistant:
| Variable | Required | Default | Description |
|---|---|---|---|
DEPTHY_API_KEY | Yes | — | Your Depthy API key |
DEPTHY_BASE_URL | No | https://depthy.io | API base URL |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.