streamable-httpMITupdated 14d ago
Public listing for the Lazy Ads MCP server.
O que dá para fazer com Lazy Ads?
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 (Claude / Cursor / Windsurf)
{
"mcpServers": {
"lazyads": {
"url": "https://mcp.lazyads.ai/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
X-API-Key is also accepted.
Connect (Hermes)
mcp_servers:
lazyads:
url: "https://mcp.lazyads.ai/mcp"
headers:
Authorization: "Bearer your-api-key"
description: "LazyAds MCP — 9-platform ad management"
Hermes skill: 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 (45 tools), including Lazy Ads AI
Free accounts can onboard and browse competitor ads. AI tools require a paid plan with tokens.
Pricing
See lazyads.ai/pricing. Plans: BYOA, Starter, Growth, Scale. 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.
Instalação
Adicione Lazy Ads ao seu cliente. Escolha o que você usa.
claude mcp add --transport http lazy-ads https://mcp.lazyads.ai/mcpcodex mcp add lazy-ads --url https://mcp.lazyads.ai/mcp{
"mcpServers": {
"lazy-ads": {
"url": "https://mcp.lazyads.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"lazy-ads": {
"type": "http",
"url": "https://mcp.lazyads.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"lazy-ads": {
"url": "https://mcp.lazyads.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"lazy-ads": {
"serverUrl": "https://mcp.lazyads.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção19/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 2.0.0Mais recente | 27 de ago. de 2026 |