更新Reference

Changelog

Adako is an MCP server and REST API that connects Claude, ChatGPT, Cursor and other assistants to Google Ads, Meta Ads, ChatGPT Ads, TikTok Ads and LinkedIn Ads. This is what has changed in it.

0.2.0

Three new ad platforms, a tool surface that scales, a REST API, and daily watching.

Platforms

  • TikTok Ads: 30 tools. Campaigns, ad groups and in-feed video ads, Spark Ads, video metrics (2-second and 6-second views, completion, watch time), creative fatigue, the objective and pixel-event matrix, asset validation before upload.
  • LinkedIn Ads: 34 tools. Campaign groups, image, video, carousel and text campaigns, B2B targeting by title, industry, seniority and company size, audience size and delivery forecasts, conversion rules, engagement metrics.
  • ChatGPT Ads: 23 tools. Chat card campaigns end to end, account limits, pixels and conversion event settings, review verdicts.
  • Google Ads grew to 70 tools: assets and extensions, Performance Max, bid strategies, ads, conversion actions, bulk keyword edits, ad schedules, device bid modifiers, labels, geo, hourly and device reports, anomaly decomposition, budget reallocation plans, benchmarks.
  • Meta Ads grew to 43 tools: video, carousel and app-install campaigns, flexible ads, ad sets and ads, creative fatigue, audience and placement analysis, budget plans, lead forms and submissions, Instagram identities, frequency caps, duplication.

Tool surface

  • 231 tools reach a client through 22 entries: 15 callable by name and 7 routers (`google_ads`, `meta_ads`, `chatgpt_ads`, `tiktok_ads`, `linkedin_ads`, `monitoring`, `diagnostics`). See the tool surface.
  • search_tools ranks the whole registry against your own wording and returns the exact call line. get_tool_schema returns arguments. Both free.
  • Fan-out: one read across several accounts in a single call, billed per account, capped at 20.
  • Eight quota-free diagnostic tools: campaign specs, draft validation, error explanation, failure history, live verification, next actions, a capability menu and a usage summary.

Automation

  • Daily metric sync with 90 days of rolling history, so analysis and alerts do not spend platform quota.
  • 13 monitoring tools: monitors with baselines and consecutive-day rules, alert emails, scheduled briefs, reports on demand, and monitor-proposed actions that still go through approval. Monitors.
  • New pages in the app: Monitors and Reports.

Transports and packaging

  • REST API: POST /api/v1/tools/{tool_name}/execute with an API key, idempotency keys, an OpenAPI document and a tool list. REST API.
  • The adako command line wraps the same tools over REST for scripts and coding agents.
  • Client guides for Gemini CLI, Windsurf and Perplexity, a Claude Code plugin, and one-file installers for Cursor, Codex and Windsurf.
  • Eleven Agent Skills: the operating procedure plus one per platform and one per job (launch, performance review, optimise, creative, monitoring).

Plans

  • Free, Pro, Agency and Enterprise, with active-account limits and monthly tasks. Monitors, briefs and reports need Pro or above. Pricing.

0.1.0

The first release: Google Ads and Meta Ads, the proposal engine, paused creation, read-back, the audit trail, API keys and the docs site.