2 months ago
Native Arbitrum MCP server — read chain data, check DeFi positions (Aave V3, Uniswap LP, GMX), simulate perp trades, and execute real Uniswap swaps autonomously with spending limits.
Server Config
{
"mcpServers": {
"arbilink": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://arbi-link-challenge.replit.app/mcp"
]
}
}
}