bitquery-automation
Automate Bitquery tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Bitquery Automation - Automate Blockchain Data Queries via Composio Rube MCP
Overview of Skills
Bitquery Automation is a Bitquery automation tool implemented through Composio Rube MCP. It enables blockchain data querying, analysis, and batch operations without an API key. It supports GraphQL queries across multiple chains, including Ethereum, Bitcoin, and more.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to retrieve the latest Bitquery tool schema, ensuring that the tools and parameters you use are always up to date.RUBE_MULTI_EXECUTE_TOOL to build complex data-fetching workflows.Frequently Asked Questions
How do I connect to the Rube MCP server?
Add https://rube.app/mcp as the MCP server in your Claude client configuration. After adding it, call RUBE_SEARCH_TOOLS to verify whether the connection is successful. If a response is returned, the server is working properly.
Does Bitquery require an API key?
No. Rube MCP wraps Composio’s Bitquery toolset. You only need to activate the Bitquery connection via RUBE_MANAGE_CONNECTIONS. If the connection status is not ACTIVE, complete a one-time authorization using the link provided in the response.
How do I find available Bitquery tools?
Always start by calling RUBE_SEARCH_TOOLS, passing your specific use case (e.g., “query Ethereum transactions”). It will return available tool slugs, input parameter schema, recommended execution plans, and common considerations. Then use RUBE_MULTI_EXECUTE_TOOL to perform the specific operations based on the returned information.