Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moneda.com/llms.txt

Use this file to discover all available pages before exploring further.

Track updates and new features added to the Moneda MCP server.

May 2026

v0.4.0 — Spending analytics, earnings time series, recovery emails, and in-app notifications

13 new read tools (49 total now, 38 read + 11 write): Spending analytics (7 new tools):
  • get_spending_by_type_group — formerly get_spending_summary, renamed to clarify the axis. Spending grouped by transaction type group (transfer, exchange, deposit, withdrawal, earnings, topup, offramp) over a 7/30/90-day window with period-over-period comparison.
  • get_daily_spending — daily series of spending totals for a single stablecoin (USDC, EURC, CHFAU) over a rolling window or absolute UTC range.
  • get_spending_by_category — totals grouped by user-assigned spending category (Groceries, Restaurants, Salary, etc.).
  • get_spending_by_contact — total sent to a single recipient (Moneda user, bank, or wallet) over a window.
  • get_spending_by_merchant — totals grouped by merchant name (parsed from references and notes).
  • get_spending_comparison — period-over-period comparison with delta percentage.
  • get_spending_transactions — drill-down into the transactions that make up a category / contact / merchant total.
Earnings (1 new tool):
  • get_earnings_time_series — daily yield over a window for a single vault (Morpho USDC / EURC, YO USDC / EURC, etc.).
Recovery emails (4 new tools):
  • list_recovery_emails / get_recovery_email / get_recovery_config / get_recovery_status — surface ZK email-based account recovery to AI assistants under “recovery email” terminology. Useful for “do I have email recovery set up?”, “is a recovery in flight on my account?”, and “are my guardians fully approved?”. Anonymizes guardian emails as a***@domain in the active-recovery payload.
Notifications (2 new tools):
  • list_notifications / get_unread_notification_count — read the in-app notifications inbox; the count tool is cheaper when the agent only needs to answer “do I have anything new?”.
1 new OAuth scope (22 total now, 17 read + 5 write):
  • read:notifications — covers the new notifications tools. Recovery emails fold into the existing read:recovery scope (renamed in the consent screen from “Recovery Contacts” to “Account Recovery”).
REST API parity:
  • New endpoints: GET /v1/recovery-emails, GET /v1/recovery-emails/{id}, GET /v1/recovery-config, GET /v1/recovery-status, GET /v1/notifications, GET /v1/notifications/unread-count, plus the spending-breakdown and earnings-time-series endpoints under /v1/spending/* and /v1/earnings/time-series. All support ?view=lite for compact responses where applicable.
CLI parity:
  • New command groups: moneda recovery emails-list / emails-get / config / status / contacts, notification list / unread-count, rates apy / exchange, spending summary, sub-account list / get / balance / wealth, plus the wealth top-level alias.
  • New commands: account show, transaction batch-categorize, transaction batch-note, spending subcommands for the new breakdown tools, account earnings-time-series.

March 2026

v0.3.0 — Enriched tools, safety annotations, and security improvements

Enriched balance and spending tools:
  • get_balance now includes balance trend sparklines from recent snapshots and current APY rates for earnings accounts
  • get_spending_summary now includes user-assigned category breakdown (23 categories) alongside type groups, and period-over-period comparison with delta percentage
Safety annotations:
  • All 32 tools now include safety annotations (readOnlyHint / destructiveHint) for Anthropic directory compliance
  • Read tools are marked as read-only; write tools are marked as non-destructive
Security hardening:
  • Added Content-Security-Policy: frame-ancestors 'none' header to prevent clickjacking
  • Added X-Frame-Options: DENY and X-Content-Type-Options: nosniff headers
  • HSTS enabled in production with 1-year max-age
MCP Registry:
  • Added server.json manifest for MCP Registry publishing
  • Added domain verification endpoint at /.well-known/mcp-registry-auth

February 2026

MCP server launch

The Moneda MCP server is now available in public beta. Connect your AI assistant to manage your Moneda account with natural language. What’s included:
  • 32 tools — 21 read tools and 11 write tools for full account management
  • 15 resources — automatic context for balances, transactions, rates, and more
  • 21 OAuth scopes — granular permission control with 16 read and 5 write scopes
  • 5 AI clients supported — Claude, ChatGPT, Gemini, Mistral AI, and Perplexity AI
  • OAuth 2.0 with PKCE — secure authentication without sharing passwords
  • Biometric payment approval — every payment requires confirmation in the Moneda app
Highlights:
  • Check balances, transactions, and spending summaries
  • Categorize and annotate transactions in bulk (up to 25 at once)
  • Initiate payments to Moneda users, external wallets, and bank accounts
  • Export transactions in tax-ready CSV format (Koinly, CoinTracker, TaxBit)
  • Search FAQs and get help without leaving your AI client
  • Manage contacts, external accounts, and profile settings
This is a beta release. We’re actively adding new tools and improving existing ones based on user feedback.

What’s next?

Quickstart

Get started with Moneda MCP in 5 minutes.

Use cases

See what you can do with Moneda and AI.