Catalog
io.github.infiniteezverse/mcp-ezpath
OfficialBase DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use.
DEX meta-router comparing 0x, ParaSwap, Aerodrome, and Uniswap for best quotes.
README not available yet.
Install
Configuration
Environment variables
EZPATH_WALLET_KEYrequiredsecretPrivate key of a Base wallet holding USDC. Used to auto-sign EIP-3009 TransferWithAuthorization and pay 0.03 USDC per quote request. Example: 0xabc123...
claude_desktop_config.json
{
"mcpServers": {
"mcp-ezpath": {
"command": "npx",
"args": [
"-y",
"mcp-ezpath@0.1.1"
],
"env": {
"EZPATH_WALLET_KEY": "<YOUR_EZPATH_WALLET_KEY>"
}
}
}
}