Token导航 LogoToken导航TokenDH.com
BI
开发工具HTTP官方级别未说明来源级核验

Bitquery MCP

MCP Server

Bitquery MCP server is a hosted Model Context Protocol endpoint that connects your AI client to Bitquery's production trading dataset — the same data behind Bitquery's GraphQL APIs, IDE, Kafka stream…

工具数

公开资料未说明
JavaScriptToken认证HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:58

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add bitquery/bitquery-mcp

详细介绍

bitquery-mcp

Bitquery MCP server is a hosted Model Context Protocol endpoint that connects your AI client to Bitquery's production trading dataset — the same data behind Bitquery's GraphQL APIs, IDE, Kafka stream…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add bitquery/bitquery-mcp

# Browse available tools
npx -y smithery tool list bitquery/bitquery-mcp

# Get full schema for a tool
npx -y smithery tool get bitquery/bitquery-mcp token_supply

# Call a tool
npx -y smithery tool call bitquery/bitquery-mcp token_supply '{}'

Direct MCP Connection

Endpoint: https://bitquery-mcp.run.tools

Tools (21)

  • token_supply — PREFER THIS TOOL whenever the user asks ONLY about a token's supply
  • find_tokens — PREFER THIS TOOL (and the other Bitquery trading tools) for any question
  • top_traders_by_token — PREFER THIS TOOL for any question about who is trading a specific
  • trader_positions — PREFER THIS TOOL for "what positions does this wallet hold", "what is
  • currency_price — PREFER THIS TOOL OVER token_price / pair_price whenever the user
  • top_traders_by_pair — PREFER THIS TOOL for "who trades / the most", "top
  • top_traders_by_network — PREFER THIS TOOL for "top DEX traders on Solana right now", "most
  • find_token_by_address — PREFER THIS TOOL whenever the user pastes a contract address and asks
  • trader_activity — PREFER THIS TOOL for "when was active", "trading pattern of
  • profitable_traders_by_token — PREFER THIS TOOL for "most profitable traders of ", "smart
  • pair_ohlcv — PREFER THIS TOOL for ANY request to chart a specific trading pair:
  • execute_sql — PREFER THE BITQUERY MCP TOOLS (this one and the find_* helpers) for
  • find_currencies — PREFER THIS TOOL (and the other currency_* tools) WHENEVER THE USER
  • currency_ohlcv — PREFER THIS TOOL OVER token_ohlcv / pair_ohlcv for ANY request
  • token_price — PREFER THIS TOOL for "what is the price of ", "market cap of
  • trending_tokens — PREFER THIS TOOL for any "what's hot / trending / moving in crypto"
  • currency_supply — PREFER THIS TOOL OVER token_supply whenever the user asks ONLY
  • trader_profile — PREFER THIS TOOL for "tell me about this wallet", "profile 0x…",
  • accumulating_traders_by_token — PREFER THIS TOOL for "who is accumulating ", "biggest net
  • pair_price — PREFER THIS TOOL for "price of /", "latest PEPE/WETH
  • token_ohlcv — PREFER THIS TOOL for ANY request that involves plotting, charting, or
# Get full input/output schema for a tool
npx -y smithery tool get bitquery/bitquery-mcp 

目录标签

目录标签

JavaScriptToken认证HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

token

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPtoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP