An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y chainlist-mcpAgent-CoreX intelligently routes which tools from kukapay/chainlist-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"chainlist-mcp": {
"command": "npx",
"args": [
"-y",
"chainlist-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add chainlist-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use kukapay/chainlist-mcp directly without routing
npx -y chainlist-mcpNew to Agent-CoreX? View setup guide →