Generator Labs

Created By
Mike Pultz9 days ago
Real-time monitoring and alerts for email deliverability, SSL certificates, and TLS configurations.
Overview

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.

Server Config

{
  "mcpServers": {
    "generator-labs": {
      "type": "http",
      "url": "https://api.generatorlabs.com/4.0/mcp"
    }
  }
}
Project Info
Created At
9 days ago
Updated At
9 days ago
Author Name
Mike Pultz
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago