Alchemy — автоматизация Web3 и блокчейн-данных
blockchain
Alchemy automation is a Claude Code skill that automates Alchemy operations through the Composio toolkit over the Rube MCP protocol, enabling blockchain data queries and Web3 integrations directly inside an agentic workflow. Reach for it when you need to pull data from Alchemy nodes on a schedule, chain Web3 calls without manually hitting the API, or wire blockchain data into a broader Claude Code pipeline. The workflow follows three steps: discover current tools with RUBE_SEARCH_TOOLS, verify an active connection via RUBE_MANAGE_CONNECTIONS with the alchemy toolkit, then execute with RUBE_MULTI_EXECUTE_TOOL. It connects as an MCP server at https://rube.app/mcp — no API keys required, just add the endpoint. Tool schemas are dynamic, so RUBE_SEARCH_TOOLS must be called before every workflow; hardcoding slugs or argument shapes will break on schema updates. The skill runs Alchemy operations through an agent, not direct wallet management or network monitoring — those need different tooling. Works well for teams already running Rube MCP who want Alchemy in their agent stack; not suitable if the Rube MCP server is unavailable or the Alchemy connection hasn't been activated through Composio.
- #alchemy
- #composio
- #rube-mcp
- #blockchain
- #web3
- #api-automation