bloxberg-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bloxberg-mcpWhat's the latest block on bloxberg?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bloxberg-mcp
An MCP (Model Context Protocol) server for the bloxberg blockchain — the permissioned Ethereum-based network operated by 50+ research institutions worldwide.
Connect any MCP-capable AI assistant (Claude Code, Claude Desktop, Cursor, …) to bloxberg: query chain state, explore transactions and contracts, and verify Research Object Certificates (W3C Verifiable Credentials anchored on-chain) — the first MCP server with native support for bloxberg's scientific-data certification stack.
Tools
Tool | What it does |
| Chain id, latest block, gas price, node version, endpoints |
| Block by number, hash, or |
| Transaction + receipt by hash |
| Native BERG balance of an address |
| Call any read-only contract function via a human-readable ABI signature |
| Address tx history (Blockscout explorer, paginated) |
| ERC-20/721/1155 token metadata (Blockscout) |
| Verified contract source + ABI (Blockscout) |
| Parse a Research Object Certificate locally — issuer, subject, proof info |
| Full cryptographic verification of a certificate against the chain, using the bloxberg |
Related MCP server: THORChain MCP Server
Networks
| Chain | chainId | RPC |
| bloxberg mainnet (Proof-of-Authority) | 8995 |
|
| bloxberg 2.0 testnet (Arbitrum AnyTrust) | 77888 |
|
Setup
Requires 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 / generic MCP client (mcpServers config):
{
"mcpServers": {
"bloxberg": {
"command": "node",
"args": ["/path/to/bloxberg-mcp/dist/index.js"]
}
}
}Then ask your assistant things like:
"What's the latest block on bloxberg?"
"Read
name()from contract 0x787B…4C41 on the bloxberg L2 testnet""Here's my research certificate JSON — verify it against the chain."
Example: verifying a Research Object Certificate
bloxberg anchors only the Merkle root of a certificate batch on-chain — an
individual file hash is never on-chain by itself, so verification requires the full
credential document. verify_certificate accepts the credential JSON (inline or by URL)
and replays the whole pipeline: format validation → MerkleProof2019 proof replay →
on-chain root comparison → issuer identity → status. The result lists every step with
its pass/fail status.
Development
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 testLimitations (v1)
Read-only by design: no transaction signing or sending — the server never touches keys.
verify_certificatesupports credentials anchored on bloxberg L1 (what the published verifier engine knows). Verification of L2-testnet-anchored credentials is experimental and may fail chain lookup.Explorer tools use the Blockscout v1 API (the v2 REST API is disabled on bloxberg's Blockscout instances).
License
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