Discover and run Bitquery tools through Rube MCP for automated workflows.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "bitquery-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bitquery-automation/SKILL.md 2. Save it as ~/.claude/skills/bitquery-automation/SKILL.md 3. Reload skills and tell me it's ready
Developers or data analysts can use Rube MCP to chain tool discovery, connection checks, and execution steps, reducing manual effort for Bitquery-related operations.
When tool slugs or arguments may change, users can search for current tools and input schemas first, then execute with lower risk of failure from schema changes.
In Bitquery automation workflows, users can first confirm the connection is ACTIVE and then inspect pagination tokens in responses to complete data retrieval step by step.
The README explains how to automate Bitquery operations through Composio’s Bitquery toolkit via Rube MCP. It covers prerequisites, connection setup, the standard workflow of searching tools, checking connection status, and executing discovered tools, plus operational cautions such as schema changes, session reuse, required memory fields, and pagination handling.
Automate Bitquery operations through Composio's Bitquery toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bitquery
RUBE_MANAGE_CONNECTIONS with toolkit bitqueryRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit bitqueryAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bitquery operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Bitquery task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bitquery"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Bitquery-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bitquery |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
It is used to automate Bitquery-related operations through Composio’s Bitquery toolkit via Rube MCP. The docs specifically emphasize searching tools first and then executing against the current schema.
Your client needs Rube MCP connected and must have access to RUBE_SEARCH_TOOLS. You also need to create and activate a bitquery connection through RUBE_MANAGE_CONNECTIONS.
Because tool schemas may change, the docs explicitly say not to hardcode tool slugs or arguments. You should first use RUBE_SEARCH_TOOLS to get current tools, input schemas, and execution guidance.
Automate Zoho Bigin leads, contacts, and sales workflows through Rube MCP.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Zoho Inventory workflows and operational tasks through Rube MCP.
Automate Zoho Invoice queries, creation, and updates through Rube MCP.
Automate ZoomInfo searches, lead collection, and data workflows via Rube MCP.
Connect Rube MCP to discover and automate Zoho workflows safely.
Automate Beaconchain queries and blockchain operations through Rube MCP.
Automate CoinMarketCap queries and data workflows through Rube MCP tools.
Automate Bright Data workflows via Rube MCP after checking current tool schemas.
Automate Coinranking crypto data queries and monitoring through Rube MCP.
Automate Fitbit data retrieval, syncing, and health tracking tasks via Rube MCP.
Automate BTCPay Server payment and merchant operations through Rube MCP.