Integración · Owl Protocol
Automatización Owl Protocol via Rube MCP
Automatiza tareas de Owl Protocol (gestión de activos blockchain/NFT) mediante el MCP de Rube y el toolkit de Composio.
EJEMPLO ILUSTRATIVO · requiere conexión a Owl Protocol vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (Owl Protocol)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "Owl Protocol",
"tool_slug": "OWL_PROTOCOL_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "Owl Protocol",
"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"
}
]
}