# Vibe Marketing MCP (HyperFeed.ai)

An MCP server designed for AI-powered marketing and social media content creation. This service provides tools, templates, and frameworks to help create engaging content across top social media platf…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list synthetic-ci/vibe-marketing

# Get full schema for a tool
npx -y @smithery/cli@latest tool get synthetic-ci/vibe-marketing find-hooks

# Call a tool
npx -y @smithery/cli@latest tool call synthetic-ci/vibe-marketing find-hooks '{}'
```

## Direct MCP Connection

Endpoint: `https://vibe-marketing--synthetic-ci.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging
- `hyperFeedApiKey` (query) — Your HyperFeed API key (optional)

## Tools (10)

- `find-hooks` — Find social media hooks by network and/or category
- `get-network-categories-for-hooks` — Get all available categories for a specific social media network
- `list-copywriting-frameworks` — Get a list of available copywriting frameworks and their descriptions for a specific social media network
- `get-copywriting-framework` — Get detailed information about a specific copywriting framework for a network
- `list-archetypes` — Get a list of all available voice archetypes with their names and descriptions
- `get-archetype` — Get detailed information about a specific voice archetype including tweet examples
- `flag-problematic-phrases` — Check text for phrases that should be avoided to make content more human and less AI-like. Returns any flagged phrases …
- `validate-content-before-fold` — Check if content meets the before-fold character and line limits for each social media platform
- `get-text-before-fold` — Truncate text to fit within the 'before fold' character limits for each social media platform for previewing purposes
- `get-trending-content` — Fetch trending social media content from the HyperFeed API

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

---

Source: https://github.com/synthetic-ci/vibe-marketing
