bloxberg-mcp
bloxberg-mcp
一个用于 bloxberg 区块链的 MCP(Model Context Protocol)服务器——该区块链是由全球 50 多家研究机构运营的基于以太坊的许可网络。
将任何支持 MCP 的 AI 助手(Claude Code、Claude Desktop、Cursor 等)连接到 bloxberg:查询链状态、浏览交易和合约,以及验证研究对象证书(锚定在链上的 W3C 可验证凭证)——这是第一个原生支持 bloxberg 科学数据认证栈的 MCP 服务器。
工具
工具 | 功能 |
| 链 ID、最新区块、Gas 价格、节点版本、端点 |
| 按编号、哈希或 |
| 按哈希获取交易及回执 |
| 地址的原生 BERG 余额 |
| 通过人类可读的 ABI 签名调用任何只读合约函数 |
| 地址交易历史(Blockscout 浏览器,分页) |
| ERC-20/721/1155 代币元数据(Blockscout) |
| 已验证的合约源代码 + ABI(Blockscout) |
| 在本地解析研究对象证书——签发者、主题、证明信息 |
| 使用 bloxberg 的 |
Related MCP server: THORChain MCP Server
网络
| 链 | chainId | RPC |
| bloxberg 主网(权威证明) | 8995 |
|
| bloxberg 2.0 测试网(Arbitrum AnyTrust) | 77888 |
|
设置
需要 Node.js ≥ 20。
git clone https://github.com/adi-ghag/bloxberg-mcp.git
cd bloxberg-mcp
npm install && npm run buildClaude Code:
claude mcp add bloxberg -- node /path/to/bloxberg-mcp/dist/index.jsClaude 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
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to query THORChain blockchain data including transactions, address history, liquidity pool statistics, network metrics, and vault addresses through a standardized interface.8Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides 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.73MIT

MCP GetBlock Serverofficial
FlicenseAqualityDmaintenanceEnables querying blockchain data from Ethereum and Solana via GetBlock.io API, including wallet balances, transactions, gas prices, and account information.61
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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