Chainlist MCP Server
@kukapay
关于 Chainlist MCP Server
An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chainlist-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Chainlist MCP Server?
An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens — sourced from Chainlist.org.
How to use Chainlist MCP Server?
Clone the repository, install dependencies with uv sync, and configure as an MCP server in Claude Desktop via uv run mcp install cli.py --name "Chainlist MCP". The server exposes two tools — getChainById and getChainsByKeyword — accessible through any MCP-compatible client.
Key features of Chainlist MCP Server
- Caches Chainlist API data to minimize requests.
- Case-insensitive keyword matching using regex.
- Markdown responses with tabulated RPC and explorer lists.
- Supports search by chain ID or keyword.
- Returns chain name, native currency, decimals, and TVL.
Use cases of Chainlist MCP Server
- AI agents looking up chain details (RPC, explorers) by numeric chain ID.
- Agents searching for chains matching a partial name or symbol (e.g., "eth").
- Automating chain metadata retrieval for wallet or dApp integration workflows.
FAQ from Chainlist MCP Server
What does Chainlist MCP Server do vs alternatives?
It provides an MCP interface to verified EVM chain data from Chainlist.org, with built-in caching and structured Markdown output tailored for AI agents.
What are the runtime requirements?
Python 3.10 or higher and uv (recommended for dependency management).
Where does the chain data come from?
All chain data is fetched from the Chainlist.org API.
Are there any known limits?
The server limits keyword search results to a default of 5 (adjustable via the limit parameter in getChainsByKeyword).
What transports or authentication are supported?
No specific transport or authentication details are provided beyond standard MCP protocol usage and the tool-based interface.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论