We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hakeemrabiuDFW/Quickbooks-MCP-Martinez'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# QuickBooks OAuth Credentials
# Get these from https://developer.intuit.com
QUICKBOOKS_CLIENT_ID=your_client_id_here
QUICKBOOKS_CLIENT_SECRET=your_client_secret_here
QUICKBOOKS_REFRESH_TOKEN=your_refresh_token_here
# QuickBooks Company ID (Realm ID)
# Find this in your QuickBooks URL: https://qbo.intuit.com/app/...?realmId=COMPANY_ID
QUICKBOOKS_COMPANY_ID=your_company_id_here
# Environment: "sandbox" for testing, "production" for live data
QUICKBOOKS_ENVIRONMENT=sandbox
# Transport mode: "stdio" for Claude Desktop, "http" for web deployment
TRANSPORT=stdio
# Port for HTTP mode (only used when TRANSPORT=http)
PORT=3000