B
io.github.infiniteezverse/mcp-ezpath · v0.1.1
Base DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use.
mcp-ezpath 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-ezpath": {
"command": "npx",
"args": [
"-y",
"mcp-ezpath"
],
"env": {
"EZPATH_WALLET_KEY": "<EZPATH_WALLET_KEY>"
}
}
}
}EZPATH_WALLET_KEY必填secretPrivate key of a Base wallet holding USDC. Used to auto-sign EIP-3009 TransferWithAuthorization and pay 0.03 USDC per quote request. Example: 0xabc123...
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.infiniteezverse/mcp-ezpath",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "mcp-ezpath",
"description": "Base DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use.",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-ezpath",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "EZPATH_WALLET_KEY",
"description": "Private key of a Base wallet holding USDC. Used to auto-sign EIP-3009 TransferWithAuthorization and pay 0.03 USDC per quote request. Example: 0xabc123...",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.infiniteezverse/mcp-ezpath",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.infiniteezverse%2Fmcp-ezpath/versions/latest",
"isOfficial": true,
"status": "active"
}
}