FreeAgent MCP Server
Related Servers
Alternatives to FreeAgent MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables Claude to interact with freee accounting software through OAuth 2.0 authentication, supporting operations like transaction creation, account management, receipt uploads, and financial statement retrieval.MIT
- AlicenseBqualityDmaintenanceEnables Claude Desktop to interact with freee accounting API for expense registration, transaction management, and receipt image processing.151MIT
- FlicenseNot gradedqualityBmaintenanceGives Claude access to a FreeAgent company, enabling read and write operations on contacts, projects, invoices, bills, and bank transactions with journaled undo support.-
- AlicenseAqualityCmaintenanceEnables Claude to interact with a Folio business bank account for managing accounts, transactions, receipts, bookkeeping, and payments as drafts.4143 npm6MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to manage personal expenses through natural conversation with Claude, including adding, updating, deleting expenses, and viewing summaries by category or date range.3MIT
- FlicenseNot gradedqualityDmaintenanceAutomates FreshBooks invoicing and time tracking through Claude, allowing users to send invoices, list invoices, log billable hours, and get financial insights via natural language commands.2-
TDQS
Scored across 28 tools
Most tools map cleanly to a specific resource and action, such as invoices, contacts, bills, timeslips, or reports. Minor overlap exists between `freeagent_create_expense` and `freeagent_explain_transaction` because both can attach receipts and match bank transactions, but the descriptions make the primary intent reasonably clear.
The server uses a consistent `freeagent_` prefix and mostly follows a verb_resource naming pattern like `list_invoices`, `create_bill`, and `delete_timeslip`. The report tools break the pattern with noun-style names such as `freeagent_profit_and_loss`, `freeagent_trial_balance`, and `freeagent_tax_timeline`, but the deviation is minor and readable.
28 tools is above the comfortable management range, though the FreeAgent domain is broad: invoicing, banking, contacts, expenses, bills, timeslips, tasks, and reporting are all represented. The tools are not redundant or padded, but the overall number is heavy for an agent to scan and select from.
The server covers many core workflows, especially invoicing, bank reconciliation, expenses, and financial reporting. However, several resources have incomplete lifecycle coverage: contacts can be created and listed but not updated/deleted, expenses cannot be listed or updated, and invoices can only have their status changed, not their line items or amounts corrected.