Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Moneo

NPM · @MONEOLABS/MCP · SCANNED AUG 3

Guarded wallet and trading tools for AI agents: policy rules before every signature.

Available components

+22 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 610 tokens (~67/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @moneolabs/mcp

# add to Claude Code
claude mcp add moneolabs-moneo -- npx -y @moneolabs/mcp
# add to Codex CLI
codex mcp add moneolabs-moneo -- npx -y @moneolabs/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "moneolabs-moneo": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@moneolabs/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add moneolabs-moneo --command npx --arg -y --arg @moneolabs/mcp
# ~/.hermes/config.yaml
mcp_servers:
  moneolabs-moneo:
    command: "npx"
    args: ["-y", "@moneolabs/mcp"]
// mcp.json
{
  "mcpServers": {
    "moneolabs-moneo": {
      "command": "npx",
      "args": [
        "-y",
        "@moneolabs/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +11
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • Stability: unverified → 0.20 functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 −10
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +29
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +12
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 29 Jul 26 +2
    • Dependency health: unverified → partial functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@moneolabs/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 98 packages

98 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 9 exposed · ~610 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
close_position ~53

Exit a position with the same guarantees the entry had: policy first, slippage bound enforced.

NameTypeReqDescription
assetstringyesAsset to close.
maxSlippagenumberLargest acceptable adverse move as a fraction.

No output schema declared.

No examples provided.

execute_order ~194

Quote and execute a trade. Policy runs before anything is signed: a refusal returns the reason and costs nothing. Attach takeProfit and stopLoss to ship the exit with the entry.

NameTypeReqDescription
buystringyesAsset acquired.
limitPricenumberlimit: price to rest at.
maxSlippagenumberLargest acceptable adverse move as a fraction, e.g. 0.003. Exceeding it rejects the order instead of filling it worse.
notionalstringyesHow much to spend, e.g. "300 USDG".
sellstringyesAsset given up.
stopLossnumberbracket: exit price below.
takeProfitnumberbracket: exit price above.
typestringOrder type. Defaults to market.
windowstringtwap: window to spread across, e.g. "30m".

No output schema declared.

No examples provided.

get_balance ~30

Current balance of the agent's wallet, and how much of it is not already committed to a pending payment.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_quote ~80

Price a trade across every venue that can fill it, without committing to anything. Returns the best route.

NameTypeReqDescription
buystringyesAsset acquired, for example "AAPLX".
notionalstringyesHow much to spend, for example "300 USDG".
sellstringyesAsset given up, for example "USDG".

No output schema declared.

No examples provided.

get_spending_limits ~33

The spending limits in force and how much of each budget is left. Check this before planning a series of payments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_payments ~34

Payments this wallet has made in the current session.

NameTypeReqDescription
limitnumberMost recent N. Defaults to 20.

No output schema declared.

No examples provided.

list_positions ~24

Open positions with cost basis and unrealized P&L at the latest mark.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pay ~82

Send a payment from the agent's wallet. Policy runs first: if it refuses, no money moves and the reason is returned.

NameTypeReqDescription
amountstringyesAmount, for example "$12.50" or "0.01 ETH".
memostringWhat the payment is for.
tostringyesRecipient: address, domain, or endpoint.

No output schema declared.

No examples provided.

preflight_payment ~80

Ask whether a payment would be allowed, without making it. Use this before proposing a spend to the user.

NameTypeReqDescription
amountstringyesAmount, for example "$12.50" or "0.01 ETH".
memostringWhat the payment is for.
tostringyesRecipient: address, domain, or endpoint.

No output schema declared.

No examples provided.