Skip to main content
Glama

chainlist-mcp

getChainsByKeyword

Search for blockchains using a keyword and retrieve details in Markdown format. Returns chain name, ID, currency, TVL, RPC endpoints, and explorers for up to a specified limit.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
keywordYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "keyword": { "title": "Keyword", "type": "string" }, "limit": { "default": 5, "title": "Limit", "type": "integer" } }, "required": [ "keyword" ], "title": "getChainsByKeywordArguments", "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