mcpbeat Sign in

Moneo MCP Server

by moneolabs Your server? Claim it
local only

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

A guarded wallet for AI agents on Robinhood Chain: a spending policy runs before every signature.

Installs per day peak 27 · avg 8 · +68% w/w
a month agotoday
64
Installs / week
npm · @moneolabs/mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Moneo every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: MONEO_AGENT (Agent identity recorded on every decision.), MONEO_ASSET (Default asset for amounts that do not name one.), MONEO_POLICY (Path to a policy JSON file. Defaults to a cautious built-in policy.), MONEO_KEY_PATH (Where the agent's key is kept. Defaults to ~/.moneo/key.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Moneo

same job, measured the same way
Agent Wallet
by dingdawg

Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.

43 installs/wk local only
Countersign
by countersign-network

Kill switch + spend guard for AI agents that spend money, across every wallet vendor at once.

46 installs/wk local only
Hood MCP
by nirholas

Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches

48 installs/wk local only
Epsilon
by alienbase-xyz

Non-custodial limit, stop-loss and DCA trading on Epsilon (Robinhood Chain) for AI agents

26 installs/wk 15 tools answering
Aeron Wallet
by aeronlabs

Non-custodial agent wallet for Robinhood Chain. Pays x402 requests in USDG.

58 installs/wk local only
Nansen
by nansen-ai

Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics.

50 tools answering
Solenrich
by 0xsardius

Solana onchain intelligence for AI agents: wallet risk, due-diligence, perps funding, smart money.

44 tools answering
Robyn — Gasless Cross-Chain for AI Agents
by ox31461

Gasless cross-chain for AI agents: 25 nodes incl. Solana & native Bitcoin. One signature, no gas.

61 installs/wk 72 tools answering

Moneo — questions

Answers built from our own checks of this server.

Why is there no uptime for Moneo?
Moneo 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 @moneolabs/mcp was installed 64 times last week.
How do I connect Moneo?
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 @moneolabs/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Moneo?
The npm package @moneolabs/mcp was installed 64 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Moneo open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.