Автоматизация операций Amazon через MCP

integration

Amazon automation is a Claude Code skill that automates Amazon operations through the Composio Amazon toolkit connected via Rube MCP. Reach for it when you need to track and manage orders automatically, embed Amazon actions into a custom workflow or internal app without switching tabs, or run bulk catalog operations on a schedule. The skill connects to Rube MCP by adding `https://rube.app/mcp` as an MCP server endpoint — no API keys required. The runtime pattern has three stages: discover available tools with `RUBE_SEARCH_TOOLS`, verify an active Amazon connection via `RUBE_MANAGE_CONNECTIONS` with toolkit `amazon`, then execute actions with `RUBE_MULTI_EXECUTE_TOOL`. Because tool schemas can change, always run discovery before executing — hardcoding tool slugs is explicitly discouraged. Bulk operations are supported through `RUBE_REMOTE_WORKBENCH`. The skill handles Amazon seller and buyer-side operations, not marketplace analytics or reporting (those require separate data-focused skills). Works wherever Claude Code runs with MCP support enabled; not usable if the Rube MCP endpoint is blocked or unavailable in your environment.