Оркестрация ML-сервисов через Composio и MCP

ai-tooling

Ai ml api automation is a Claude Code skill that automates AI ML API operations through Composio's ai_ml_api toolkit via Rube MCP, letting Claude discover, connect to, and execute machine-learning and AI service tools on your behalf. Reach for it when you want Claude to call external ML services without hand-writing API clients, when you need to chain inference calls or model-management tasks inside a Claude Code workflow, or when you want a repeatable automation that fetches predictions and handles pagination automatically. Under the hood, three MCP commands do the work: RUBE_SEARCH_TOOLS fetches current tool schemas and slugs, RUBE_MANAGE_CONNECTIONS activates the ai_ml_api toolkit, and RUBE_MULTI_EXECUTE_TOOL runs discovered tools with schema-compliant arguments. Setup requires no API keys — add https://rube.app/mcp as an MCP server endpoint and authenticate the Composio connection once via the returned auth link. Tool schemas are dynamic, so the skill enforces calling RUBE_SEARCH_TOOLS first every time; hardcoding slugs or argument names without discovery is an explicit known pitfall. The direction is outbound — orchestrating AI/ML APIs from Claude, not embedding a local ML framework. Works only with an active Composio ai_ml_api connection and live access to the Rube MCP endpoint; offline or air-gapped environments are not supported.