Multichain Mcp

Created By
wkalidev17 days ago
MCP server for AI agents — Stacks, Celo, and Base in one npm package.
Overview

The only MCP server that gives AI agents native access to Stacks, Celo, and Base — from a single npm package. No RPC keys required to start.

Tools

ToolDescriptionTier
get_balanceNative + token balances for any walletFree
get_pricesLive prices + 24h change (STX, CELO, ETH, USDC, WBTC…)Free
get_portfolioAggregate view across all 3 chains in one callPro
prepare_transferBuild unsigned tx for native or ERC-20/SIP-010 transferPro
deploy_tokenPrepare unsigned ERC-20 deployment tx on Celo or BaseTeam

All write operations return unsigned transactions — you always sign with your own wallet. Non-custodial by design.

Free tier requires no license key — install and go. Omit MULTICHAIN_LICENSE_KEY to run Free, add a key to unlock Pro/Team tools.

Server Config

{
  "mcpServers": {
    "multichain": {
      "command": "npx",
      "args": [
        "-y",
        "@wkalidev/multichain-mcp"
      ],
      "env": {
        "MULTICHAIN_LICENSE_KEY": "your-license-key"
      }
    }
  }
}
Project Info
Created At
17 days ago
Updated At
17 days ago
Author Name
wkalidev
Star
-
Language
-
License
-
Category

Recommend Servers

View All