@edgedottrade/edge
v4478.0.0
Published
Decentralized server for Edge Trade - blockchain trading and market intelligence for agents and their humans
Maintainers
Readme
@edgedottrade/edge
Decentralized server for Edge - blockchain trading and market intelligence for AI agents.
Installation
npm install -g @edgedottrade/edgeOr use with npx (no installation required):
npx @edgedottrade/edge --helpUsage
With Claude Desktop
Add to your Claude Desktop config:
{
"mcpServers": {
"edge": {
"command": "npx",
"args": ["-y", "@edgedottrade/edge", "--api-key", "sk-your-key-here"]
}
}
}With Cursor
Add to your Cursor MCP config:
{
"mcpServers": {
"edge": {
"command": "npx",
"args": ["-y", "@edgedottrade/edge", "--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://edge-trade.gitbook.io/agents
License
MIT
