Skip to main content
Finance & FintechTypeScript

kukapay/chainlist-mcp

An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kukapay/chainlist-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "chainlist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kukapay/chainlist-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
kukapay