BlockPi (Distributed RPC Network) Connector for AI agents.
5 live capabilities
Manage your distributed blockchain RPC infrastructure and query network data.
Waiting for input…
Why people use BlockPi (Distributed RPC Network)
BlockPi for Real-Time Blockchain RPC Management
With this Connector, you can just ask your agent to handle those checks. You get a direct line to your RPC status and balances using natural language, which lets you stay in your flow and get the data you need in seconds.
What Vinkius changes
You get a natural language interface for your entire BlockPi infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking node health
A developer is debugging a deployment and asks if their Ethereum node is still active.
- Real-world use case 02
Cost auditing
An engineer wants to see if a new deployment spiked costs on Polygon.
- Real-world use case 03
Fast data fetching
An analyst needs the latest block number on Arbitrum to verify a transaction.
Complete set · 5capabilities
The complete BlockPi (Distributed RPC Network) capability set.
These are the exact actions your AI can choose when you ask it to work with BlockPi (Distributed RPC Network).
01—03
3 capabilities in this set.
Part of 5 available through BlockPi (Distributed RPC Network).
- 01 Capability
Rpc call
Execute a generic JSON-RPC call on a supported blockchain network like Ethereum or Solana. This lets you pull specific data points like block numbers or balances.
- 02 Capability
Get package expiration
See the details of your active RU packages, including SKU info and remaining amounts. This helps you plan your budget and avoid sudden service interruptions.
- 03 Capability
Get ru balance
Check your current remaining Request Unit balance across your networks. This gives you an immediate look at how much capacity you have left.
04—05
2 capabilities in this set.
Part of 5 available through BlockPi (Distributed RPC Network).
- 04 Capability
Get ru consumed
Get the specific RU consumption for a given endpoint to monitor your dApp's costs. Use this to identify which parts of your app are using the most resources.
- 05 Capability
Get wallet balance
View your remaining wallet balance in USD to keep track of your spending. This makes it easy to see your actual costs in a familiar currency.
Set up in minutes
One URL. Then ask BlockPi (Distributed RPC Network) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BlockPi (Distributed RPC Network) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5p1KlIRLnn1hAXrm3y2o09AYQKnR1lWaouAw9IUl/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it BlockPi (Distributed RPC Network), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BlockPi (Distributed RPC Network) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5p1KlIRLnn1hAXrm3y2o09AYQKnR1lWaouAw9IUl/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the BlockPi (Distributed RPC Network) URL.
- Step 03
Save and start
Save the connection and enable BlockPi (Distributed RPC Network) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"blockpi-distributed-rpc-network": {
"url": "https://edge.vinkius.com/vk_preview_5p1KlIRLnn1hAXrm3y2o09AYQKnR1lWaouAw9IUl/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using BlockPi (Distributed RPC Network)
Open Agent mode in chat and ask: "Using BlockPi (Distributed RPC Network), help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"blockpi-distributed-rpc-network": {
"url": "https://edge.vinkius.com/vk_preview_5p1KlIRLnn1hAXrm3y2o09AYQKnR1lWaouAw9IUl/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using BlockPi (Distributed RPC Network)
Ask Copilot: "Using BlockPi (Distributed RPC Network), help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"blockpi-distributed-rpc-network": {
"url": "https://edge.vinkius.com/vk_preview_5p1KlIRLnn1hAXrm3y2o09AYQKnR1lWaouAw9IUl/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using BlockPi (Distributed RPC Network)
Open Cascade and ask: "Using BlockPi (Distributed RPC Network), help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"blockpi-distributed-rpc-network": {
"url": "https://edge.vinkius.com/vk_preview_5p1KlIRLnn1hAXrm3y2o09AYQKnR1lWaouAw9IUl/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using BlockPi (Distributed RPC Network)
Ask Cline: "Using BlockPi (Distributed RPC Network), help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add blockpi-distributed-rpc-network --transport http "https://edge.vinkius.com/vk_preview_5p1KlIRLnn1hAXrm3y2o09AYQKnR1lWaouAw9IUl/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using BlockPi (Distributed RPC Network)
Ask Claude: "Using BlockPi (Distributed RPC Network), show me...". 5 tools are ready
Where the request belongs
Work BlockPi can move forward.
This is for the Web3 developer who needs to query nodes without writing boilerplate, the DevOps engineer managing dApp costs, and the analyst fetching raw blockchain data.
Web3 Developer
Checking node health and running RPC calls while coding to verify transaction statuses.
DevOps Engineer
Monitoring infrastructure costs and preventing package expiration to ensure zero downtime.
Data Analyst
Fetching raw blockchain data via natural language queries to build reports or test logic.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGetBlock (Web3 RPC Provider)
Access 50+ blockchain networks (Ethereum, Solana, Bitcoin) via RPC. Query balances, blocks, and transactions directly from your AI agent.
QuickNode
Manage blockchain infrastructure via QuickNode. create data streams, configure webhooks, and interact with RPC nodes directly from your AI agent.
Ankr (Web3 Node API)
Access high-performance Web3 RPC nodes via Ankr. Query block data, check wallet balances, and interact with smart contracts across multiple EVM chains.
Pocket Network (Decentralized RPC Nodes API)
Access decentralized RPC nodes via Pocket Network. query accounts, blocks, nodes, and relay requests to multiple blockchains.
Blockdaemon (Blockchain Infrastructure)
Access institutional-grade blockchain data across multiple protocols. list blocks, track transactions, and retrieve financial reports via Blockdaemon Ubiquity.
Infura (Ethereum Node RPC Provider)
Access Ethereum blockchain data via Infura. query blocks, check balances, estimate gas, and interact with smart contracts directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep BlockPi connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about BlockPi.
The practical details behind the request, access and result.
How can I use BlockPi MCP to check my RPC balance?
You can ask your AI agent to check your remaining Request Unit balance directly. It will pull the real-time data from your BlockPi account and show you how much capacity you have left for your nodes.
Can BlockPi MCP monitor my blockchain usage over time?
Yes, you can ask the agent to show your RU consumption over the last 1, 3, or 7 days. This helps you see how your dApp is using resources and identify any sudden spikes in traffic.
Does BlockPi MCP support multiple networks like Solana or Polygon?
Yes, it supports querying data across multiple major networks including Ethereum, BSC, Polygon, and Solana, making it a versatile capability for multi-chain infrastructure management.
How do I find out when my BlockPi RU packages expire?
You can simply ask your agent to check your active package details. It will retrieve the SKU information and the exact expiration timestamp so you can plan your renewals.
Can I use BlockPi MCP to fetch block numbers via natural language?
Yes, you can ask for specific blockchain data like the latest block number on any supported network. The agent will execute the necessary RPC call and give you the answer instantly.
Is BlockPi MCP good for tracking Web3 infrastructure costs?
It is ideal for cost tracking because it provides both RU consumption data and your wallet balance in USD. This gives you a clear view of your spending and helps you manage your budget effectively.
How can I check my remaining Request Unit (RU) credits?
You can use the get_ru_balance capability. Simply specify the network (e.g., 'ethereum') to see the current RU balance associated with your account.
Can I execute standard Ethereum methods like getting the latest block number?
Yes! Use the rpc_call capability. Provide the network (e.g., 'ethereum') and the method name 'eth_blockNumber' to get real-time data from the blockchain.
How do I monitor my API usage over the last week?
Use the get_ru_consumed capability and set the 'days' parameter to '7'. This will return the total RU consumption for your endpoints over that period.
One connection away
Give your agent a direct line to BlockPi.
Connect BlockPi once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available