mcpbeat Sign in

Base Multi Wallet MCP Server

local only

Base Multi Wallet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 238 installs a week from npm.

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 13 · avg 7 · -34% w/w
a month agotoday
238
Installs / week
npm · base-multi-wallet-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 1 d 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.

File ships in the package but is absent from the source [пакет] src/index.ts:1
этот файл ставится пользователю, но в репозитории его нет

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 base-multi-wallet-mcp -- npx -y base-multi-wallet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "base-multi-wallet-mcp": {
      "args": [
        "-y",
        "base-multi-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.base-multi-wallet-mcp]
command = "npx"
args = ["-y", "base-multi-wallet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "base-multi-wallet-mcp": {
      "args": [
        "-y",
        "base-multi-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "base-multi-wallet-mcp": {
      "args": [
        "-y",
        "base-multi-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Base Multi Wallet MCP

same job, measured the same way
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
Thinchain
by snipmcp

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

42 installs/wk local only
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 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
Clawpay
by up2itnow0822

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

local only
Gainium MCP
by gainium

MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

63 installs/wk answering
MCP Coinbase Cdp
by codespar

MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key

28 installs/wk local only
Ramaris App
by ramaris-app

On-chain wallet analytics and trading strategies on Base for AI assistants

local only

Base Multi Wallet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Base Multi Wallet MCP?
Base Multi Wallet 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 base-multi-wallet-mcp was installed 238 times last week.
Is Base Multi Wallet MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Base Multi Wallet 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 base-multi-wallet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Base Multi Wallet MCP?
The npm package base-multi-wallet-mcp was installed 238 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.