get_chain
ActiveTool of mcp-chainlist
declared in 0.1.0
Fetch a single chain by chainId (number) or shortName (e.g. "eth", "matic", "arb1").
Parameters schema
{
"type": "object",
"examples": [
{
"chain_id_or_short_name": "eth"
},
{
"chain_id_or_short_name": "1"
}
],
"required": [
"chain_id_or_short_name"
],
"properties": {
"chain_id_or_short_name": {
"type": "string",
"description": "Chain id as string or shortName"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-chainlist
https://github.com/pipeworx-io/mcp-chainlist
2/7 registries