Freshbooks (verified)
FreshBooks is a cloud-based accounting software service designed for small and medium-sized businesses, offering features like invoicing, expense tracking, and time management.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add freshbooks
# Browse available tools
npx -y smithery tool list freshbooks
# Get full schema for a tool
npx -y smithery tool get freshbooks FRESHBOOKS_LIST_BUSINESSES
# Call a tool
npx -y smithery tool call freshbooks FRESHBOOKS_LIST_BUSINESSES '{}'Direct MCP Connection
Endpoint: https://freshbooks.run.tools
Tools (2)
FRESHBOOKS_LIST_BUSINESSES— Tool to list all businesses associated with the authenticated user.FRESHBOOKS_LIST_PROJECTS— Tool to list all projects for a business. Use after confirming the business ID.
# Get full input/output schema for a tool
npx -y smithery tool get freshbooks