FreshBooks MCP Server (SGTCS26/freshbooks-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 35 tools. No publisher has claimed this listing.
An MCP server for the FreshBooks API that lets Claude read and manage invoices, clients, expenses, projects, services, payments, and time entries.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
SGTCS26
Source: Glama
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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
list_clientsList FreshBooks clients with optional filters. Returns paginated results including client contact info and outstanding balances.
get_clientGet a specific FreshBooks client by their client ID.
create_clientCreate a new FreshBooks client.
update_clientUpdate an existing FreshBooks client.
delete_clientDelete (soft-delete) a FreshBooks client. The client is marked as inactive but not permanently removed.
list_expensesList FreshBooks expenses with optional filters by client, project, or date range.
get_expenseGet a specific FreshBooks expense by its ID.
create_expenseCreate a new FreshBooks expense.
update_expenseUpdate an existing FreshBooks expense.
list_invoicesList FreshBooks invoices with optional filters by client, status, or date range.
get_invoiceGet a specific FreshBooks invoice by its ID, including all line items.
create_invoiceCreate a new FreshBooks invoice for a client.
update_invoiceUpdate an existing FreshBooks invoice (e.g. change due date, notes, or status).
send_invoiceSend a FreshBooks invoice to the client via email.
list_itemsList FreshBooks items (products/services) that can be added to invoices.
get_itemGet a specific FreshBooks item (product/service) by its ID.
list_paymentsList FreshBooks payments with optional filters.
get_paymentGet a specific FreshBooks payment by its ID.
create_paymentRecord a payment against a FreshBooks invoice.
list_projectsList FreshBooks projects with optional filters.
get_projectGet a specific FreshBooks project by its ID.
create_projectCreate a new FreshBooks project.
update_projectUpdate an existing FreshBooks project.
list_servicesList all services defined for the FreshBooks business.
get_serviceGet a specific FreshBooks service by its ID.
get_service_rateGet the global billing rate for a specific FreshBooks service.
list_project_service_ratesList the per-project billing rate overrides for all services on a specific project.
list_time_entriesList FreshBooks time entries with optional filters.
get_time_entryGet a specific FreshBooks time entry by its ID.
create_time_entryLog a time entry against a FreshBooks project.
update_time_entryUpdate an existing FreshBooks time entry.
delete_time_entryDelete a FreshBooks time entry.
get_team_memberGet a single team member by their identity_id.
list_team_membersList all team members in the FreshBooks business account, including their identity_id, name, and email.
get_current_userGet the authenticated FreshBooks user profile, including their account ID and business ID required for other API calls.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge
FRESHBOOKS_ACCESS_TOKENFor stdio A valid FreshBooks access tokenFRESHBOOKS_API_BASENo Override the FreshBooks API base URL (default: https://api.freshbooks.com)FRESHBOOKS_CLIENT_IDyour_client_idFRESHBOOKS_CLIENT_SECRETyour_client_secretFRESHBOOKS_REFRESH_TOKENyour_refresh_tokenFRESHBOOKS_TOKEN_PATHHTTPSHTTP + SSE — for claude.ai custom connectors (requires a public URL)MODE"": "stdio"SERVER_URLFor HTTP mode Public base URL. Defaults to https://localhost:3443SESSIONS_FILENo Path for persisted sessions (default: ~/.freshbooks-mcp/sessions.json)PORTTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
35/35 tools missing one or more hints — list_clients (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_client (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); create_client (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +32 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
33/35 tool handlers declare input schemas (94%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
Only 0/35 tool handlers wrap calls in try/catch (0%)
Wrap each tool handler body in try/catch and return a structured error response.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Shell command execution
1 child_process call — runs shell commands
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Production dependencies are patched
0 critical, 17 high severity in production deps — @modelcontextprotocol/sdk@1.10.0 (high), @modelcontextprotocol/sdk@1.10.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/sgtcs26/freshbooks-mcp-server)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check