Developers

Agent-ready programmatic SEO

TopicForge is batch-first and MCP-native — turn topics into publish-ready articles from Claude, Cursor, n8n, or Chrome's built-in agent. Pay per article, no subscription.

MCP server

Install the official TopicForge MCP server for headless agent workflows — batch jobs, article export, and SEO tools without a browser.

  1. Sign in and create an API key in Settings → API keys.
  2. Buy credits ($10/article, volume packs from $3.99/article).
  3. Add the server to your MCP client:

One-click links pre-fill the server config. Replace tf_live_YOUR_KEY_HERE with your API key before approving the install.

npm package

npx -y @topicforge/mcp

Claude Desktop / Cursor (mcp.json)

{
  "mcpServers": {
    "topicforge": {
      "command": "npx",
      "args": [
        "-y",
        "@topicforge/mcp"
      ],
      "env": {
        "TOPICFORGE_API_KEY": "tf_live_YOUR_KEY_HERE"
      }
    }
  }
}

Claude Code CLI

claude mcp add topicforge -e TOPICFORGE_API_KEY=tf_live_YOUR_KEY_HERE -- npx -y @topicforge/mcp

Windsurf / generic mcp.json

{
  "mcpServers": {
    "topicforge": {
      "command": "npx",
      "args": [
        "-y",
        "@topicforge/mcp"
      ],
      "env": {
        "TOPICFORGE_API_KEY": "tf_live_YOUR_KEY_HERE"
      }
    }
  }
}

MCP registry name: net.topicforge/mcp

Requires Node.js 22+. Set CONTENT_API_BASE_URI only for local API development.

Tools: topic_cluster, faq_schema, meta_description, run_batch, get_batch_status, get_article, export_markdown

WebMCP (browser agents)

Free tools on topicforge.net/tools register WebMCP tools when your browser supports the experimental document.modelContext API (Chrome 146+ early preview). Agents can call tools directly instead of scraping the DOM.

Requires a visible browser tab; reCAPTCHA still applies for free tools.

REST API

Full OpenAPI spec: /openapi.json. Authenticate with Authorization: Bearer tf_live_... or x-topicforge-api-key.

Agent discovery: /llms.txt

Pricing

API and MCP access is included with credits — $10/article, volume packs from $3.99/article. View pricing or buy credits.