# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add freshbooks

# Browse available tools
npx -y @smithery/cli@latest tool list freshbooks

# Get full schema for a tool
npx -y @smithery/cli@latest tool get freshbooks FRESHBOOKS_LIST_BUSINESSES

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get freshbooks <tool-name>
```
