mcpbeat Sign in

multichain-mcp MCP Server

local only

multichain-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 5 Aug 2026.

MCP server for AI agents — Stacks, Celo, and Base in one npm package.

Installs per day peak 17 · avg 6 · +273% w/w
a month agotoday
51
Installs / week
npm · @wkalidev/multichain-mcp
1
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
License
HTML

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Long encoded blob in source src/tools/deploy-token.ts:11
  "0x60806040523480156200001157600080fd5b5060405162000f0838038062000f088339810160408190526200003491620001bb565b82826003620000448382620002d2565b506004620000538282620002d2565b5050506200006833826200007060201b60201c565b50506200039e565b6001600160a01b038216620000a15760405163ec442f0560e…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add multichain-mcp -- npx -y @wkalidev/multichain-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multichain-mcp": {
      "args": [
        "-y",
        "@wkalidev/multichain-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multichain-mcp]
command = "npx"
args = ["-y", "@wkalidev/multichain-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "multichain-mcp": {
      "args": [
        "-y",
        "@wkalidev/multichain-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multichain-mcp": {
      "args": [
        "-y",
        "@wkalidev/multichain-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MULTICHAIN_LICENSE_KEY (Optional Lemon Squeezy license key. Omit to run on the Free tier (get_balance, get_prices). Unlocks get_portfolio and prepare_transfer on Pro, plus deploy_token on Team.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to multichain-mcp

same job, measured the same way
Docbase
by krayinc

DocBase MCP server for AI agents

answering
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only
AbaPay
by investorphem

Non-custodial stablecoin bill-pay rails on Celo & Base for AI agents, settled on-chain via MCP.

10 tools answering
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

46 installs/wk local only
Attestd MCP
by attestd-io

CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.

50 installs/wk local only
Obsd Launchpad
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

51 installs/wk local only

multichain-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for multichain-mcp?
multichain-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wkalidev/multichain-mcp was installed 51 times last week.
How do I connect multichain-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wkalidev/multichain-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use multichain-mcp?
The npm package @wkalidev/multichain-mcp was installed 51 times in the last week. Week over week that is +273%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is multichain-mcp open source?
We cannot say either way: written in HTML and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.