@edgedottrade/mcp
v4308.0.0
Published
MCP server for Edge Trade - blockchain trading and market intelligence for AI agents
Maintainers
Readme
@edgedottrade/mcp
MCP server for Edge Trade - blockchain trading and market intelligence for AI agents.
Installation
npm install -g @edgedottrade/mcpOr use with npx (no installation required):
npx @edgedottrade/mcp --helpUsage
With Claude Desktop
Add to your Claude Desktop config:
{
"mcpServers": {
"edge": {
"command": "npx",
"args": ["-y", "@edgedottrade/mcp", "--api-key", "sk-your-key-here"]
}
}
}With Cursor
Add to your Cursor MCP config:
{
"mcpServers": {
"edge": {
"command": "npx",
"args": ["-y", "@edgedottrade/mcp", "--api-key", "sk-your-key-here"]
}
}
}Direct Usage
edge --api-key sk-your-key-hereWhat's Included
This package automatically downloads the appropriate edge binary for your platform:
- Linux (x86_64, aarch64)
- macOS (Intel, Apple Silicon)
- Windows (x86_64)
The binary is downloaded from GitHub Releases during installation.
Tools
- search - Find tokens by name or address
- inspect - Token/pair analytics with 9 views
- screen - Filter tokens by market metrics
- portfolio - Holdings, PnL, and trade history
- trade - Limit orders and strategies
- alerts - Real-time price and order alerts
Documentation
Full docs: https://docs.edge.trade/agents
Alternative Installation
If you prefer to install the binary directly:
cargo install edge-tradeLicense
MIT
