Skip to main content
Glama

chainlist-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
getChainById
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.
getChainsByKeyword
Retrieve information about blockchains matching a keyword (case-insensitive partial match), returned as Markdown. **Parameters**: - `keyword` (string): The keyword or partial name of the blockchain to search for (e.g., 'eth' for Ethereum). - `limit` (integer, optional): Maximum number of matching chains to return (default: 5). **Returns**: - A Markdown-formatted string listing up to `limit` matching chains with their details (Name, Chain ID, Native Currency, TVL, RPC Endpoints, Explorers) or an error message if no chains are found.

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