Lazy Ads
Hosted MCP for nine ad networks. BYOA, flat SaaS — no percent of spend, no fake ROAS.
Install
mcp_config.json
{
"mcpServers": {
"ai-lazyads-mcp": {
"url": "https://mcp.lazyads.ai/mcp",
"type": "streamable-http"
}
}
}Documentation
Lazy Ads MCP
Public listing for the Lazy Ads MCP server.
Connect 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.
This repository is documentation only. It does not contain product source code.
Hosted endpoint
- URL:
https://mcp.lazyads.ai/mcp - Protocol: MCP 2026-07-28 Streamable HTTP
- Auth: API key from Lazy Ads → Settings → API (any paid plan)
Docs: lazyads.ai/mcp
Connect your client (lazyads.ai/mcp#setup)
Cursor (.cursor/mcp.json) and Claude Code (.mcp.json):
{
"mcpServers": {
"lazyads": {
"url": "https://mcp.lazyads.ai/mcp",
"headers": { "Authorization": "Bearer la_your_api_key" }
}
}
}
Claude Code one-liner: claude mcp add --transport http lazyads https://mcp.lazyads.ai/mcp --header "Authorization: Bearer la_your_api_key"
Windsurf 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
X-API-Key is also accepted.
Connect (Hermes)
Store the key in ~/.hermes/.env as LAZY_ADS_API_KEY=la_..., then:
mcp_servers:
lazyads:
url: "https://mcp.lazyads.ai/mcp"
headers:
Authorization: "Bearer ${LAZY_ADS_API_KEY}"
description: "LazyAds MCP. 9-platform ad management"
Install the skill:
mkdir -p ~/.hermes/skills/lazyads
curl -fsSL https://raw.githubusercontent.com/camerondwills/lazyads-mcp/main/SKILL.md \
-o ~/.hermes/skills/lazyads/SKILL.md
Hermes skill: SKILL.md in this repo, or the live guide at lazyads.ai/hermes
What you get
- BYOA: 33 bridge tools to create, update, pause, and measure campaigns on all nine networks
- Starter and above: full suite (47 tools), including 14 Lazy Ads AI tools
Free accounts can onboard and browse competitor ads. Lazy Ads AI tools require Starter or above. REST and outbound webhooks require Growth or above.
Pricing
See lazyads.ai/pricing. Plans: BYOA, Starter, Growth, Scale, Enterprise. Flat SaaS, bring your own ad accounts, no percent of spend.
Links
- Site: https://lazyads.ai
- MCP docs: https://lazyads.ai/mcp
- Pricing: https://lazyads.ai/pricing
- Hermes: https://lazyads.ai/hermes
- Blog: https://lazyads.ai/blog
License
Documentation in this repo is MIT. Lazy Ads the product remains a separate, private codebase.
Sourced from the repository README.
More in Developer Tools
- N8nFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.202,280
- Gemini CliAn open-source AI agent that brings the power of Gemini directly into your terminal.106,664
- World MonitorLive global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.84,026
- WorldmonitorReal-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface84,024
- Scrapling🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!76,275
- Ruflo🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated69,270