Contents

  1. The Agent-Readiness League Table by Industry
  2. Three Reasons Accounting Leads
  3. The Structural Reasons HR and CRM Lag
  4. It Splits Within an Industry Too — The Communication Lesson
  5. What This Gap Means
  6. FAQ

The Agent-Readiness League Table by Industry

KanseiLink aggregates agent usage reports across 301+ Japanese SaaS/API services. Each service carries an agent_ready badge in three tiers: verified (official MCP available + KanseiLink MCP handshake verified), connectable (an API/MCP exists but the handshake is unverified), and info_only (no API). This time we ran across 8 industries and 100+ services to compare which sectors lead on agent-readiness and which lag.

The headline: only 5 services hold the verified badge. Across more than a hundred services, just five satisfy both conditions — an official MCP and a passed KanseiLink MCP handshake verification.

Industry Verified count Representative services (success / reports) Readiness
Accounting2freee observing/212, Money Forward observing/42Leading
E-commerce1Shopify Japan observing/53, Rakuten observing/2Leading
Communication1Slack observing/113, Chatwork observing/123, LINE WORKS observing/5Split
Project management1Backlog observing/91, kintone observing/61Mid
Payments0Stripe Japan observing/33Mid
CRM0HubSpot observing/4, Sansan observing/36, Salesforce observing/42Lagging
HR0KING OF TIME observing/35, SmartHR observing/92, Talentio observing/20Lagging
Developer tools0GitHub (no report data), GitLab, etc.Unmeasured
Editorial view, May 2026

What stands out is that the 5 verified services cluster in specific industries: two in accounting, one each in e-commerce, communication, and project management. HR, CRM, payments, and developer tools have zero. This is not chance — differences in data structure and regulatory environment by industry are what split the difficulty of agent-readiness.

Three Reasons Accounting Leads

Accounting is the only industry with two verified services. freee MCP has 212 reports — the highest report volume in the entire KanseiLink dataset, and the service agents hit most often (success rates are still being observed as KanseiLink accumulates measured data). Money Forward Cloud follows with 42 reports. Why has accounting alone pulled so far ahead?

  1. The data is structured. Accounts, journal entries, invoices. Accounting data is typed from the start, making it easy for agents to handle. Domains with little ambiguity have high first-attempt success.
  2. Accuracy demands drove up API quality. In a domain touching tax and audit, "roughly right" is unacceptable. Vendors were forced to build robust APIs and error handling early.
  3. freee prioritized readiness. freee published OAuth PKCE auth, five-domain integration, and structured docs early, spinning up the agent-development flywheel first. The 212 reports are the payoff of that early investment.
✅ The accounting lesson

Accounting did not lead because it was technically special. It led because it prioritized readiness early. Structured data was a tailwind, but the decisive factor was the vendor's choice to "tidy up for agents." That is a move other industries can reproduce.

The Structural Reasons HR and CRM Lag

By contrast, HR and CRM hold zero verified badges — and early data suggests even their market leaders struggle with agent success rates. SmartHR (92 reports), Salesforce Japan (42 reports): flagships of their respective markets, yet with a notable share of stumble reports from agents (success rates observing).

HR: the wall of permission complexity and personal data

HR SaaS handles employees' personal information, payroll, and performance reviews. Permission models are finely segmented, and scope requirements differ per endpoint. In SmartHR's 92 reports, api_error (36) and auth_expired (10) stand out: auth expires easily and API errors are frequent. Talentio shows 9 search_miss errors — agents can't even find the service in the first place.

CRM: customization kills standardization

CRM is overrun with custom objects and custom fields that vary per company, so the standard API alone doesn't reach real-world use. Salesforce Japan shows 12 api_error and 11 search_miss errors, plus an average latency of 474ms — the slowest in the dataset, 2–3x the verified tier (128–216ms). Slowness invites timeouts and failures. Sansan does somewhat better, but still falls short of verified status.

⚠️ The market-leader paradox

SmartHR and Salesforce are excellent products for human users. But "easy for humans" and "easy for agents" are different metrics. Rich features and flexible customization delight humans yet register to agents as "unpredictable complexity" that drives up failure. Market share does not rescue success rate.

It Splits Within an Industry Too — The Communication Lesson

Beyond inter-industry gaps, success rates split widely within a single industry too. The starkest case is communication.

ServiceSuccessReportsLatencyBadge
Slack MCPobserving113163msverified
Chatwork MCPobserving123connectable
LINE WORKSobserving5128msconnectable

All three serve the same purpose — team communication — with similar auth approaches. Yet early data suggests a wide spread in success rates (KanseiLink is still accumulating measured data). The interesting one is Chatwork: 123 reports, more than Slack — used a lot, with plenty of stumble reports too. LINE WORKS's failures are entirely search_miss: a discoverability problem where agents never find it at all.

The differentiators are clarity of the auth flow, straightforwardness of endpoint design, machine-readability of error messages, and discoverability. The same structure that splits success rates even under identical OAuth 2.0 plays out within an industry too.

What This Gap Means

Three numbers on the industry gap

5
Verified services among 100+ analyzed
2
The only industry with two verified (accounting)
0
Verified count in HR, CRM, payments, dev tools

In the agent economy, how fast an industry gets agent-ready becomes a battle for category leadership. In an industry like accounting, where several verified services line up, agents can confidently delegate that category's tasks. By contrast, industries with zero verified — HR, CRM — remain in a gray zone agents see as "usable, but not trustworthy."

For SaaS vendors this cuts both ways. A lagging industry is also open territory where no one has become the "verified king" yet. The first service to reach verified status in HR or CRM has a strong chance of monopolizing that category's agent demand.

Is your industry a leader, or open territory?

KanseiLink visualizes agent-readiness across 301+ Japanese SaaS by industry and by service, with AEO grades (methodology published) and early data. We can diagnose your industry's agent-readiness map and the concrete moves to reach verified.

Talk to us about an AEO assessment

FAQ

Which industry has the highest agent-readiness?

Accounting SaaS. freee (212 reports) and Money Forward Cloud (42 reports) both hold the verified badge — the only one of 8 analyzed industries with two verified services. Structured accounting data, regulatory accuracy demands, and freee's early readiness work explain it.

Why are HR and CRM SaaS behind on agent-readiness?

Both have zero verified, and early data suggests even market leaders struggle with agent success rates (SmartHR and Salesforce success rates are still being observed). HR has complex permission models and handles personal data, producing many errors; CRM's per-company customization defeats standardization. Salesforce is the slowest in the dataset at 474ms, which can further depress success.

What is the difference between "verified" and "connectable"?

Verified means a service offers an official MCP and has passed KanseiLink's MCP handshake verification; connectable means an API/MCP exists but the handshake is unverified. Of 100+ services, only 5 are verified (freee, Money Forward, Slack, Backlog, Shopify Japan). Being connectable is not the same as being verified.

Why do success rates differ even within the same industry?

Communication is the clearest case: early data suggests a wide gap between Slack, Chatwork, and LINE WORKS (success rates are still being observed). Clarity of the auth flow, endpoint design, machine-readability of errors, and discoverability all differentiate. Even identical OAuth 2.0 produces divergent success.

What should SaaS vendors in lagging industries do?

The starting point is AEO work that moves a service from connectable to verified: (1) metadata tuned for intent-keyword discovery, (2) structured docs for auth, endpoints, and pitfalls, (3) repairable error messages. Accounting's lead was prioritization, not technology — HR and CRM can follow with the same playbook.

Data Disclosure & Disclaimer

The figures in this article aggregate outcome reports collected by KanseiLink from agents (as of May 2026). The cross-industry analysis is based on search_services (limit 15 per industry) and get_insights report data: freee 212 reports, Money Forward 42, Slack 113, Backlog 91, Shopify Japan 53 (verified); kintone 61, HubSpot Japan 4, Chatwork 123, KING OF TIME 35, Sansan 36, Stripe Japan 33, Salesforce Japan 42 (474ms avg), SmartHR 92 (337ms), Talentio 20, LINE WORKS 5 (128ms). GitHub had no report data. Per-service success rates are still being observed as KanseiLink accumulates measured data, so this article does not state individual figures. Report counts are snapshots at aggregation time and shift continuously with agent activity. confidence_score ranges 0.2–0.79; figures for low-report services are indicative. The "leading/lagging" labels and the structural interpretation of the industry gap are analytical views of observed data and do not guarantee future market trends. Check each get_insights for the latest values.