freshbooks-tools

InfiniteRoomLabs/freshbooks-tools
★ 0 stars Go API Integration Updated 4d ago
Go client library, stateless MCP server, and CLI for the FreshBooks REST API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freshbooks-tools": {
      "command": "go",
      "args": [
        "run",
        "github.com/InfiniteRoomLabs/freshbooks-tools@latest"
      ]
    }
  }
}

README Excerpt

A Go toolkit for the [FreshBooks](https://www.freshbooks.com/api/start) REST API: a handcrafted client library, a stateless MCP server, and a kubectl-style CLI, all covering the same endpoint surface. Built because nothing in Go targets the current OAuth2 REST API, existing MCP implementations are TypeScript/Python and stateful, and [Infinite Room Labs](https://github.com/InfiniteRoomLabs) wanted portfolio-grade code it owns to run its own books.

Tools (1)

freshbooks