Skip to main content
Glama
.env.example876 B
# FreshBooks OAuth2 Configuration # Copy this file to .env and fill in your credentials # Required: OAuth2 credentials from FreshBooks Developer Portal FRESHBOOKS_CLIENT_ID=your-client-id-here FRESHBOOKS_CLIENT_SECRET=your-client-secret-here FRESHBOOKS_REDIRECT_URI=http://localhost:3000/callback # Optional: OAuth scopes (comma-separated, FreshBooks uses default scopes) # FRESHBOOKS_SCOPES= # Optional: Token storage configuration # FRESHBOOKS_TOKEN_FILE=./freshbooks-tokens.enc # FRESHBOOKS_TOKEN_PASSWORD=your-secure-password # Optional: CI/Testing with environment-based tokens # If set, these override file-based token storage # FRESHBOOKS_ACCESS_TOKEN= # FRESHBOOKS_REFRESH_TOKEN= # FRESHBOOKS_TOKEN_EXPIRES= # FRESHBOOKS_ACCOUNT_ID= # FRESHBOOKS_BUSINESS_ID= # Optional: Active account selection # FRESHBOOKS_DEFAULT_ACCOUNT_ID= # FRESHBOOKS_DEFAULT_BUSINESS_ID=

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