Multichain MCP Server 🌐

by oraichain

183 downloads
Not rated
GitHub

About

A MCP Server Route Hub connecting all MCP Servers

Details

Author
oraichain
Downloads
183
Categories
Other

- Interact with multiple blockchain networks
- Retrieve wallet addresses and balances
- Transfer funds and manage tokens
- Deploy and interact with smart contracts
- Bridge assets between networks
- Ready-to-use blockchain interaction tools for AI agents

Clone the repository, install dependencies with pnpm install, build with pnpm build, and create a .env file with your RPC URL and port. The server can then be started and configured for integration with AI tools like Claude Desktop by adding a JSON configuration entry.

Multichain MCP Server 🌐

License: GPL-3.0

> πŸ—οΈ Built and maintained by Oraichain Labs

A comprehensive toolkit for building and deploying AI agents with blockchain capabilities. This monorepo includes:

- A Model Context Protocol (MCP) server for AI applications
- Agent development tools for blockchain interactions
- Development kit for building custom AI agents

About Oraichain Labs

Oraichain Labs is the team behind Oraichain, the world's first AI Layer 1 for Web3. We specialize in AI Agents and blockchain technologies:

- Autonomous Web3 AI Agents
- Decentralized AI Marketplace
- AI Oracle System
- Multichain DeFi protocols

Contributors

Thanks goes to these wonderful people:

<a href="https://github.com/oraichain/multichain-mcp/graphs/contributors">

</a>

Overview

This project provides a complete suite of tools for AI-blockchain integration:

MCP Server

- Interact with multiple blockchain networks
- Retrieve wallet addresses and balances
- Transfer funds and manage tokens
- Deploy and interact with smart contracts
- Bridge assets between networks

Agent Tools

- Ready-to-use blockchain interaction tools
- Multi-chain support out of the box
- DeFi protocol integrations
- Secure transaction handling

Agent Development Kit

- Build custom AI agents with blockchain capabilities
- Extensible interfaces and types
- Best practices and examples
- Testing utilities

The entire toolkit is built using TypeScript and supports multiple blockchain networks through a unified interface.

Prerequisites

- Node.js (v18 or higher)
- pnpm (v9.0.0 or higher)
- Wallet configuration for supported networks
- API keys for supported networks (optional)

Installing Prerequisites

1. Install Node.js:

- Visit Node.js official website
- Download and install the LTS version (v18 or higher)
- Verify installation:

     node --version
npm --version

2. Install pnpm:

   # Using npm
   npm install -g pnpm

# Verify installation
pnpm --version

For alternative installation methods, visit pnpm installation guide.

Installation

Clone this repository:

git clone https://github.com/oraichain/multichain-mcp.git
cd multichain-mcp

Install dependencies:

pnpm install

Build the project:

pnpm build

Configuration

Create a .env file with your configuration:

```env

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.