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.
README
Balzac MCP Server
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
| Variable | Required | Description |
|---|---|---|
BALZAC_API_KEY |
Yes | Your Balzac API key (starts with bz_) |
BALZAC_API_URL |
No | API base URL (default: https://api.hirebalzac.ai/v1) |
Available Tools
Workspaces
| Tool | Description |
|---|---|
list_workspaces |
List all workspaces |
get_workspace |
Get workspace details |
create_workspace |
Create a workspace from a domain |
update_workspace |
Update workspace settings |
delete_workspace |
Delete a workspace |
Keywords
| Tool | Description |
|---|---|
list_keywords |
List keywords (filter by level, status) |
get_keyword |
Get keyword details (volume, competition, intent) |
create_keyword |
Add a keyword |
enable_keyword |
Enable a keyword |
disable_keyword |
Disable a keyword |
generate_long_tail_keywords |
Generate long-tail variations |
delete_keyword |
Delete a keyword |
Suggestions
| Tool | Description |
|---|---|
list_suggestions |
List content suggestions |
get_suggestion |
Get suggestion details |
generate_suggestions |
Trigger AI suggestion generation |
accept_suggestion |
Accept and start writing (5 credits) |
reject_suggestion |
Reject a suggestion |
Briefings
| Tool | Description |
|---|---|
list_briefings |
List briefings |
get_briefing |
Get briefing details |
create_briefing |
Create a briefing and start writing (5 credits) |
Articles
| Tool | Description |
|---|---|
list_articles |
List articles (filter by status, published) |
get_article |
Get article details and content |
update_article |
Update article metadata |
delete_article |
Delete an article |
rewrite_article |
Rewrite article content (3 credits) |
regenerate_article_picture |
Regenerate main picture (1 credit) |
publish_article |
Publish to an integration |
schedule_article |
Schedule future publication |
export_article |
Export as HTML, Markdown, or XML |
Competitors
| Tool | Description |
|---|---|
list_competitors |
List competitor domains |
create_competitor |
Add a competitor |
delete_competitor |
Remove a competitor |
Links
| Tool | Description |
|---|---|
list_links |
List reference links |
create_link |
Add a reference link |
delete_link |
Remove a link |
Settings
| Tool | Description |
|---|---|
get_settings |
Get workspace settings |
update_settings |
Update workspace settings |
Tones of Voice
| Tool | Description |
|---|---|
list_tones |
List available tones |
get_tone |
Get tone details |
Integrations
| Tool | Description |
|---|---|
list_integrations |
List publishing integrations |
get_integration |
Get integration details |
create_integration |
Create an integration (WordPress, Webflow, Wix, GoHighLevel, Webhook) |
update_integration |
Update integration settings |
delete_integration |
Delete an integration |
reconnect_integration |
Re-test integration connection |
Credit Costs
| Action | Credits |
|---|---|
| Writing an article (accept suggestion or create briefing) | 5 |
| Rewriting an article | 3 |
| Regenerating a picture | 1 |
If your account doesn't have enough credits, the tool returns an error with the required and available credit counts.
See Also
- Balzac CLI -- Command-line interface
- API Documentation -- Full REST API reference
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。