Brandymail Docs

MCP overview

Public Model Context Protocol server for domain-trust analysis.

MCP overview

Brandymail exposes a public MCP endpoint so ChatGPT, Claude, Cursor, and other assistants can analyze domain trust — with an optional lead-capture tool wired into the trust-report funnel.

Endpoint

EnvironmentURL
Productionhttps://brandymail-services.onrender.com/mcp
Localhttp://localhost:3004/mcp

Transport: Streamable HTTP (stateless). Only POST is supported; GET/DELETE return 405.

Auth & rate limits

  • Anonymous: 30 / minute (client IP)
  • Authorization: Bearer bmk_…: 120 / minute (API key id)

Create keys in the customer app under Settings → API Keys. Copy-paste client configs also live under Integrations → AI Assistants (MCP).

Next

On this page