58
/ 100
1 month ago
glama

freee Accounting MCP Server

Enables AI assistants to interact with freee accounting software API for managing companies, transactions, invoices, and reports via OAuth authentication.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 11 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 4 credentials: FREEE_ACCESS_TOKEN, FREEE_CLIENT_SECRET, FREEE_REFRESH_TOKEN, FREEE_TOKEN_ENCRYPTION_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical11 high12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@3.2.4GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

highaxios@1.14.0GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.14.0GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.14.0GHSA-6chq-wfr3-2hj9

Axios: Header Injection via Prototype Pollution

highaxios@1.14.0GHSA-777c-7fjr-54vf

Allocation of Resources Without Limits or Throttling in Axios

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretFREEE_ACCESS_TOKENexport ="your-access-token"
configFREEE_CLIENT_ID"": "your_client_id",
🔐 secretFREEE_CLIENT_SECRET"": "your_client_secret",
configFREEE_COMPANY_IDis required to associate the token with a specific company
configFREEE_DEFAULT_COMPANY_ID"": "123456",
configFREEE_REDIRECT_URIurn:ietf:wg:oauth:2.0:oob
🔐 secretFREEE_REFRESH_TOKENexport ="your-refresh-token"
configFREEE_TOKEN_DATA_BASE64"": "base64-encoded-json",
🔐 secretFREEE_TOKEN_ENCRYPTION_KEY"": "replace-with-strong-random-value"
configFREEE_TOKEN_EXPIRES_AT
configTOKEN_STORAGE_PATH=./tokens.enc # Optional: defaults to platform-specific secure path
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/knishioka-freee-mcp-1812gw)](https://m8ven.ai/mcp/knishioka-freee-mcp-1812gw)
commit: 016a1d1bc4dbf677fefba357353a208c5a10db8d
code hash: 1f65b2c5ef546c736fe94f01137631c5d4941777727dbaa1ec534463fd117483
verified: 6/24/2026, 10:06:33 AM
view raw JSON →