Mcp Server Freee — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server Freee (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
AI Agentがfreee会計を直接操作するための [Model Context Protocol (MCP)](https://modelcontextprotocol.io) サーバー
日本初のfreee会計向けMCPサーバーです。Claude、ChatGPT、その他のAI Agentからfreee会計APIを安全に呼び出せます。
| カテゴリ | ツール | 説明 |
|---|---|---|
| 事業所 | get_companies, get_company | 事業所情報の取得 |
| 取引 | list_deals, create_deal, get_deal | 収入・支出の管理 |
| 請求書 | list_invoices, create_invoice | 請求書の作成・管理 |
| 勘定科目 | list_account_items | 勘定科目一覧 |
| 取引先 | list_partners, create_partner | 取引先の管理 |
| 部門 | list_sections | 部門一覧 |
| 品目 | list_items | 品目一覧 |
| タグ | list_tags | メモタグ一覧 |
| 仕訳 | list_journals | 仕訳帳のダウンロード |
| 口座振替 | list_transfers | 振替一覧 |
| 明細 | list_wallet_txns | 自動で経理の明細 |
| 口座 | list_walletables | 口座一覧・残高 |
| ユーザー | list_users | 事業所ユーザー一覧 |
| 試算表 | get_trial_balance | 貸借対照表・損益計算書 |
| 経費 | list_expense_applications | 経費申請一覧 |
| 税区分 | list_taxes | 税区分コード一覧 |
#### 1. freee APIアプリ作成
#### 2. インストール
npm install @aslink/mcp-server-freeeまたは直接実行:
npx @aslink/mcp-server-freee#### 3. 環境変数
export FREEE_ACCESS_TOKEN="your_access_token_here"#### 4. Claude Desktop設定
claude_desktop_config.json に追加:
{
"mcpServers": {
"freee": {
"command": "npx",
"args": ["@aslink/mcp-server-freee"],
"env": {
"FREEE_ACCESS_TOKEN": "your_access_token_here"
}
}
}
}Claudeに話しかけるだけ:
MIT — AS LINK
[Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for AI Agents to interact with freee Accounting API
The first MCP server for freee — Japan's leading cloud accounting SaaS. Enables Claude, ChatGPT, and other AI agents to securely access freee accounting data.
export FREEE_ACCESS_TOKEN="your_token"
npx @aslink/mcp-server-freeeMIT — AS LINK
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.