GenieOS MCP

The GenieOS Model Context Protocol server. Wire your AI editor to your GenieOS workspace and let it author templates, enroll contacts, and ship transactional sends — all from chat.

Endpoint

https://mcp.genieos.pro/v1

Add to Cursor

Drop this into ~/.cursor/mcp.json:

{
  "mcpServers": {
    "genie": {
      "url": "https://mcp.genieos.pro/v1",
      "headers": {
        "Authorization": "Bearer gos_live_..."
      }
    }
  }
}

Add to Claude Code

claude mcp add --transport http genie https://mcp.genieos.pro/v1 \
  --header "Authorization: Bearer gos_live_..."

Generate an API key from the GenieOS app: Settings → API keys.

Full documentation: docs.genieos.pro/mcp.