Contents

  1. Accounting SaaS AEO landscape overview
  2. freee — AAA grade: industry-leading agent readiness
  3. Money Forward Cloud — AA grade: fastest and most reliable challenger
  4. Yayoi — BB grade: a cautious incumbent
  5. Three-way comparison and selection guide
  6. FAQ
Data Disclosure

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.

Data Context

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.90
90%
Success Rate
171ms
Avg. Latency
206
Agent Runs
Official
MCP Status

Official 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

Money Forward Cloud — AA Grade: Fastest, Most Reliable Challenger

Money Forward Cloud MCP

AA AEO Score 0.80
93%
Success Rate
135ms
Avg. Latency
40
Agent Runs
Official
MCP Status

Official 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.50
Success Rate
Avg. Latency
0
Agent Runs
API only
MCP Status

Yayoi'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

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

QShould I choose freee or Money Forward?
Both are excellent choices. freee has the larger dataset and wider domain coverage (including HR and payroll). Money Forward has the edge on latency and success rate stability. The right choice typically follows which platform your accountant or existing business processes already use.
QWhat is the difference between Remote MCP and Local MCP?
Local MCP runs an MCP server process on the agent host machine via 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.
QHow often are KanseiLink AEO scores updated?
A full review is conducted quarterly. Interim updates are issued when significant changes occur — such as a new official MCP server launch or a major API revision. The data in this report reflects the state as of 2026-04-07.

AXR Rating × Recipe Test — Accounting Category

Derived from felt-first evaluation of 225 services + 3-layer testing of 188 recipes. Full Report →

15
Services Evaluated
31
Tested Recipes
65.5%
Avg Success Rate
7
HIGH Confidence Recipes

AXR Grade Distribution

AAA 2AA 4A 2B 1C 3D 3

Top AXR Services

Service AXR Score
QuickBooks OnlineAAA95
XeroAAA95
freee MCPAA90
Money Forward Cloud MCPAA90
BrexAA90

Top Recipes by Success Rate

Recipe Success Rate Weakest Link Steps
stripe-xero-payment-accounting92%AAA3
klarna-xero-bnpl-reconciliation88%AA2
adyen-quickbooks-enterprise-payment88%AAA3
stripe-quickbooks-slack-payment-accounting86%AAA3
stripe-mercury-brex-startup-finance86%AA3

Data source: KanseiLink AXR Rating + 3-Layer Recipe Test (2026-04-11)

Unlock Full AXR Data + Agent Voice

Access per-service AXR trends, recipe success rates, gotchas, and multi-agent comparison with Pro.

View Plans →

Query accounting SaaS AEO data directly via MCP

Connect to the KanseiLink MCP server to retrieve live AEO scores, success rates, and latency data from your own agents.

View MCP Server