# VibeMarketing (verified)

AI-powered marketing content generator. Create ad copy, generate campaign ideas, and draft marketing content.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vibemarketing

# Browse available tools
npx -y @smithery/cli@latest tool list vibemarketing

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vibemarketing get_accounts

# Call a tool
npx -y @smithery/cli@latest tool call vibemarketing get_accounts '{}'
```

## Direct MCP Connection

Endpoint: `https://vibemarketing.run.tools`

## Tools (7)

- `get_accounts` — Get all connected social media accounts across all platforms
- `get_all_posts` — Get all posts across all platforms
- `schedule_post` — Schedule a new social media post
- `bulk_schedule_posts` — Schedule multiple social media posts at once (up to 50 posts per batch). More efficient than scheduling posts individua…
- `get_subscription_status` — Get current subscription status and usage
- `delete_post` — Delete a scheduled post (cannot delete published posts)
- `update_post` — Update a scheduled post (cannot update published posts)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vibemarketing <tool-name>
```
