DocuQueue

Log in to access the template playground.

Don't have an account? Register.

Free plan — Subscribe →
Getting started

Connect AI Agent

Authentication: Your API key is embedded in the URL. For team access, use OAuth login instead.
Connect to Claude
Add DocuQueue to Claude
After adding, allow all tools.
Authentication setting
Select None — your API key is already in the URL.
OAuth client setting doesn't matter for API key auth.
1 Go to Settings → Connectors
2 Click Add custom connector
3 Paste the URL below
Connection URL
https://docuqueue.com/mcp/v1?api_key=
Claude auto-detects all 10 tools. No extra config needed.
Connect to ChatGPT
Add DocuQueue to ChatGPT
Developer mode is on the same screen.
Authentication setting
Select No authentication — your API key is already in the URL.
1 Open Settings → Security → Developer mode
2 Navigate to Plugins → + Create app
3 Paste the URL below
4 Click Scan Tools to finish
Connection URL
https://docuqueue.com/mcp/v1?api_key=
Requires Developer Mode enabled. Business/Enterprise plans recommended.
Connect to Gemini
Authentication setting
Select None — your API key is already in the URL.
Option A — Web
1 Go to Settings → Connected Apps → Custom apps
2 Click Add and paste the URL below
Connection URL
https://docuqueue.com/mcp/v1?api_key=
Option B — CLI
Add to ~/.gemini/settings.json:
Config
{
  "mcpServers": {
    "docuqueue": {
      "httpUrl": "https://docuqueue.com/mcp/v1?api_key="
    }
  }
}
Gemini CLI or Gemini Spark required.
Try saying
"Create an invoice for Acme Corp, $5,500"
View full documentation →