Skip to main content
ClickFlow is an AI-powered SEO platform that creates, optimizes, and tracks content — driven by real Google Search Console and Analytics data, not guesswork. These docs cover the MCP server and REST API — two ways to access the same capabilities programmatically.

How it works

Keyword → Roadmap Item → AI Workflow (5-15 min) → Draft → Publish to CMS
  1. You research keywords and decide what to write about
  2. You create a roadmap item — a planned piece of content tied to a keyword
  3. You start a workflow — an AI pipeline that researches competitors, outlines, and writes
  4. The workflow produces a draft (HTML + title + meta description)
  5. You review, edit, then publish to your CMS (WordPress, Sanity, HubSpot, Shopify, Strapi)
Every step can be done programmatically via MCP or API.
You need a ClickFlow account first. Sign up at app.clickflow.com, set up your brand voice, and connect Google Search Console. Agents cannot self-register — a human must create the account and generate API keys.

What you can do

Content Pipeline

Create roadmap items, generate drafts with AI, save and publish to your CMS.

SEO Research

Analyze keywords, track competitors, and retrieve your brand voice profile.

AI Agents

Optimize titles, meta descriptions, generate FAQs, images, and run competitive analysis.

Analytics

Pull SEO performance data from Google Search Console and GA4, track AI visibility.

Get started

Quickstart

Connect ClickFlow to your MCP client or make your first API call in 5 minutes.

Authentication

API keys, OAuth, scopes, and headers.

Two ways to connect

Both interfaces expose the same 34 capabilities and return identical responses.
MCPREST API
Endpointhttps://api.clickflow.com/v1/mcphttps://api.clickflow.com/v1/api/*
Best forAI assistants (Claude, Cursor, Windsurf)Scripts, CI/CD, custom integrations
AuthOAuth (human) or API keyAPI key only
ProtocolMCP over HTTPStandard REST (JSON)