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 URL | https://{subdomain}.cybozu.com/g/api/v1/ |
| API version | v1 |
| Auth | Cybozu共通認証: API token or Basic Auth (パスワード認証) or OAuth. kintoneと同じ認証パターン. |
| Request body | application/json |
| Pagination | offset + limit parameters. |
| Rate limit | 10,000 req/day (standard). Concurrent: 10. |
| Error format | JSON: {"message":"...","id":"...","code":"..."} |
Key endpoints
| Method | Path | Description |
GET | /schedule/events | Get schedule events (スケジュール) |
POST | /schedule/events | Create a schedule event |
GET | /workflow/requests | Get workflow requests (ワークフロー) |
GET | /space | Get space info (スペース) |
GET | /bulletin | Get 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
- kintoneと認証方式が同じ — X-Cybozu-API-Tokenヘッダー.
- 日時はISO 8601 + タイムゾーン必須 (+09:00 for JST).
- スケジュール + ワークフロー + 掲示板 + スペースの4機能がメイン.
- 複数APIトークンの組合せ: カンマ区切りで1ヘッダーに結合.
- 大企業のグループウェアとして圧倒的シェア — kintoneとの連携が鍵.
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.