Connect Claude, ChatGPT, Cursor, and Copilot to your Generator Labs account. Query blacklist status, certificate expirations, and alerts using natural language.\ \ \ \
## How It Works\
\ The MCP endpoint is hosted at:\
\ \
\ https://api.generatorlabs.com/4.0/mcp\
\ \
\ It speaks JSON-RPC 2.0 over Streamable HTTP, the standard MCP transport for remote servers. Authentication uses one of:\
\ \
\
- HTTP Basic with your existing API application credentials (Account SID + API key).\ \
- OAuth 2.1 with PKCE, including Dynamic Client Registration (RFC 7591) — what most AI tools use when you click "Connect" or paste a URL.\ \
\ \ Either way, every request runs against the same per-account API application: your existing rate limits and IP allow-lists apply, OAuth grants are bound to a specific API application chosen at consent time, and you can revoke access at any time from the Portal under Development ➡️ MCP OAuth.\ \ \ \ \ \ \ \
