How to Use the GetBlock (Web3 RPC Provider) MCP in Claude Code
Pipe live blockchain data directly into your terminal pipelines using Claude Code and GetBlock.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GetBlock (Web3 RPC Provider) MCP to Claude Code
Create your Vinkius account to connect GetBlock (Web3 RPC Provider) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe live block heights into terminal scripts
`eth_block_number` and `btc_getblockcount` feed real-time blockchain height data directly into your terminal-based agent. Claude Code runs these queries headlessly, allowing you to build shell scripts that trigger actions when new blocks are mined. You get low-latency chain monitoring without heavy local daemon processes. The CLI agent pipes this block data to other terminal utilities or writes it to local log files. This setup is perfect for lightweight cron jobs or DevOps monitoring scripts.
Broadcast raw transactions via Claude Code
`btc_sendrawtransaction` and `sol_send_transaction` let your terminal agent broadcast pre-signed transaction payloads straight to the network. You generate the transaction offline, pipe the signed hex to Claude Code, and let it handle transmission and receipt verification. You keep your private keys strictly offline while maintaining a fast broadcast pipeline. The agent monitors the transaction hash on-chain and returns a non-zero exit code if the broadcast fails. This makes it easy to integrate transaction dispatching into automated CI/CD pipelines.
Analyze Bitcoin PSBTs inside this MCP Server
`btc_analyzepsbt` and `btc_createpsbt` expose raw Bitcoin transaction mechanics to your command-line workspace. Claude Code decodes the partially signed transactions, verifies the input values, and identifies missing signatures. You get a clear, human-readable breakdown of complex multisig payloads before broadcasting. The agent automates the signing coordination by tracking which keys have signed the payload. You avoid manual parsing errors and speed up multisig wallet operations.
Set up GetBlock (Web3 RPC Provider) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seegetblock-web3-rpc-provider-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest GetBlock (Web3 RPC Provider) transactions." It will automatically discover and invoke the available GetBlock (Web3 RPC Provider) tools.
claude mcp add --transport http getblock-web3-rpc-provider-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about GetBlock (Web3 RPC Provider) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the GetBlock (Web3 RPC Provider) MCP today
We host it, we monitor it, we maintain it. You just paste one token.