RadarLED
Provides competitive intelligence data for Instagram, including public profiles and posts, audience comparison, engagement metrics, growth tracking, and top-performing creators.
Provides competitive intelligence data for TikTok, including public profiles and posts, audience comparison, engagement metrics, growth tracking, and top-performing creators.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RadarLEDCompare audience growth for our top three competitors"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RadarLED
RadarLED es una aplicación privada de inteligencia competitiva para Instagram y TikTok. Captura señales públicas, conserva evidencia, compara cuentas, detecta patrones creativos y expone la información mediante dashboard, API y MCP.
El repositorio no incluye cuentas reales, bases de datos, contenido descargado, credenciales ni direcciones de servidores. Cada instalación mantiene su propia configuración fuera de Git.
Funciones principales
Perfiles y publicaciones públicas de Instagram y TikTok mediante Apify.
Archivo local de JSON, imágenes y videos con referencias a la fuente original.
Comparación de audiencia, actividad, interacción y crecimiento.
Creativos ganadores por cuenta, ranking general y top por proveedor.
Clasificación de estrategias y calidad observable de marca.
Preguntas frecuentes del mercado, agrupadas por intención y tema.
Memoria diaria y semanal de métricas en SQLite.
Dashboard responsive y PWA con modo oscuro.
API de solo lectura y servidor MCP remoto con OAuth 2.1 + PKCE.
Presupuesto mensual, límites por captura y scheduler configurable.
Las métricas públicas no demuestran ventas. RadarLED separa hechos observados, inferencias y señales que requieren validación comercial.
Related MCP server: mcp-cn-commerce
Requisitos
Python 3.12
FFmpeg
Una cuenta de Apify y su token
Docker y Docker Compose para despliegue en contenedores
Instalación local
git clone https://github.com/AKILMAXX/radarled.git
cd radarled
python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install -e ".[dev]"
Copy-Item .env.example .env
Copy-Item competitors.example.yaml competitors.yamlEdita .env y define como mínimo:
APIFY_TOKEN=tu_token
DASHBOARD_PASSWORD=una_contraseña_larga
RADAR_API_TOKEN=un_token_aleatorio_de_48_o_mas_caracteresConfigura las cuentas públicas en competitors.yaml:
competitors:
- handle: competidor_uno
tiktok_handle: competidor_uno_tiktok
- handle: competidor_dos
own_public_handle: mi_negocio
own_tiktok_handle: mi_negocio_tiktokDespués inicia la aplicación:
insta-intelEl dashboard local queda en http://127.0.0.1:8097/dashboard y la documentación
de la API en http://127.0.0.1:8097/api/docs.
Docker
docker compose up -d --buildPara producción, copia .env.example como .env.prod, configura RADAR_HOST y
RADAR_PUBLIC_BASE_URL, y usa docker-compose.vps.yml detrás de HTTPS.
API y MCP
RadarLED publica una API versionada en /api/v1/intelligence y un servidor MCP en
/mcp. Ambos son de solo lectura. La guía de conexión para Claude, Codex y otros
clientes está en docs/RADAR_API_MCP.md.
Privacidad
.env,.env.*,competitors.yaml,data/yreports/están excluidos de Git.Usa únicamente información pública y respeta las condiciones de cada plataforma.
No publiques tokens, bases de datos ni archivos multimedia capturados.
Antes de compartir un fork, revisa también el historial de Git, no solo el último commit.
Desarrollo
python -m pytest -q
python -m ruff check .Licencia
MIT. Consulta LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceThis MCP server lets you search Facebook's Ad Library, retrieve brand ads, and analyze ad images/videos using AI - all with intelligent caching and batch processing for efficiency.Last updated279MIT
- AlicenseAqualityAmaintenanceA suite of MCP servers that give AI agents read-only access to Chinese e-commerce platform business data, including advertising, orders, products, and more from platforms like Douyin, JD.com, Taobao, etc.Last updated2221MIT
- AlicenseBqualityBmaintenanceA read-only MCP server that provides comprehensive access to the TikTok Business API for retrieving advertising data, including campaigns, ad groups, ads, and performance reports.Last updated24MIT
- Alicense-qualityDmaintenanceMCP server for Meta Ads providing 30 tools for account discovery, campaign management, targeting research, and insights. Designed with LLM-friendly outputs and productivity features like cloning and bulk operations.Last updated1MIT
Related MCP Connectors
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
Search Meta, Google Ads, LinkedIn, and TikTok ad libraries plus creative analysis via MCP.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AKILMAXX/radarled'
If you have feedback or need assistance with the MCP directory API, please join our Discord server