list_chains
ActiveTool of mcp-chainlist
declared in 0.1.0
Browse or filter the EVM chain registry.
Parameters schema
{
"type": "object",
"examples": [
{
"active": true,
"testnet": false
},
{
"name": "ethereum",
"active": true
}
],
"properties": {
"name": {
"type": "string",
"description": "Case-insensitive substring filter on chain name"
},
"active": {
"type": "boolean",
"description": "Restrict to active chains (default true — excludes deprecated)"
},
"testnet": {
"type": "boolean",
"description": "Include testnets only (true) / mainnets only (false). Default: all."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-chainlist
https://github.com/pipeworx-io/mcp-chainlist
2/7 registries