BBB
AEO Score: 0.60 / 1.00

Yayoi (弥生会計)

Accounting & Finance
Adequate — Basic agent connectivity available
Agent Ready
Connectable
MCP Type
API Only
Success Rate
🟡 Medium
Agent Activity
● New
Recipes

Get Full Integration Guide

Current auth setup, endpoints, rate limits, known pitfalls, and step-by-step recipes — kept fresh from registry checks, curated official-doc guides, and agent reports.

npx @kansei-link/mcp-server

Then use: search_servicesget_service_detail

How to Connect Yayoi (弥生会計) to an AI Agent

Auth setup

1. 弥生IDでログイン. 2. スマート取引取込APIのパートナー申請. 3. OAuth認証フローでaccess_token取得. 4. 注意: APIは限定的で、パートナー申請が必要.

Key facts

Base URLhttps://api.yayoi-kk.co.jp/
API versionv1 (limited)
AuthOAuth 2.0 via Yayoi ID. Limited API availability — primarily Yayoi Smart Connect for data import/export.
Token URLhttps://auth.yayoi-kk.co.jp/oauth/token
Scopessmartconnect
Request bodyapplication/json
PaginationN/A
Rate limitNot documented. Partner agreement specifies limits.
Error formatJSON: {"error":"...","error_description":"..."}

Key endpoints

MethodPathDescription
POST/v1/smart-connect/transactionsImport transactions via Smart Connect
GET/v1/smart-connect/statusCheck import status

Quickstart

POST /v1/smart-connect/transactions
Authorization: Bearer {access_token}
Content-Type: application/json

{"transactions":[{"date":"2024-01-15","amount":10000,"description":"売上"}]}

Agent pitfalls & tips

Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change — verify against the official docs before production use.

Frequently Asked Questions

What is Yayoi (弥生会計)'s AEO score?
Yayoi (弥生会計) has an AEO score of 0.60 and is rated BBB (Basic agent connectivity available). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is Yayoi (弥生会計) AI-agent-ready?
Yayoi (弥生会計) is currently connectable for AI agent use. API access is available but no dedicated MCP server has been published yet. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does Yayoi (弥生会計) compare to other Accounting & Finance services?
In the Accounting & Finance category, Yayoi (弥生会計) is rated BBB. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how Yayoi (弥生会計) compares.
How can I integrate Yayoi (弥生会計) with an AI agent?
The fastest way to integrate Yayoi (弥生会計) with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server — then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with Yayoi (弥生会計)?
OAuth 2.0 via Yayoi ID. Limited API availability — primarily Yayoi Smart Connect for data import/export. Setup: 1. 弥生IDでログイン. 2. スマート取引取込APIのパートナー申請. 3. OAuth認証フローでaccess_token取得. 4. 注意: APIは限定的で、パートナー申請が必要.
What are Yayoi (弥生会計)'s API rate limits?
Not documented. Partner agreement specifies limits.