The Bitquery MCP Node integrates securely with Bitquery's blockchain data API through the Scalekit MCP gateway. It enables your AI agent to query market data, currency and token prices, OHLCV, supply, trader activity, positions and profiles, and trending tokens across networks and pairs.
Parameters
Required Parameters
- action (string): The target Bitquery MCP tool action to run. Must be one of the enabled actions:
bitquerymcp_accumulating_traders_by_token: Accumulating Traders By Token.bitquerymcp_currency_ohlcv: Currency Ohlcv.bitquerymcp_currency_price: Currency Price.bitquerymcp_currency_supply: Currency Supply.bitquerymcp_execute_sql: Execute Sql.bitquerymcp_find_currencies: Find Currencies.bitquerymcp_find_token_by_address: Find Token By Address.bitquerymcp_find_tokens: Find Tokens.bitquerymcp_pair_ohlcv: Pair Ohlcv.bitquerymcp_pair_price: Pair Price.bitquerymcp_profitable_traders_by_token: Profitable Traders By Token.bitquerymcp_token_ohlcv: Token Ohlcv.bitquerymcp_token_price: Token Price.bitquerymcp_token_supply: Token Supply.bitquerymcp_top_traders_by_network: Top Traders By Network.bitquerymcp_top_traders_by_pair: Top Traders By Pair.bitquerymcp_top_traders_by_token: Top Traders By Token.bitquerymcp_trader_activity: Trader Activity.bitquerymcp_trader_positions: Trader Positions.bitquerymcp_trader_profile: Trader Profile.bitquerymcp_trending_tokens: Trending Tokens.
Optional Parameters
- params (object): A key-value dictionary containing action-specific inputs (e.g.,
{'currency': 'ETH', 'network': 'ethereum'}).
Practical Use Cases
- Market analysis: Pull currency and token prices, OHLCV, and supply data to analyze market trends.
- Trader intelligence: Identify top, profitable, and accumulating traders by token, pair, or network and inspect their activity, positions, and profiles.