AA
AEO Score: 0.90 / 1.00

Garoon MCP

Groupware & Collaboration
Very Good — Strong agent support with minor gaps
Agent Ready
✓ Verified
MCP Type
Official MCP
Success Rate
🟡 Medium
Agent Activity
● New
Recipes
✓ Available

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 Garoon MCP to an AI Agent

Auth setup

1. Garoon管理画面 > APIトークン設定. 2. 必要な権限でトークン生成. 3. X-Cybozu-API-Token: {token} ヘッダー. 4. 複数トークンはカンマ結合.

Key facts

Base URLhttps://{subdomain}.cybozu.com/g/api/v1/
API versionv1
AuthCybozu共通認証: API token or Basic Auth (パスワード認証) or OAuth. kintoneと同じ認証パターン.
Request bodyapplication/json
Paginationoffset + limit parameters.
Rate limit10,000 req/day (standard). Concurrent: 10.
Error formatJSON: {"message":"...","id":"...","code":"..."}

Key endpoints

MethodPathDescription
GET/schedule/eventsGet schedule events (スケジュール)
POST/schedule/eventsCreate a schedule event
GET/workflow/requestsGet workflow requests (ワークフロー)
GET/spaceGet space info (スペース)
GET/bulletinGet bulletin board posts (掲示板)

Quickstart

GET /g/api/v1/schedule/events?rangeStart=2024-01-15T00:00:00+09:00&rangeEnd=2024-01-16T00:00:00+09:00
X-Cybozu-API-Token: {token}

Response: {"events":[{"id":"...","subject":"定例会議","start":{"dateTime":"..."},...}]}

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 Garoon MCP's AEO score?
Garoon MCP has an AEO score of 0.90 and is rated AA (Strong agent support with minor gaps). 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 Garoon MCP AI-agent-ready?
Garoon MCP is currently ✓ verified for AI agent use. It offers an official MCP (Model Context Protocol) server, which means AI agents can connect directly. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does Garoon MCP compare to other Groupware & Collaboration services?
In the Groupware & Collaboration category, Garoon MCP is rated AA. 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 Garoon MCP compares.
How can I integrate Garoon MCP with an AI agent?
The fastest way to integrate Garoon MCP 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 Garoon MCP?
Cybozu共通認証: API token or Basic Auth (パスワード認証) or OAuth. kintoneと同じ認証パターン. Setup: 1. Garoon管理画面 > APIトークン設定. 2. 必要な権限でトークン生成. 3. X-Cybozu-API-Token: {token} ヘッダー. 4. 複数トークンはカンマ結合.
What are Garoon MCP's API rate limits?
10,000 req/day (standard). Concurrent: 10.