dexprowl-market-mcp
v0.1.0
Published
MCP server for DeFi market analysis — trending tokens, liquidity metrics, whale tracking, and token risk scoring on BSC via DexProwl
Maintainers
Readme
DexProwl Market Analysis MCP Server
MCP server for DeFi market analysis on BSC (Binance Smart Chain). Track trending tokens, whale transactions, liquidity pools, and token risk — all from your AI assistant.
Tools
| Tool | Description |
|------|-------------|
| get_trending_tokens | Top trending BSC tokens by volume, momentum, and social buzz |
| analyze_token | Deep token analysis: price, liquidity, holders, contract risk, AI signals |
| get_whale_transactions | Track large wallet buys/sells with sentiment analysis |
| scan_liquidity | Scan DEX pools: new, unlocked LP, high volume, suspicious |
| compare_tokens | Side-by-side token comparison across all metrics |
Installation
npx -y dexprowl-market-mcpClaude Desktop
{
"mcpServers": {
"dexprowl-market": {
"command": "npx",
"args": ["-y", "dexprowl-market-mcp"],
"env": {
"DEXPROWL_API_KEY": "your-api-key"
}
}
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| DEXPROWL_API_KEY | Yes | API key from dexprowl.com |
| DEXPROWL_API_URL | No | Custom API base URL (default: https://dexprowl.com) |
License
MIT
