> ## 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.

# Changelog

> Moneda MCP changelog — new tools, resources, scopes, and improvements to the AI integration

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, CADD) 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

<Info>
  This is a beta release. We're actively adding new tools and improving existing ones based on user feedback.
</Info>

## What's next?

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Get started with Moneda MCP in 5 minutes.
  </Card>

  <Card title="Use cases" icon="lightbulb" href="/use-cases">
    See what you can do with Moneda and AI.
  </Card>
</CardGroup>
