Integración · BTCPay Server
Automatización de BTCPay Server
Automatiza tareas de gestión de pagos Bitcoin en BTCPay Server mediante herramientas MCP de Composio.
EJEMPLO ILUSTRATIVO · requiere conexión a BTCPay Server vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (BTCPay Server)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "BTCPay Server",
"tool_slug": "BTCPAY_SERVER_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "BTCPay Server",
"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"
}
]
}