freee-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FREEE_BACKEND | No | The backend to use: 'api', 'playwright', or 'auto'. Defaults to 'auto'. | auto |
| FREEE_ACCESS_TOKEN | No | Access token for the freee API when using environment credential mode. | |
| FREEE_BROWSER_HEADLESS | No | Set to 'true' to run the Playwright browser in headless mode. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| freee_backend_statusA | Read the exclusive freee backend selected for this MCP server process. |
| freee_auth_statusA | Verify freee authentication without returning any credential or secret. Missing Playwright credentials return safe local setup guidance. |
| freee_meA | Read the authenticated freee user and company identities. Available on the API backend. |
| freee_clock_statusA | Read the current available freee punch actions. This tool never creates a punch. |
| freee_clock_prepare_actionA | Read and preview one currently available punch action, returning a binding fingerprint. No punch is created. |
| freee_clock_commit_actionA | Create one real punch only after the matching preview and explicit current-message user approval. Never call directly or retry automatically. |
| freee_team_statusB | Read department attendance or the selected monthly attendance-monitor summary without changing freee. |
| freee_approvals_listA | Read applications visible in the current account's approval workflow. Defaults to pending applications. |
| freee_approval_detailA | Read one application, including applicant, dates, content, reason, comments, approval route, and automatic checks. |
| freee_approval_prepare_actionA | Read and preview one available approval or return action, returning a binding fingerprint. No application is changed. |
| freee_approval_commit_actionA | Change one real application only after matching preview and explicit current-message approval. Never call directly or retry automatically. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/newbdez33/freee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server