bitquery-automation

Automate Bitquery tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:5

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-bitquery-automation&locale=en&source=copy

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

  • Blockchain Data Analytics: Automatically fetch on-chain transaction data, address activity, DeFi protocol status, etc., providing data analysts and researchers with efficient querying tools.
  • Web3 Development Integration: Developers can quickly integrate Bitquery functionality into agent applications via Rube MCP, avoiding complex API authentication flows.
  • Monitoring and Alerts: Set up automated workflows to monitor activity changes for specific addresses or contracts, enabling real-time tracking of on-chain events.
  • Core Features

  • Tool Discovery Mechanism: Use RUBE_SEARCH_TOOLS to retrieve the latest Bitquery tool schema, ensuring that the tools and parameters you use are always up to date.
  • Keyless Connection: Simply add the Rube MCP server endpoint to use the service—no need to separately request and manage a Bitquery API key.
  • Batch Execution and Orchestration: Supports combining multiple query operations via 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.