mcp-jk-marketing-toolbox
v0.1.0
Published
MCP server for the Marketing Toolbox API — AI-powered image analysis and generation tools for Claude and other MCP clients
Maintainers
Readme
mcp-jk-marketing-toolbox
MCP server for the Marketing Toolbox API — AI-powered image analysis and generation tools for Claude and other MCP-compatible clients.
Tools
| Tool | Description | Credits |
|------|-------------|---------|
| get_credits | Check remaining credit balance | 0 |
| get_usage | Get API usage history | 0 |
| image_prompt_analyze | Analyze image with Claude Vision | 1 |
| image_prompt_generate | Generate image from prompt or prior analysis | 1 |
| image_prompt_full | Full pipeline: analyze + generate | 2 |
| image_prompt_status | Check generation status | 0 |
| image_prompt_result | Get full generation result | 0 |
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"marketing-toolbox": {
"command": "npx",
"args": ["-y", "mcp-jk-marketing-toolbox"],
"env": {
"MARKETING_TOOLBOX_API_KEY": "ki_your_api_key_here"
}
}
}
}Claude Code
claude mcp add marketing-toolbox -- npx -y mcp-jk-marketing-toolbox \
--env MARKETING_TOOLBOX_API_KEY=ki_your_api_key_hereEnvironment Variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| MARKETING_TOOLBOX_API_KEY | Yes | — | Your API key (starts with ki_) |
| MARKETING_TOOLBOX_BASE_URL | No | https://members.justinkeirath.com | API base URL |
Development
cd mcp-server
npm install
npm run build
npm startLicense
MIT
