Agent Tools
Back to MCP servers

com.adspirer/ads

https://mcp.adspirer.com/
● degraded

Remote MCP for cross-platform ad creation (Google Ads, TikTok). OAuth 2.1 with progress streaming.

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://mcp.adspirer.com/
JSON-RPC initialize probe
curl -X POST https://mcp.adspirer.com/ \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/amekala/ads-mcp