Hi! I'd like to add Adspirer to the ADK integrations catalog.
What it does
Adspirer is a remote MCP server with 100+ tools for creating, managing, and optimizing ad campaigns across Google Ads, Meta Ads, LinkedIn Ads, and TikTok Ads. It gives ADK agents full-lifecycle advertising capabilities — from keyword research and audience planning to campaign creation, performance analysis, and budget optimization.
Why it's valuable for ADK developers
Most marketing/advertising integrations in the ecosystem are read-only (reporting and analytics). Adspirer is read AND write — agents can actually launch and manage real ad campaigns through natural language. This makes it a strong fit for autonomous growth and marketing agents built with ADK.
Integration details
- Transport: Streamable HTTP (
StreamableHTTPConnectionParams)
- Auth: OAuth 2.1 with PKCE (browser-based via
mcp-remote) + Bearer token for programmatic access
- Endpoint:
https://mcp.adspirer.com/mcp
Integration page would include
- 5 use cases (campaign creation, performance analysis, keyword research, budget optimization, ad management)
- Prerequisites and OAuth setup
- Python and TypeScript code examples using both
StdioConnectionParams (with mcp-remote for OAuth) and StreamableHTTPConnectionParams (with Bearer token)
- Capabilities table (8 capabilities)
- Supported platforms table (Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads with tool counts)
- Links to docs and getting started guide
Files to add
docs/integrations/adspirer.md
docs/integrations/assets/adspirer.png
Happy to submit the PR whenever you're ready. Thanks!
Hi! I'd like to add Adspirer to the ADK integrations catalog.
What it does
Adspirer is a remote MCP server with 100+ tools for creating, managing, and optimizing ad campaigns across Google Ads, Meta Ads, LinkedIn Ads, and TikTok Ads. It gives ADK agents full-lifecycle advertising capabilities — from keyword research and audience planning to campaign creation, performance analysis, and budget optimization.
Why it's valuable for ADK developers
Most marketing/advertising integrations in the ecosystem are read-only (reporting and analytics). Adspirer is read AND write — agents can actually launch and manage real ad campaigns through natural language. This makes it a strong fit for autonomous growth and marketing agents built with ADK.
Integration details
StreamableHTTPConnectionParams)mcp-remote) + Bearer token for programmatic accesshttps://mcp.adspirer.com/mcpIntegration page would include
StdioConnectionParams(withmcp-remotefor OAuth) andStreamableHTTPConnectionParams(with Bearer token)Files to add
docs/integrations/adspirer.mddocs/integrations/assets/adspirer.pngHappy to submit the PR whenever you're ready. Thanks!