{
  "markdown": "# Lazy Ads MCP\n\nPublic listing for the [Lazy Ads](https://lazyads.ai) MCP server.\n\nConnect Claude, Cursor, Hermes, and any MCP-compatible client to your ad accounts across **nine networks**: Meta (Facebook + Instagram), Google, TikTok, LinkedIn, Reddit, Apple, Bing, ChatGPT, and Snapchat.\n\nThis repository is documentation only. It does not contain product source code.\n\n## Hosted endpoint\n\n- **URL:** `https://mcp.lazyads.ai/mcp`\n- **Protocol:** MCP 2026-07-28 Streamable HTTP\n- **Auth:** API key from Lazy Ads → Settings → API (any paid plan)\n\nDocs: [lazyads.ai/mcp](https://lazyads.ai/mcp)\n\n## Connect your client ([lazyads.ai/mcp#setup](https://lazyads.ai/mcp#setup))\n\nCursor (`.cursor/mcp.json`) and Claude Code (`.mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"lazyads\": {\n      \"url\": \"https://mcp.lazyads.ai/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer la_your_api_key\" }\n    }\n  }\n}\n```\n\nClaude Code one-liner: `claude mcp add --transport http lazyads https://mcp.lazyads.ai/mcp --header \"Authorization: Bearer la_your_api_key\"`\n\nWindsurf uses `serverUrl` instead of `url`. Gemini CLI uses `httpUrl`. VS Code uses `servers` with `\"type\": \"http\"`. Codex CLI reads `[mcp_servers.lazyads]` with `url` and `bearer_token_env_var = \"LAZY_ADS_API_KEY\"` from `~/.codex/config.toml`. Claude Desktop only launches local processes, so bridge it with `mcp-remote` and put the header in `env`. Copy-ready blocks for every client: https://lazyads.ai/mcp#setup\n\n`X-API-Key` is also accepted.\n\n## Connect (Hermes)\n\nStore the key in `~/.hermes/.env` as `LAZY_ADS_API_KEY=la_...`, then:\n\n```yaml\nmcp_servers:\n  lazyads:\n    url: \"https://mcp.lazyads.ai/mcp\"\n    headers:\n      Authorization: \"Bearer ${LAZY_ADS_API_KEY}\"\n    description: \"LazyAds MCP. 9-platform ad management\"\n```\n\nInstall the skill:\n\n```bash\nmkdir -p ~/.hermes/skills/lazyads\ncurl -fsSL https://raw.githubusercontent.com/camerondwills/lazyads-mcp/main/SKILL.md \\\n  -o ~/.hermes/skills/lazyads/SKILL.md\n```\n\nHermes skill: [`SKILL.md`](./SKILL.md) in this repo, or the live guide at [lazyads.ai/hermes](https://lazyads.ai/hermes)\n\n## What you get\n\n- **BYOA:** 33 bridge tools to create, update, pause, and measure campaigns on all nine networks\n- **Starter and above:** full suite (47 tools), including 14 Lazy Ads AI tools\n\nFree accounts can onboard and browse competitor ads. Lazy Ads AI tools require Starter or above. REST and outbound webhooks require Growth or above.\n\n## Pricing\n\nSee [lazyads.ai/pricing](https://lazyads.ai/pricing). Plans: BYOA, Starter, Growth, Scale, Enterprise. Flat SaaS, bring your own ad accounts, no percent of spend.\n\n## Links\n\n- Site: https://lazyads.ai\n- MCP docs: https://lazyads.ai/mcp\n- Pricing: https://lazyads.ai/pricing\n- Hermes: https://lazyads.ai/hermes\n- Blog: https://lazyads.ai/blog\n\n## License\n\nDocumentation in this repo is MIT. Lazy Ads the product remains a separate, private codebase.\n",
  "bytes": 2899,
  "sha": "eb300856613a61c3ebfeffb90105b62e2050e9e54ed68b3257eda5a831b46c0f",
  "repo_slug": "camerondwills/lazyads-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_lazyads_mcp_b80b7e34/readme"
}