Back to Adspirer

Card snapshot

mcp.adspirer.com · 2026-05-18 12:51:05 UTC · e06acf232dccc0b37b0ae8db1a26ee08bfa670a8b4cd6eefe7165775bae9c1b6

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Adspirer MCP",
  "description": "Autonomous AI advertising agent \u2014 create, manage, and optimize ad campaigns across Google Ads, Meta Ads, TikTok Ads, and LinkedIn Ads via natural language.",
  "version": "0.2.0",
  "url": "https://mcp.adspirer.com/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "oauth2",
    "flow": "authorization_code",
    "pkce_required": true,
    "authorization_server": "https://mcp.adspirer.com/.well-known/oauth-authorization-server",
    "protected_resource": "https://mcp.adspirer.com/.well-known/oauth-protected-resource",
    "dynamic_client_registration": "https://mcp.adspirer.com/oauth/register"
  },
  "platforms": [
    "google_ads",
    "meta_ads",
    "tiktok_ads",
    "linkedin_ads"
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "repository": "https://github.com/amekala/ads-mcp",
  "privacy_policy": "https://github.com/amekala/ads-mcp/blob/main/PRIVACY.md",
  "support": "https://github.com/amekala/ads-mcp/blob/main/SUPPORT.md"
}