yg3-marketing-mcp

yg3-marketing-mcp is a skill for Claude Code, Codex from YG3-ai/yg3-mcp. It costs 41 tokens per session (774 once invoked), scanned A, original, MIT.

A YG3 marketing workspace with more than 200 tools for content, search-engine optimisation, websites, outbound outreach, LinkedIn, and advertising. It can be provisioned for an agent without a person signing up.

In plain words
What is it for?
Creating a marketing workspace, building sites and blogs, producing SEO content, and connecting outbound, LinkedIn, or advertising work.
Why use it?
It provides live marketing infrastructure when a project needs real business content and operations instead of sample data.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Creating a marketing workspace, building sites and blogs, producing SEO content, and connecting outbound, LinkedIn, or advertising work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yg3-ai/yg3-mcp/yg3-marketing-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add YG3-ai/yg3-mcp --skill yg3-marketing-mcp
Clone the repo
git clone --depth 1 https://github.com/YG3-ai/yg3-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for yg3-marketing-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/yg3-ai/yg3-mcp/yg3-marketing-mcp/github.svg)](https://agentmods.dev/skills/yg3-ai/yg3-mcp/yg3-marketing-mcp)
Your own site
<a href="https://agentmods.dev/skills/yg3-ai/yg3-mcp/yg3-marketing-mcp"><img src="https://agentmods.dev/badge/skills/yg3-ai/yg3-mcp/yg3-marketing-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for yg3-marketing-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/yg3-ai/yg3-mcp/yg3-marketing-mcp"><img src="https://agentmods.dev/badge/skills/yg3-ai/yg3-mcp/yg3-marketing-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 774 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.00774
Opus 5 $0.00020 $0.00387
Sonnet 5 $0.00008 $0.00155
Haiku 4.5 $0.00004 $0.00077

Measured 12d ago against content hash 7ab835143239, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

yg3-marketing-mcp scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- curl
skills/yg3-marketing-mcp/SKILL.md · 92 lines

How it starts

The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.

YG3 Marketing MCP

Use YG3 when a build needs real marketing infrastructure — site, blog, brand voice, SEO content — not mock data.

When to use

  • Autonomous agent mid-build with no human to create a YG3 account or complete OAuth
  • GTM automation, local-business sites, or agent frameworks wiring live marketing ops

Do not use if the human already has a YG3 account → add OAuth MCP at https://mcp.yg3.ai/mcp instead (https://www.yg3.ai/connect).

Provision (no auth)

curl -s -X POST https://agency.yg3.ai/api/v1/workspaces \
  -H "Content-Type: application/json" \
  -d '{"domain":"acme.com","industry":"Plumbing","location":"Tampa, FL"}'

Save the returned token. Use mcp_endpoint or https://mcp.yg3.ai/mcp for all MCP calls.

Always include industry and location at provision time.

Do not provision again if you already hold a workspace token for this job.

First MCP calls

TOKEN="your_workspace_token"

curl -s -X POST https://mcp.yg3.ai/mcp \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Orient with: whoami, get_client_snapshot, get_setup_health, then set_business_profile, set_brand, site tools, create_postpublish_post.

Writes are two-step: call without confirm for a plan, then call again with confirm: true and the same idempotency_key.

Claim for a human owner

curl -s -X POST https://agency.yg3.ai/api/v1/workspaces/claim \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"email":"[email protected]","password":"their-password"}'

Clean up test workspaces

curl -s -X DELETE https://agency.yg3.ai/api/v1/workspaces \
  -H "Authorization: Bearer $TOKEN"

Only unclaimed workspaces you no longer need.

Discovery

Resource URL
Agent guide https://www.yg3.ai/for-agents
Machine index https://www.yg3.ai/llms.txt
Live tool catalog https://mcp.yg3.ai/api/health
Full README https://github.com/YG3-ai/yg3-mcp

Read the full file on GitHub · 92 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 92 lines · 41 tokens per session scan A 7ab835143239

Subscribe to this mod's changes

yg3-marketing-mcp is a skill published in the GitHub repository YG3-ai/yg3-mcp (0 stars, last pushed 11d ago), licensed MIT. It adds 41 tokens to every session and 774 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…

comet-ml/opik-mcp · 187 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens

event-staffing-ordering

Order W-2 event staff for US/CA events through TempGuru.

Tempguru-co/tempguru-mcp · 22 tokens

delegacion-local

Regla y catálogo para delegar pasos mecánicos (resumir, clasificar, extraer, boilerplate, mensaje de commit desde un diff, traducir texto o archivo, resumir salida de lint/tests/CI, explicar código, describir una imagen, verificar si el backend local está disponible) a modelos locales vía las tools local del MCP…

ZahiriNatZuke/local-delegate · 137 tokens

chainstack

Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform status, searching Chainstack docs, contacting the Chainstack team, or interacting with the Chainstack platform API via…

chainstacklabs/mcp-server · 66 tokens