Pocket Network (Decentralized RPC Nodes API)

Pocket Network (Decentralized RPC Nodes API) MCP Connector for Claude

A+

Access decentralized RPC nodes via Pocket Network — query accounts, blocks, nodes, and relay requests to multiple blockchains.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent to the Pocket Network decentralized infrastructure to interact with blockchain data and RPC nodes through a single MCP interface.

What you can do

  • Relay Requests — Send RPC requests to external blockchains through decentralized Pocket nodes using the relay_request tool.
  • Network Inspection — Query the state of accounts, specific blocks, and individual nodes directly on the Pocket Network.
  • App & Session Management — Retrieve application details and identify the specific set of nodes assigned to an app for any given session.
  • Transaction Submission — Submit signed transactions (staking, transfers) directly to the network via submit_transaction.

How it works

  1. Subscribe to this server
  2. Enter your Pocket Node URL (POCKET_NODE_URL)
  3. Start querying decentralized infrastructure from Claude, Cursor, or any MCP client

Who is this for?

  • Web3 Developers — interact with multiple chains without relying on centralized RPC providers
  • Node Operators — monitor node status and network blocks directly from the terminal or AI chat
  • DApp Builders — automate session checks and relay testing during the development lifecycle
rpc-nodesweb3-infrastructuredecentralized-apipokt-networkblockchain-data

7 tools expose this connector's capabilities to your AI agent.

get_account

Get Pocket Network account details

get_app

Get Pocket Network app details

get_block

Get Pocket Network block details

get_node

Get Pocket Network node details

relay_request

Requires payload, meta, and proof objects. Send a relay request to an external blockchain

get_session

Get Pocket Network session details

submit_transaction

g., staking, sending POKT) to the network. Submit a transaction to the Pocket Network

See how to talk to your AI agent using Pocket Network (Decentralized RPC Nodes API).

Get account details for the POKT address 12345...

I've retrieved the account details for address 12345... The current balance is 5,000 POKT and the account is currently in an 'Unstaked' state.

Show me the nodes assigned to app public key ABCDE for Ethereum (0021).

Querying session details... I found 5 nodes assigned to your application for the current session on Ethereum. Would you like the specific addresses of these nodes?

Relay this RPC payload to the blockchain: { "method": "eth_blockNumber", ... }

Sending relay request through Pocket nodes... The request was successful. The current block height on the target chain is 18,450,210.

Yes. Use the `relay_request` tool to send RPC payloads to external chains. You will need to provide the payload, metadata, and session proof.

Related Connectors