Moneo
NPM · @MONEOLABS/MCP · SCANNED SEP 22
A guarded wallet for AI agents on Robinhood Chain: a spending policy runs before every signature.
Available components
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 114 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 48 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 609 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 Management90
- Stability observed for 27 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Moneo MCP server?
Moneo runs locally as an npm package, launched with npx -y @moneolabs/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @moneolabs/mcp
claude mcp add moneolabs-moneo -- npx -y @moneolabs/mcp
{
"mcpServers": {
"moneolabs-moneo": {
"command": "npx",
"args": [
"-y",
"@moneolabs/mcp"
]
}
}
} {
"servers": {
"moneolabs-moneo": {
"command": "npx",
"args": [
"-y",
"@moneolabs/mcp"
]
}
}
} codex mcp add moneolabs-moneo -- npx -y @moneolabs/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"moneolabs-moneo": {
"type": "local",
"command": [
"npx",
"-y",
"@moneolabs/mcp"
],
"enabled": true
}
}
} openclaw mcp add moneolabs-moneo --command npx --arg -y --arg @moneolabs/mcp
mcp_servers:
moneolabs-moneo:
command: "npx"
args: ["-y", "@moneolabs/mcp"] {
"McpServers": {
"moneolabs-moneo": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@moneolabs/mcp"
]
}
}
} assistant mcp add moneolabs-moneo -t stdio -c npx -a -y @moneolabs/mcp
{
"mcpServers": {
"moneolabs-moneo": {
"command": "npx",
"args": [
"-y",
"@moneolabs/mcp"
]
}
}
} 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.
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 −3
- Stability: pass → 0.83 functional
- 19 Sept 26 +1
- Stability: 0.97 → pass security
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 −3
- Stability: pass → 0.77 functional
- 11 Sept 26 +1
- Stability: 0.97 → pass security
- 9 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
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 22 Sept 2026 · Analysed npm/@moneolabs/mcp@0.4.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 114 packages
| Packages resolved | 114 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
close_position Close a position ~53
Exit a position with the same guarantees the entry had: policy first, slippage bound enforced.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | Asset to close. |
| maxSlippage | number | – | Largest acceptable adverse move as a fraction. |
No output schema declared.
No examples provided.
execute_order Execute an 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.
| Name | Type | Req | Description |
|---|---|---|---|
| buy | string | yes | Asset acquired. |
| limitPrice | number | – | limit: price to rest at. |
| maxSlippage | number | – | Largest acceptable adverse move as a fraction, e.g. 0.003. Exceeding it rejects the order instead of filling it worse. |
| notional | string | yes | How much to spend, e.g. "300 USDG". |
| sell | string | yes | Asset given up. |
| stopLoss | number | – | bracket: exit price below. |
| takeProfit | number | – | bracket: exit price above. |
| type | string | – | Order type. Defaults to market. |
| window | string | – | twap: window to spread across, e.g. "30m". |
No output schema declared.
No examples provided.
get_balance 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 Get a trade quote ~79
Price a trade across every venue that can fill it, without committing to anything. Returns the best route.
| Name | Type | Req | Description |
|---|---|---|---|
| buy | string | yes | Asset acquired, for example "AAPL". |
| notional | string | yes | How much to spend, for example "300 USDG". |
| sell | string | yes | Asset given up, for example "USDG". |
No output schema declared.
No examples provided.
get_spending_limits 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 List payments ~34
Payments this wallet has made in the current session.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Most recent N. Defaults to 20. |
No output schema declared.
No examples provided.
list_positions 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 Send a payment ~82
Send a payment from the agent's wallet. Policy runs first: if it refuses, no money moves and the reason is returned.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | Amount, for example "$12.50" or "0.01 ETH". |
| memo | string | – | What the payment is for. |
| to | string | yes | Recipient: address, domain, or endpoint. |
No output schema declared.
No examples provided.
preflight_payment Preflight a payment ~80
Ask whether a payment would be allowed, without making it. Use this before proposing a spend to the user.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | Amount, for example "$12.50" or "0.01 ETH". |
| memo | string | – | What the payment is for. |
| to | string | yes | Recipient: address, domain, or endpoint. |
No output schema declared.
No examples provided.
What is the Moneo MCP server?
Moneo is an MCP server listed in the public MCP registry as io.github.moneolabs/moneo. A guarded wallet for AI agents on Robinhood Chain: a spending policy runs before every signature. This page covers its npm package (@moneolabs/mcp).
Is the Moneo MCP server safe to use?
Moneo scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Moneo MCP server expose?
Moneo exposes 9 tools: get_balance, preflight_payment, pay, get_spending_limits, list_payments, and 4 more. Their descriptions and schemas cost roughly 609 tokens of context every time the server is loaded.
Is the Moneo MCP server still maintained?
Moneo is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Moneo MCP server under?
Moneo declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.