con un clic
freee-api-skill
freee API を MCP 経由で操作するスキル。会計・人事労務・請求書・工数管理・販売の詳細APIリファレンスと使い方ガイドを提供。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
freee API を MCP 経由で操作するスキル。会計・人事労務・請求書・工数管理・販売の詳細APIリファレンスと使い方ガイドを提供。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
日本の内部統制報告制度(J-SOX)・会社法監査・税務調査対応。freeeデータを活用した証憑収集・統制テスト・監査調書作成をサポート。
Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day.
損益計算書・貸借対照表・キャッシュフロー計算書を日本基準(J-GAAP)で生成し、前期比較・差異分析を行う。freee試算表データと連携。
freee標準科目・日本基準(J-GAAP)・消費税区分に準拠した仕訳エントリーを作成。月次決算の未払計上・前払費用・減価償却・給与・売上認識に対応。
Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.
freee勘定残高と銀行明細・補助簿を照合。日本基準(J-GAAP)・消費税対応。銀行照合・売掛/買掛補助簿照合・期末照合に対応。
| name | freee-api-skill |
| description | freee API を MCP 経由で操作するスキル。会計・人事労務・請求書・工数管理・販売の詳細APIリファレンスと使い方ガイドを提供。 |
freee-mcp (MCP サーバー) を通じて freee API と連携。
このスキルの役割:
注意: OAuth 認証はユーザー自身が自分の環境で実行する必要があります。
npx freee-mcp configure
ブラウザで freee にログインし、事業所を選択します。設定は ~/.config/freee-mcp/config.json に保存されます。
Claude を再起動後、freee_auth_status ツールで認証状態を確認。
API リファレンスが references/ に含まれます。各リファレンスにはパラメータ、リクエストボディ、レスポンスの詳細情報があります。
目的のAPIを探すには、references/ ディレクトリ内のファイルをキーワード検索してください。
主なリファレンス:
accounting-deals.md - 取引accounting-expense-applications.md - 経費申請hr-employees.md - 従業員情報hr-attendances.md - 勤怠invoice-invoices.md - 請求書認証・事業所管理:
freee_authenticate - OAuth 認証freee_auth_status - 認証状態確認freee_clear_auth - 認証情報クリアfreee_current_user - ログインユーザー情報取得freee_list_companies - 事業所一覧freee_set_current_company - 事業所切り替えfreee_get_current_company - 現在の事業所取得API 呼び出し:
freee_api_get - GET リクエストfreee_api_post - POST リクエストfreee_api_put - PUT リクエストfreee_api_delete - DELETE リクエストfreee_api_patch - PATCH リクエストfreee_api_list_paths - 利用可能なAPIパス一覧serviceパラメータ (必須):
| service | 説明 | パス例 |
|---|---|---|
accounting | freee会計 (取引、勘定科目、取引先など) | /api/1/deals |
hr | freee人事労務 (従業員、勤怠など) | /api/v1/employees |
invoice | freee請求書 (請求書、見積書、納品書) | /invoices |
pm | freee工数管理 (プロジェクト、工数など) | /api/1/projects |
sm | freee販売 (見積、受注、売上など) | /api/1/... |
リクエストに company_id を含める場合、現在設定されている事業所(freee_get_current_company で確認可能)と一致している必要があります。不一致の場合はエラーになります。
freee_set_current_company で切り替えてからリクエストを実行/api/1/companies): そのまま実行可能recipes/ 内の該当レシピを読むreferences/ を参照freee_api_* ツールを使用よくある操作のユースケースサンプルとTipsは以下を参照:
recipes/expense-application-operations.md - 経費申請recipes/deal-operations.md - 取引(収入・支出)recipes/hr-employee-operations.md - 人事労務(従業員・給与)recipes/hr-attendance-operations.md - 勤怠(出退勤・打刻・休憩の登録)recipes/invoice-operations.md - 請求書・見積書・納品書freee_auth_status で確認 → freee_clear_auth → freee_authenticatefreee_list_companies → freee_set_current_companyrecipes/troubleshooting.md 参照| service | ベースURL | パス形式 |
|---|---|---|
accounting | https://api.freee.co.jp | /api/1/... |
hr | https://api.freee.co.jp/hr | /api/v1/... |
invoice | https://api.freee.co.jp/iv | /invoices, /quotations, /delivery_slips |
pm | https://api.freee.co.jp/pm | /api/1/... |
sm | https://api.freee.co.jp/sm | /api/1/... |
請求書・見積書・納品書の操作については recipes/invoice-operations.md を参照してください。
注意: 会計 API の /api/1/invoices は過去の API であり、現在は請求書 API (service: "invoice") を使用してください。