Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
freee avatar

Freee Api Skill

  • 2.4k installs
  • 482 repo stars
  • Updated July 31, 2026
  • freee/freee-mcp

freee-api-skill guides freee accounting, HR, invoice, and sign API usage via MCP recipes and references.

About

freee-api-skill connects agents to freee cloud APIs for accounting, human resources, invoicing, project time tracking, sales, and electronic contract signing. Version 0.30.2 packages API reference material and operation recipes so callers use freee-mcp and freee-sign-mcp paths correctly instead of guessing endpoints. The skill targets Japanese business software teams automating bookkeeping, payroll-related flows, invoice issuance, workload reporting, commerce records, and sign workflows from chat or agent harnesses. Thin SKILL.md frontmatter emphasizes description-level routing; deeper reference content lives in bundled recipes accessed after trigger. Agents should prefer MCP-mediated calls for authenticated operations rather than raw undocumented HTTP. Use when tasks mention freee ledger entries, employee records, bill creation, sign requests, or sales pipeline updates. Scope stays on freee SaaS integrations, not generic accounting theory or non-freee payment processors or banks.

  • Covers accounting, HR, invoicing, time tracking, sales, and sign APIs.
  • Guides correct usage through freee-mcp and freee-sign-mcp integrations.
  • Ships API reference and operation recipes for accurate calls.
  • Version 0.30.2 skill packaging for agent-triggered workflows.
  • Focused on Japanese freee cloud product integrations.

Freee Api Skill by the numbers

  • 2,397 all-time installs (skills.sh)
  • +57 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #58 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
At a glance

freee-api-skill capabilities & compatibility

Capabilities
multi product freee api scope routing · mcp mediated operation recipes · accounting and invoice automation guidance · hr and time tracking api references · electronic sign workflow pointers
Use cases
api development
Runs
Local or remote
Pricing
Freemium
From the docs

What freee-api-skill says it does

freee の会計・人事労務・請求書・工数管理・販売・サイン(電子契約)API と連携するスキル
SKILL.md
freee-mcp / freee-sign-mcp 経由で正確な API 利用をガイドする
SKILL.md
npx skills add https://github.com/freee/freee-mcp --skill freee-api-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.4k
repo stars482
Security audit2 / 3 scanners passed
Last updatedJuly 31, 2026
Repositoryfreee/freee-mcp

How do I call freee APIs correctly for accounting or invoice operations from an agent?

Integrate freee accounting, HR, invoicing, time tracking, sales, and e-sign APIs via freee-mcp guided recipes.

Who is it for?

Automating freee accounting, HR, invoicing, or sign workflows in Japanese businesses.

Skip if: Skip for non-freee accounting systems or tasks without API or MCP access.

When should I use this skill?

User mentions freee API, accounting entries, invoices, or sign contracts.

What you get

MCP-guided API calls aligned to freee reference recipes and product boundaries.

  • recipe-guided API call sequences
  • authenticated freee endpoint requests

By the numbers

  • Ships at skill version 0.29.0
  • Covers 7 freee service areas: accounting, HR, invoicing, expense, project, sales, and sign

Files

SKILL.mdMarkdownGitHub ↗

name: freee-api-skill version: 0.29.0 description: freee の会計・人事労務・請求書・工数管理・販売・サイン(電子契約)API と連携するスキル。API リファレンスと操作レシピを提供し、freee-mcp / freee-sign-mcp 経由で正確な API 利用をガイドする。

{ "skill_name": "freee-api-skill", "evals": [ { "id": 1, "prompt": "今月の経費申請を一覧で見せて\n\n注意: これはドライランです。実際にMCPツールは呼び出さず、どのツールをどのパラメータで呼び出すべきかを手順として説明してください。レシピやリファレンスの参照は実際に行ってください。", "expected_output": "recipes/expense-application-operations.md を参照した上で、freee_get_current_company → freee_api_get (service=accounting, path=/api/1/expense_applications) の手順を説明する。", "assertions": [ "freee_get_current_company を最初に呼び出す手順を説明している", "recipes/expense-application-operations.md を実際に参照している", "freee_api_get を service=accounting、path=/api/1/expense_applications で呼び出す計画を示している", "company_id パラメータが必要であることに言及している", "MCPツール(freee_api_get 等)を実際には呼び出していない" ] }, { "id": 2, "prompt": "先月の売上を勘定科目別に教えて\n\n注意: これはドライランです。実際にMCPツールは呼び出さず、どのツールをどのパラメータで呼び出すべきかを手順として説明してください。レシピやリファレンスの参照は実際に行ってください。", "expected_output": "references/ から試算表のリファレンスを検索・参照し、freee_get_current_company → freee_api_get (試算表API) の手順を説明する。", "assertions": [ "freee_get_current_company を最初に呼び出す手順を説明している", "references/ 内のリファレンスを実際に検索・参照している", "試算表関連のAPIパス(/api/1/reports/trial_pl 等)を使用する計画を示している", "未承認仕訳(approval_flow_status)についてユーザーに確認する手順を含んでいる", "期間パラメータ(start_date, end_date 等)に先月の日付を指定する計画を示している", "MCPツール(freee_api_get 等)を実際には呼び出していない" ] }, { "id": 3, "prompt": "freee に出勤を打刻して\n\n注意: これはドライランです。実際にMCPツールは呼び出さず、どのツールをどのパラメータで呼び出すべきかを手順として説明してください。レシピやリファレンスの参照は実際に行ってください。", "expected_output": "recipes/hr-attendance-operations.md を参照した上で、freee_get_current_company → freee_api_post (service=hr, 打刻API) の手順を説明する。", "assertions": [ "freee_get_current_company を最初に呼び出す手順を説明している", "recipes/ または references/ 内の勤怠関連ファイルを実際に参照している", "freee_api_post を service=hr で呼び出す計画を示している", "打刻タイプとして clock_in(出勤)を指定する計画を示している", "従業員IDの取得手順(/api/v1/users/me 等)を説明している", "打刻可能種別の事前確認(available_types)に言及している", "MCPツール(freee_api_post 等)を実際には呼び出していない" ] }, { "id": 4, "prompt": "取引先「テスト株式会社」に対して、税込11,000円の支出取引を登録したい。勘定科目は消耗品費で。\n\n注意: これはドライランです。実際にMCPツールは呼び出さず、どのツールをどのパラメータで呼び出すべきかを手順として説明してください。レシピやリファレンスの参照は実際に行ってください。", "expected_output": "recipes/deal-operations.md を参照し、freee_get_current_company → 取引先検索 → 勘定科目検索 → freee_api_post (path=/api/1/deals, type=expense) の手順を説明する。", "assertions": [ "freee_get_current_company を最初に呼び出す手順を説明している", "recipes/deal-operations.md を実際に参照している", "取引先を検索するAPI(/api/1/partners 等)を呼び出す手順を説明している", "勘定科目を検索するAPI(/api/1/account_items 等)を呼び出す手順を説明している", "freee_api_post を service=accounting、path=/api/1/deals で呼び出す計画を示している", "type を expense(支出)に設定する計画を示している", "MCPツール(freee_api_post 等)を実際には呼び出していない" ] }, { "id": 5, "prompt": "請求書を新しく作りたいんだけど、どうすればいい?\n\n注意: これはドライランです。実際にMCPツールは呼び出さず、どのツールをどのパラメータで呼び出すべきかを手順として説明してください。レシピやリファレンスの参照は実際に行ってください。", "expected_output": "recipes/invoice-operations.md を参照し、請求書作成の手順とパラメータを説明する。必要な情報(取引先、品目、金額等)をユーザーに確認する。", "assertions": [ "recipes/invoice-operations.md を実際に参照している", "請求書作成に必要なパラメータや手順を説明している", "請求書APIのパスとして /invoices(invoice サービス)を使用する計画を示している(会計APIの /api/1/invoices ではない)", "必要な情報をユーザーに確認している(取引先、品目、金額など)", "いきなりAPIを呼ぶ計画ではなく、まず情報を整理している", "MCPツールを実際には呼び出していない" ] }, { "id": 6, "prompt": "従業員の一覧を取得して\n\n注意: これはドライランです。実際にMCPツールは呼び出さず、どのツールをどのパラメータで呼び出すべきかを手順として説明してください。レシピやリファレンスの参照は実際に行ってください。", "expected_output": "freee_get_current_company → freee_api_get (service=hr, path=/api/v1/employees) の手順を説明する。", "assertions": [ "freee_get_current_company を最初に呼び出す手順を説明している", "freee_api_get を service=hr で呼び出す計画を示している",

Related skills

FAQ

Which MCP servers pair with this skill?

Use freee-mcp for core APIs and freee-sign-mcp for electronic contract signing flows.

What domains does freee cover?

Accounting, HR, invoicing, time tracking, sales, and sign per the skill description.

Is raw HTTP preferred?

Follow bundled recipes and MCP paths for authenticated accurate API usage.

Is Freee Api Skill safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Finance & Tradingfinancepayments

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.