Skip to main content
Glama
package.json1.35 kB
{ "name": "freshbooks-mcp", "version": "1.0.0", "description": "FreshBooks MCP server providing 1:1 parity with the FreshBooks Node.js SDK", "type": "module", "main": "dist/server.js", "bin": { "freshbooks-mcp": "./dist/server.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "tsx watch src/server.ts", "test": "vitest", "test:coverage": "vitest --coverage", "lint": "eslint src/", "typecheck": "tsc --noEmit" }, "keywords": [ "freshbooks", "mcp", "model-context-protocol", "time-tracking", "invoicing" ], "author": "Chadwick Posey <chadwick.posey@goodsamsoftware.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mcsei/freshbooks-mcp.git" }, "bugs": { "url": "https://github.com/mcsei/freshbooks-mcp/issues" }, "homepage": "https://github.com/mcsei/freshbooks-mcp#readme", "dependencies": { "@freshbooks/api": "^4.1.0", "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.0" }, "devDependencies": { "@faker-js/faker": "^8.3.1", "@types/node": "^20.0.0", "@vitest/coverage-v8": "^4.0.16", "eslint": "^8.0.0", "tsx": "^4.0.0", "typescript": "^5.3.0", "vitest": "^4.0.16" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Good-Samaritan-Software-LLC/freshbooks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server