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.
https://mcp.genieos.pro/v1
Drop this into ~/.cursor/mcp.json:
{
"mcpServers": {
"genie": {
"url": "https://mcp.genieos.pro/v1",
"headers": {
"Authorization": "Bearer gos_live_..."
}
}
}
}
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.