kukapay/chainlist-mcp
An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens.
Platform-specific configuration:
{
"mcpServers": {
"chainlist-mcp": {
"command": "npx",
"args": [
"-y",
"chainlist-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens — sourced from Chainlist.org.
getChainsByKeyword.rpc and explorers for readability.pip install uv or follow uv documentation). git clone https://github.com/kukapay/chainlist-mcp.git
cd chainlist-mcp uv syncInstall the server as a Claude Desktop application:
uv run mcp install cli.py --name "Chainlist MCP"Configuration file as a reference:
{
"mcpServers": {
"Chainlist MCP": {
"command": "uv",
"args": [ "--directory", "/path/to/chainlist-mcp", "run", "main.py" ]
}
}
} Replace /path/to/chainlist-mcp with your actual installation path.
The server exposes two tools via the MCP protocol, accessible through MCP-compatible clients or the MCP Inspector.
getChainByIdchain_id (integer): The unique identifier of the blockchain (e.g., 1 for Ethereum Mainnet).Loading reviews...