Moneo
NPM · @MONEOLABS/MCP · SCANNED AUG 3
Guarded wallet and trading tools for AI agents: policy rules 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 →
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
- 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 9 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add moneolabs-moneo -- npx -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": {
"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.
- 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.
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.
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.
close_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 ~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 ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| buy | string | yes | Asset acquired, for example "AAPLX". |
| 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 ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Most 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.
| 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 ~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.