A
AEO Score: 0.70 / 1.00

Misoca (ミソカ)

Accounting & Finance
Good — Functional agent integration
Agent Ready
Connectable
MCP Type
API Only
Success Rate
🟢 High
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 Misoca (ミソカ) to an AI Agent

Auth setup

1. 弥生ID開発者ポータルでアプリ登録. 2. OAuth認証フローでaccess_token取得. 3. Authorization: Bearer {token}.

Key facts

Base URLhttps://app.misoca.jp/api/v3/
API versionv3
AuthOAuth 2.0. Register app at 弥生IDの開発者ポータル. Misocaは弥生グループのため弥生IDで認証.
Token URLhttps://app.misoca.jp/oauth2/token
Scopesinvoice:read, invoice:write, contact:read
Request bodyapplication/json
Paginationpage + per_page parameters.
Rate limit30 req/min.
Error formatJSON: {"errors":[{"message":"...","code":"..."}]}

Key endpoints

MethodPathDescription
GET/invoicesList invoices (請求書一覧)
POST/invoicesCreate an invoice
GET/invoices/{id}/pdfDownload invoice as PDF
GET/contactsList contacts (取引先一覧)

Quickstart

GET /api/v3/invoices?per_page=10
Authorization: Bearer {access_token}

Response: [{"id":1,"subject":"請求書","total_amount":100000,...}]

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 Misoca (ミソカ)'s AEO score?
Misoca (ミソカ) has an AEO score of 0.70 and is rated A (Functional agent integration). 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 Misoca (ミソカ) AI-agent-ready?
Misoca (ミソカ) 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 Misoca (ミソカ) compare to other Accounting & Finance services?
In the Accounting & Finance category, Misoca (ミソカ) is rated A. 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 Misoca (ミソカ) compares.
How can I integrate Misoca (ミソカ) with an AI agent?
The fastest way to integrate Misoca (ミソカ) 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 Misoca (ミソカ)?
OAuth 2.0. Register app at 弥生IDの開発者ポータル. Misocaは弥生グループのため弥生IDで認証. Setup: 1. 弥生ID開発者ポータルでアプリ登録. 2. OAuth認証フローでaccess_token取得. 3. Authorization: Bearer {token}.
What are Misoca (ミソカ)'s API rate limits?
30 req/min.