dexprowl-portfolio-mcp
v0.1.0
Published
MCP server for DexProwl portfolio management — track wallet balances, view trade history, manage strategies, and configure risk controls for BSC trading
Downloads
94
Maintainers
Readme
dexprowl-portfolio-mcp
MCP server for DexProwl portfolio management — track wallet balances, view trade history, manage strategies, and configure risk controls for BSC (BNB Smart Chain) trading.
Tools
| Tool | Description |
|------|-------------|
| get_wallet_balance | Check token balance for a wallet address on BSC |
| get_trade_history | View recent executed trades with token details and timestamps |
| list_strategies | List saved AI-generated and manual trading strategies |
| get_risk_settings | View risk management settings (position limits, stop loss, etc.) |
| copy_strategy | Copy a shared strategy from the community marketplace |
Installation
npx dexprowl-portfolio-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"dexprowl-portfolio": {
"command": "npx",
"args": ["-y", "dexprowl-portfolio-mcp"],
"env": {
"DEXPROWL_API_KEY": "your-api-key"
}
}
}
}VS Code / Cursor
{
"dexprowl-portfolio": {
"command": "npx",
"args": ["-y", "dexprowl-portfolio-mcp"],
"env": {
"DEXPROWL_API_KEY": "your-api-key"
}
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| DEXPROWL_API_KEY | Optional | API key for authenticated endpoints |
| DEXPROWL_API_URL | No | Override API base URL (default: https://dexprowl.com) |
Example Usage
Check a token position:
"What's my balance of token 0xabc... in wallet 0x123...?"
Review trading activity:
"Show me my recent trades on DexProwl"
Manage risk:
"What are my current risk settings? Is stop-loss enabled?"
Copy a strategy:
"Copy strategy xyz from the marketplace to my wallet"
Related
dexprowl-mcp— Token scanning, price feeds, AI strategy generation, and marketplace browsing- Website: https://dexprowl.com
License
MIT
