Integración · Polygon
Automatizacion Polygon: Datos Financieros via Rube MCP
Automatiza consultas y operaciones sobre datos financieros de Polygon (acciones, crypto, forex) mediante herramientas MCP de Composio.
EJEMPLO ILUSTRATIVO · requiere conexión a Polygon vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (Polygon)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "Polygon",
"tool_slug": "POLYGON_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "Polygon",
"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"
}
]
}