---
name: "xpay-vibe-marketing"
description: "AI-powered marketing copy, strategy, and content generation"
version: "1.0.0"
provider: "Vibe Marketing"
tools: 10
---

# Vibe Marketing

AI-powered marketing copy, strategy, and content generation

## Vibe Marketing

AI-powered marketing copy, strategy, and content generation

### Available Tools (10)

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

### Quick Start

```json
{
  "mcpServers": {
    "vibe-marketing": {
      "url": "https://vibe-marketing.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 10
**Category:** Marketing & SEO

## When to Use

Use Vibe Marketing tools when you need to ai-powered marketing copy, strategy, and content generation. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Find Hooks** — Find social media hooks by network and/or category — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/find-hooks/SKILL.md)
- **Get Network Categories For Hooks** — Get all available categories for a specific social media network — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/get-network-categories-for-hooks/SKILL.md)
- **List Copywriting Frameworks** — Get a list of available copywriting frameworks and their descriptions for a specific social media network — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/list-copywriting-frameworks/SKILL.md)
- **Get Copywriting Framework** — Get detailed information about a specific copywriting framework for a network — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/get-copywriting-framework/SKILL.md)
- **List Archetypes** — Get a list of all available voice archetypes with their names and descriptions — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/list-archetypes/SKILL.md)
- **Get Archetype** — Get detailed information about a specific voice archetype including tweet examples — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/get-archetype/SKILL.md)
- **Flag Problematic Phrases** — Check text for phrases that should be avoided to make content more human and less AI-like. Returns any flagged phrases found in the text. — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/flag-problematic-phrases/SKILL.md)
- **Validate Content Before Fold** — Check if content meets the before-fold character and line limits for each social media platform — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/validate-content-before-fold/SKILL.md)
- **Get Text Before Fold** — Truncate text to fit within the 'before fold' character limits for each social media platform for previewing purposes — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/get-text-before-fold/SKILL.md)
- **Get Trending Content** — Fetch trending social media content from the HyperFeed API — $0.01/call — [SKILL.md](https://xpay.tools/skills/vibe-marketing/get-trending-content/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("vibe-marketing")`
2. **`xpay_details`** — Get input schema: `xpay_details("vibe-marketing/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("vibe-marketing/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/vibe-marketing/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
