mcp-server-freee
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FREEE_ACCESS_TOKEN | Yes | Your freee API access token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_companiesA | freeeアカウントに紐づく事業所一覧を取得 |
| get_companyB | 事業所の詳細情報を取得 |
| list_dealsC | 取引(収入・支出)一覧を取得 |
| create_dealB | 取引(収入・支出)を作成 |
| get_dealA | 取引の詳細を取得 |
| list_account_itemsC | 勘定科目一覧を取得 |
| list_partnersC | 取引先一覧を取得 |
| create_partnerD | 取引先を作成 |
| list_sectionsC | 部門一覧を取得 |
| list_itemsC | 品目一覧を取得 |
| list_tagsB | メモタグ一覧を取得 |
| list_journalsA | 仕訳帳をダウンロード(非同期)。まずリクエストを送信し、ステータスを確認してからダウンロード |
| list_invoicesC | 請求書一覧を取得 |
| create_invoiceD | 請求書を作成 |
| list_transfersC | 口座振替一覧を取得 |
| list_wallet_txnsC | 明細(自動で経理)一覧を取得 |
| list_walletablesC | 口座一覧を取得 |
| list_usersB | 事業所のユーザー一覧を取得 |
| get_trial_balanceC | 試算表を取得(貸借対照表/損益計算書) |
| list_expense_applicationsC | 経費申請一覧を取得 |
| list_taxesA | 税区分コード一覧を取得 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 21 tools
Most tools target distinct resources (deals, invoices, partners, accounts, etc.) and are clearly named. Some potential confusion exists between get_companies and the list_* pattern, and between list_deals, list_wallet_txns, and list_journals, but descriptions generally clarify the differences.
The naming pattern is mostly consistent: list_* for collection endpoints, get_* for detail, and create_* for creation. However, get_companies breaks the list_* convention used by similar collection endpoints, and list_wallet_txns uses an inconsistent abbreviation.
With 21 tools, the server is on the heavy side but covers a broad accounting domain. The count is borderline: it includes many list endpoints that are individually useful, but the overall surface feels large for what is still an incomplete API wrapper.
The server provides broad read coverage for many Freee entities but lacks obvious lifecycle operations: no update or delete for deals, partners, or invoices, and no get_invoice detail endpoint. Significant operations like creating/updating expense applications and managing companies are also missing, which will create dead ends for agents.