Codex
Run both commands. The login command opens QuotaQueue OAuth in your browser.
codex mcp add quotaqueue --url https://quotaqueue.com/mcp
codex mcp login quotaqueueVerify with codex mcp get quotaqueue.
Developers and agents
Use the REST API or MCP server to work with an authorized workspace's plans, deals, pay periods, statements, reports, and calculations.
A workspace administrator creates a read, write, or admin API key under Settings → API keys. Send it as a Bearer credential and keep it out of URLs, prompts, source files, and logs.
Authorization: Bearer qq_live_REDACTEDRead auth.md The public Streamable HTTP endpoint uses browser OAuth with explicit workspace selection and consent. Add it to your agent once; the MCP client stores and refreshes its token. API keys remain available for unattended CLI and stdio automation.
Add the URL to your agent, sign in to QuotaQueue in the browser, choose a workspace, and approve access. Your MCP client stores and refreshes the OAuth token—no API key needs to enter a prompt or shell history.
https://quotaqueue.com/mcpRun both commands. The login command opens QuotaQueue OAuth in your browser.
codex mcp add quotaqueue --url https://quotaqueue.com/mcp
codex mcp login quotaqueueVerify with codex mcp get quotaqueue.
Add the server, launch Claude Code, then run /mcp and authenticate QuotaQueue.
claude mcp add --transport http --scope user quotaqueue https://quotaqueue.com/mcp
claudeUser scope makes the connection available across your projects.
MCP supplies authenticated tools. The official plugin adds reliable workflows for building, auditing, modeling, rolling out, investigating, and closing commission work.
Codex plugin
codex plugin marketplace add ryanfsgtm/quotaqueue-agent-tools
codex plugin add quotaqueue@quotaqueueClaude Code plugin
claude plugin marketplace add ryanfsgtm/quotaqueue-agent-tools
claude plugin install quotaqueue@quotaqueueUsing another MCP client? Choose a remote Streamable HTTP server and paste the public URL.Server card