mantle-mcp

Tmalone1250/mantle-mcp
★ 1 stars Python AI/LLM Updated today
Unofficial Mantle MCP Server written in Python
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mantle-mcp": {
      "command": "uvx",
      "args": [
        "mantle-mcp"
      ]
    }
  }
}

Or install with pip: pip install mantle-mcp

README Excerpt

A highly optimized Model Context Protocol (MCP) server built with Python and [FastMCP](https://github.com/modelcontextprotocol/python-sdk). This server exposes a suite of tools that enable agentic frameworks and LLM interfaces (like KinetiFi) to interact with the **Mantle Network** (Layer 2 on Ethereum) for querying native and ERC-20 balances, checking allowances, retrieving DEX swap quotes (V2 and V3 architectures), estimating L2 gas costs, and managing on-chain **Real World Assets (RWA)** and

Tools (2)

MNTnative

Topics

blockchaincryptoethereummantlemantle-networkmcpmodel-context-protocolpython