Skip to main content
Glama

bloxberg-mcp

一个用于 bloxberg 区块链的 MCP(Model Context Protocol)服务器——该区块链是由全球 50 多家研究机构运营的基于以太坊的许可网络。

将任何支持 MCP 的 AI 助手(Claude Code、Claude Desktop、Cursor 等)连接到 bloxberg:查询链状态、浏览交易和合约,以及验证研究对象证书(锚定在链上的 W3C 可验证凭证)——这是第一个原生支持 bloxberg 科学数据认证栈的 MCP 服务器。

工具

工具

功能

get_network_info

链 ID、最新区块、Gas 价格、节点版本、端点

get_block

按编号、哈希或 latest 获取区块

get_transaction

按哈希获取交易及回执

get_balance

地址的原生 BERG 余额

read_contract

通过人类可读的 ABI 签名调用任何只读合约函数

get_address_transactions

地址交易历史(Blockscout 浏览器,分页)

get_token_info

ERC-20/721/1155 代币元数据(Blockscout)

get_contract_source

已验证的合约源代码 + ABI(Blockscout)

inspect_certificate

在本地解析研究对象证书——签发者、主题、证明信息

verify_certificate

使用 bloxberg 的 cert-verifier-js 引擎,对证书进行针对链的完整密码学验证(MerkleProof2019 重放、链上 Merkle 根比较、签发者身份、状态)

Related MCP server: THORChain MCP Server

网络

network

chainId

RPC

l1(默认)

bloxberg 主网(权威证明)

8995

https://core.bloxberg.org

l2-testnet

bloxberg 2.0 测试网(Arbitrum AnyTrust)

77888

https://explorer.l2.bloxberg.org/rpc

设置

需要 Node.js ≥ 20。

git clone https://github.com/adi-ghag/bloxberg-mcp.git
cd bloxberg-mcp
npm install && npm run build

Claude Code:

claude mcp add bloxberg -- node /path/to/bloxberg-mcp/dist/index.js

Claude Desktop / 通用 MCP 客户端mcpServers 配置):

{
  "mcpServers": {
    "bloxberg": {
      "command": "node",
      "args": ["/path/to/bloxberg-mcp/dist/index.js"]
    }
  }
}

然后你可以向你的助手询问类似这样的问题:

  • “bloxberg 上的最新区块是什么?”

  • “在 bloxberg L2 测试网上读取合约 0x787B…4C41 的 name()

  • “这是我的研究证书 JSON——请对照链进行验证。”

示例:验证研究对象证书

bloxberg 仅将证书批次的 Merkle 根锚定在链上——单个文件哈希本身永远不会上链,因此验证需要完整的凭证文档。verify_certificate 接受凭证 JSON(内联或通过 URL),并重放整个流程:格式验证 → MerkleProof2019 证明重放 → 链上根比较 → 签发者身份 → 状态。结果会列出每一步及其通过/失败状态。

开发

npm test           # unit tests (mocked network)
npm run test:live  # + integration tests against real bloxberg endpoints
npx tsx scripts/smoke.mts   # manual end-to-end smoke test

限制(v1)

  • 设计上为只读:不进行交易签名或发送——服务器从不接触密钥。

  • verify_certificate 支持锚定在 bloxberg L1 上的凭证(即已发布的验证器引擎所支持的)。对锚定在 L2 测试网上的凭证进行验证目前处于实验阶段,可能无法完成链上查找。

  • 浏览器工具使用 Blockscout v1 API(v2 REST API 在 bloxberg 的 Blockscout 实例上已禁用)。

许可证

MIT © Aditya Ghag

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables comprehensive blockchain data analysis and exploration through the BlockScout API. Provides 56+ tools for transaction analysis, address exploration, token management, smart contract analysis, and market research across multiple blockchain networks.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides tools for AI assistants to query the Canton Network for data on contracts, governance, validators, and party transactions through the Lighthouse Explorer API. It enables seamless interaction with blockchain statistics, price history, and name services without requiring an API key.
    73
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables querying blockchain data from Ethereum and Solana via GetBlock.io API, including wallet balances, transactions, gas prices, and account information.
    6
    1

View all related MCP servers

Related MCP Connectors

  • Provide AI agents and automation tools with contextual access to blockchain data including balance…

  • Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa…

  • Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adi-ghag/bloxberg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server