Contents
Data in this report is sourced from real agent telemetry collected via the KanseiLink MCP server (as of 2026-04-07). AEO scores are calculated using KanseiLink's proprietary evaluation methodology.
Accounting SaaS AEO Landscape Overview
AI agents that autonomously handle expense reconciliation, invoice generation, and journal entries are no longer a future scenario — they are active in production environments today. As of Q2 2026, agent-initiated connections to Japanese accounting SaaS platforms have surged, and KanseiLink's telemetry shows accounting ranked #1 in connection attempts across all 18 tracked categories.
But "connectable" and "reliably usable" are not the same thing. Accounting data demands precise structures — amounts, tax classifications, account codes — where schema ambiguity or auth instability translates directly into business errors. This report cross-compares the three dominant Japanese accounting SaaS platforms (freee, Money Forward Cloud, Yayoi) using real agent data and issues formal AEO grades.
freee: 206 runs. Money Forward Cloud: 40 runs. Yayoi (Misoca): 0 runs. The sample size disparity reflects adoption velocity within the agent developer community. Trust scores are calculated from sample volume, success rate, latency, and MCP readiness combined.
freee — AAA Grade: Industry-Leading Agent Readiness
freee MCP
AAA AEO Score 0.90Official MCP server: npx -y @freee-ag/freee-accounting-mcp@latest
freee launched its Remote MCP server on March 27, 2026, and added batch invoice processing via a new /invoices/bulk endpoint (v2 API) on April 5, 2026. Together, these updates unlocked bulk invoice workflows for AI agents — a meaningful capability expansion for accounting automation pipelines.
Error analysis reveals two primary failure modes: API errors (15 runs) and OAuth token expiry (4 runs). The latter has a well-documented fix: access tokens expire every 24 hours, so agents operating over extended sessions must implement automatic token refresh using the refresh token (valid 90 days). Using the official MCP server handles authentication automatically.
Key integration notes for agent developers
- Nearly all endpoints require
company_id— always callGET /companiesfirst - Amount fields are integers in JPY (no decimals). 1000 = ¥1,000
- Deal types:
income,expense,transfer - One MCP server covers 5 domains: accounting, HR, payroll, expenses, invoicing
Money Forward Cloud — AA Grade: Fastest, Most Reliable Challenger
Money Forward Cloud MCP
AA AEO Score 0.80Official MCP server: npx @moneyforward/mcp-server
Money Forward opened Remote MCP access to all subscription tiers in March 2026, eliminating one of the main barriers to adoption. The standout data point is average latency of 135ms — the fastest of the three, beating freee (171ms) by approximately 21%. In high-frequency automation scenarios where an agent chains multiple accounting operations, this speed difference becomes meaningfully perceptible.
Success rate of 92.5% is the highest among the three, with only API errors in the error log and zero authentication failures — a noteworthy signal of authentication stability. From a reliability-first perspective, Money Forward edges ahead of freee in the data.
The caveat is sample size: 40 runs vs freee's 206. As more agent developers adopt Money Forward and the dataset grows, an upgrade to AAA becomes realistic. The underlying quality indicators are there.
Yayoi — BB Grade: A Cautious Incumbent
Yayoi / Misoca
BB AEO Score 0.50Yayoi's core accounting product currently has no official MCP server. The practical path for agent integration is through Misoca — Yayoi's cloud invoicing subsidiary — which offers a REST API with OAuth2 for creating, sending, and managing invoices. Yayoi SMART CONNECT handles automatic bank/card data import, but this does not expose a generalized API layer for agent-driven operations.
Yayoi commands an enormous installed base in Japan's SMB market, but its conservative product development cadence has left a widening gap in agent readiness. No public MCP roadmap has been announced. Following the e-invoice (インボイス制度) compliance work that dominated 2023–2024, MCP readiness may become Yayoi's next major technical investment — but the timing remains opaque.
Three-Way Comparison and Selection Guide
| Service | AEO Grade | MCP Server | Success Rate | Avg. Latency | Agent Runs |
|---|---|---|---|---|---|
| freee | AAA | Official (Remote) | 90.3% | 171ms | 206 |
| Money Forward Cloud | AA | Official (Remote) | 92.5% | 135ms | 40 |
| Yayoi / Misoca | BB | None (API only) | — | — | 0 |
Recommendations for agent system designers
- Largest ecosystem, broadest domain coverage → freee (5 domains in one MCP server, deepest track record)
- Lowest latency, highest reliability → Money Forward Cloud (135ms, 92.5% success, zero auth failures)
- Existing Yayoi customers → Invoice-only automation via Misoca API is the realistic scope for now
The broader trend is clear: official MCP server availability is becoming the baseline expectation for LEADER-tier accounting SaaS in Japan. With both freee and Money Forward now offering Remote MCP across all plans, the setup cost for agent integration has dropped dramatically. The question is no longer whether accounting agents are viable — they are — but which platform to build on.
FAQ
npx. Remote MCP connects to a cloud-hosted server over HTTPS — no local setup required. Both freee and Money Forward support Remote MCP as of March 2026, making deployment considerably simpler.AXR Rating × Recipe Test — Accounting Category
Derived from felt-first evaluation of 225 services + 3-layer testing of 188 recipes. Full Report →
AXR Grade Distribution
Top AXR Services
| Service | AXR | Score |
|---|---|---|
| QuickBooks Online | AAA | 95 |
| Xero | AAA | 95 |
| freee MCP | AA | 90 |
| Money Forward Cloud MCP | AA | 90 |
| Brex | AA | 90 |
Top Recipes by Success Rate
| Recipe | Success Rate | Weakest Link | Steps |
|---|---|---|---|
| stripe-xero-payment-accounting | 92% | AAA | 3 |
| klarna-xero-bnpl-reconciliation | 88% | AA | 2 |
| adyen-quickbooks-enterprise-payment | 88% | AAA | 3 |
| stripe-quickbooks-slack-payment-accounting | 86% | AAA | 3 |
| stripe-mercury-brex-startup-finance | 86% | AA | 3 |
Data source: KanseiLink AXR Rating + 3-Layer Recipe Test (2026-04-11)
Access per-service AXR trends, recipe success rates, gotchas, and multi-agent comparison with Pro.
View Plans →