Integración · HypeAuditor
Automatización de HypeAuditor para análisis de influencers
Automatiza tareas de HypeAuditor (auditoría de influencers y análisis de audiencia) desde Claude mediante Rube MCP.
EJEMPLO ILUSTRATIVO · requiere conexión a HypeAuditor vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (HypeAuditor)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "HypeAuditor",
"tool_slug": "HYPEAUDITOR_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "HypeAuditor",
"count": 3,
"items": [
{
"id": "itm_001",
"name": "Ejemplo A",
"updated": "2026-06-12"
},
{
"id": "itm_002",
"name": "Ejemplo B",
"updated": "2026-06-12"
},
{
"id": "itm_003",
"name": "Ejemplo C",
"updated": "2026-06-12"
}
]
}