Integración · Polygon IO
Automatización de Polygon IO para Datos de Mercado
Automatiza operaciones de datos financieros en Polygon IO (cotizaciones, históricos, métricas de mercado) a través de Composio vía Rube MCP.
EJEMPLO ILUSTRATIVO · requiere conexión a Polygon IO vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (Polygon IO)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "Polygon IO",
"tool_slug": "POLYGON_IO_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "Polygon IO",
"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"
}
]
}