Skip to main content
Glama

chainlist-mcp

getChainById

Retrieve detailed blockchain information, including name, native currency, RPC endpoints, and explorers, by providing its unique chain ID in a Markdown format.

Instructions

Retrieve information about a blockchain by its chain ID, returned as Markdown. **Parameters**: - `chain_id` (integer): The unique identifier of the blockchain (e.g., 1 for Ethereum Mainnet). **Returns**: - A Markdown-formatted string containing the chain's details (Name, Chain ID, Native Currency, TVL, RPC Endpoints, Explorers) or an error message if no chain is found.

Input Schema

NameRequiredDescriptionDefault
chain_idYes

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "title": "Chain Id", "type": "integer" } }, "required": [ "chain_id" ], "title": "getChainByIdArguments", "type": "object" }
Install Server

Other Tools from chainlist-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/chainlist-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server