From fcd7adcf830af8f4ebfd108a0077a071d99c352e Mon Sep 17 00:00:00 2001 From: fly0pants Date: Fri, 21 Aug 2026 00:19:35 +0800 Subject: [PATCH] feat: add AdMapix MCP agent listing --- content/agents/admapix-mcp.json | 53 +++++++++++++++++++++++++++++++++ content/changelog.json | 6 ++++ 2 files changed, 59 insertions(+) create mode 100644 content/agents/admapix-mcp.json diff --git a/content/agents/admapix-mcp.json b/content/agents/admapix-mcp.json new file mode 100644 index 0000000..09ae3e8 --- /dev/null +++ b/content/agents/admapix-mcp.json @@ -0,0 +1,53 @@ +{ + "id": "admapix-mcp", + "name": "AdMapix MCP", + "slug": "admapix-mcp", + "description": "Searches competitor ads, app rankings, download and revenue trends, and market data for growth, user-acquisition, and creative teams through an MCP server.", + "providerName": "AdMapix", + "providerUrl": "https://www.admapix.com", + "agentUrl": "https://github.com/fly0pants/admapix", + "categories": [ + "sales-marketing", + "data-analytics" + ], + "tags": [ + "ad-intelligence", + "creative-research", + "competitor-analysis", + "app-analytics", + "market-research", + "mcp", + "advertising" + ], + "skills": [ + { + "id": "creative-ad-search", + "name": "Creative Ad Search", + "description": "Searches competitor image, video, playable, landing-page, and document ads across channels and markets." + }, + { + "id": "market-trend-analysis", + "name": "Market Trend Analysis", + "description": "Retrieves app rankings, downloads, revenue, and market data to compare products and identify growth signals." + }, + { + "id": "research-reporting", + "name": "Research Reporting", + "description": "Connects ad evidence and market data to AI-assisted research workflows for campaign and user-acquisition planning." + } + ], + "authType": "apiKey", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "api", + "mcp" + ], + "createdAt": "2026-08-21T00:00:00Z", + "updatedAt": "2026-08-21T00:00:00Z" +} diff --git a/content/changelog.json b/content/changelog.json index 8c13206..9ccf2c4 100644 --- a/content/changelog.json +++ b/content/changelog.json @@ -1,4 +1,10 @@ [ + { + "action": "added", + "slug": "admapix-mcp", + "name": "AdMapix MCP", + "date": "2026-08-21" + }, { "action": "added", "slug": "tableau-mcp",