Adology Ai
@adologyai
3 days ago
Perplexity for social. Ask anything about what's happening across social and get answers grounded in real ad and creative data, not guesses.
Adology watches the brands, creators, and topics you care about across TikTok, Instagram, Meta Ads, YouTube, and more, then answers your questions the way you'd ask them.
Overview
Adology AI
Adology is a competitive ad and content intelligence platform, exposed as a remote MCP server. It connects Claude directly to live brand, influencer, search, and discussion data, so you can ask what creative is working across any market and get answers grounded in real engagement metrics instead of guesses.
Connect
Adology is a hosted server. Point your client at the production endpoint:
{
"mcpServers": {
"adology": {
"url": "https://mcp.adologyai.com/mcp"
}
}
}
For stdio-only clients, bridge with mcp-remote:
{
"mcpServers": {
"adology": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.adologyai.com/mcp"]
}
}
}
Authentication happens over OAuth when you connect. There is no token to paste into the config.
What you can do
- Build Knowledge Sets. Track any set of brands, influencers, search terms, and discussion feeds as a living competitive landscape.
- Quantify creative patterns. Pivot content by hook, emotion, format, CTA, platform, and media type, with metrics like use rate, median likes, median views, and viral rate.
- Compare competitors side by side. Contrast strategy, content mix, and performance across two to four brands or landscapes.
- Discover brands and content. Search across databases by topic, and surface brands and creators in a category.
- Read the actual posts. Go from a pattern in the numbers to the specific creative that produced it.
Example prompts
- "Create a knowledge set tracking Tecovas and its five closest competitors."
- "Which hook and emotion combination has the highest viral rate in this category?"
- "Compare the creative strategy of Brand A and Brand B over the last quarter."
- "What content formats are driving engagement in this niche right now?"
- "Show me the top performing posts and what they have in common."
Links
Server Config
{
"mcpServers": {
"adology": {
"url": "https://mcp.adologyai.com/mcp"
}
}
}