MCP Hub
Back to servers

Balzac MCP Server

Enables AI agents to manage the end-to-end content pipeline on the Balzac AI platform, covering keyword research, SEO article generation, and CMS publishing. It provides structured tools for workspace management, competitor tracking, and integration with platforms like WordPress, Webflow, and Wix.

glama
Updated
Mar 19, 2026

Balzac MCP Server

npm version License: MIT

MCP server for the Balzac AI content platform -- give AI agents native access to keyword research, article writing, and CMS publishing.

The Balzac MCP server implements the Model Context Protocol so that AI agents like Claude Desktop, OpenClaw, Claude Code, and any MCP-compatible client can manage your entire content pipeline through structured tool calls.


Quick Start

1. Get your API key

Log in to Balzac, go to Settings > API Keys, and generate a key.

2. Configure your MCP client

Add to your MCP configuration (Claude Desktop, OpenClaw, or any MCP-compatible host):

{
  "mcpServers": {
    "balzac": {
      "command": "npx",
      "args": ["-y", "balzac-mcp"],
      "env": {
        "BALZAC_API_KEY": "bz_your_api_key_here"
      }
    }
  }
}

For Claude Desktop, this file lives at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).

3. Start using it

Once configured, your AI agent can directly call Balzac tools:

"Research keywords for my site and write an SEO article about the best opportunity"

"Write 3 articles about our top keywords and publish them as drafts to WordPress"

"Rewrite my latest article with a more professional tone"


Environment Variables

VariableRequiredDescription
BALZAC_API_KEYYesYour Balzac API key (starts with bz_)
BALZAC_API_URLNoAPI base URL (default: https://api.hirebalzac.ai/v1)

Available Tools

Workspaces

ToolDescription
list_workspacesList all workspaces
get_workspaceGet workspace details
create_workspaceCreate a workspace from a domain
update_workspaceUpdate workspace settings
delete_workspaceDelete a workspace

Keywords

ToolDescription
list_keywordsList keywords (filter by level, status)
get_keywordGet keyword details (volume, competition, intent)
create_keywordAdd a keyword
enable_keywordEnable a keyword
disable_keywordDisable a keyword
generate_long_tail_keywordsGenerate long-tail variations
delete_keywordDelete a keyword

Suggestions

ToolDescription
list_suggestionsList content suggestions
get_suggestionGet suggestion details
generate_suggestionsTrigger AI suggestion generation
accept_suggestionAccept and start writing (5 credits)
reject_suggestionReject a suggestion

Briefings

ToolDescription
list_briefingsList briefings
get_briefingGet briefing details
create_briefingCreate a briefing and start writing (5 credits)

Articles

ToolDescription
list_articlesList articles (filter by status, published)
get_articleGet article details and content
update_articleUpdate article metadata
delete_articleDelete an article
rewrite_articleRewrite article content (3 credits)
regenerate_article_pictureRegenerate main picture (1 credit)
publish_articlePublish to an integration
schedule_articleSchedule future publication
export_articleExport as HTML, Markdown, or XML

Competitors

ToolDescription
list_competitorsList competitor domains
create_competitorAdd a competitor
delete_competitorRemove a competitor

Links

ToolDescription
list_linksList reference links
create_linkAdd a reference link
delete_linkRemove a link

Settings

ToolDescription
get_settingsGet workspace settings
update_settingsUpdate workspace settings

Tones of Voice

ToolDescription
list_tonesList available tones
get_toneGet tone details

Integrations

ToolDescription
list_integrationsList publishing integrations
get_integrationGet integration details
create_integrationCreate an integration (WordPress, Webflow, Wix, GoHighLevel, Webhook)
update_integrationUpdate integration settings
delete_integrationDelete an integration
reconnect_integrationRe-test integration connection

Credit Costs

ActionCredits
Writing an article (accept suggestion or create briefing)5
Rewriting an article3
Regenerating a picture1

If your account doesn't have enough credits, the tool returns an error with the required and available credit counts.


See Also


License

MIT

Reviews

No reviews yet

Sign in to write a review