- Home
- MCP servers
- Pocket Network
Pocket Network
- typescript
10
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"pokt-network-mcp": {
"command": "node",
"args": [
"/absolute/path/to/mcp-pocket/dist/index.js"
]
}
}
}Available tools
query_blockchain
Natural language queries to fetch blockchain data across networks.
list_blockchain_services
List all 63 available networks and services.
get_blockchain_service
Retrieve details about a specific blockchain and supported methods.
call_rpc_method
Call any JSON-RPC method directly against a chosen network.
get_supported_methods
List all available RPC methods for a blockchain.
resolve_domain
Resolve ENS or Unstoppable Domains to addresses.
reverse_resolve_domain
Reverse resolve an address to its domain name.
get_domain_records
Fetch ENS text records for a domain.
get_transaction
Retrieve a transaction by hash.
get_transaction_receipt
Obtain the receipt and logs for a transaction.
estimate_gas
Estimate gas required for a transaction.
get_block_details
Get block information with optional full transaction list.
search_logs
Search event logs by address, topics, and block range.
get_token_balance
Fetch ERC-20 token balances for an address.
get_token_metadata
Retrieve token name, symbol, decimals, and total supply.
compare_balances
Cross-chain comparison of native balances across EVM chains.
get_historical_balance
Get balance at a specific block height.
get_gas_price
Retrieve current gas price in gwei/ETH.
call_contract_view
Execute read-only smart contract functions.
convert_units
Convert between wei, gwei, and ether.
validate_address
Validate address formats for EVM, Solana, and Cosmos.
decode_hex
Decode hex strings to UTF-8/ASCII and byte arrays.
get_solana_token_balance
Fetch SPL token balances on Solana.
get_solana_token_metadata
Retrieve Solana token metadata and decimals.
get_solana_balance
Get SOL balance in lamports or SOL.
get_solana_account_info
Inspect Solana account data and status.
get_solana_block
Fetch a Solana block with optional transaction details.
get_solana_transaction
Get Solana transaction details by signature.
get_solana_signatures
List Solana transaction history for an account.
get_solana_prioritization_fees
Get recent priority fees on Solana.
get_solana_fee_for_message
Estimate fee for a serialized Solana message.
get_solana_block_height
Get current Solana block height.
get_solana_program_accounts
List program accounts owned by a Solana program.
get_sui_balance
Get SUI balance for an address.
get_sui_all_balances
Retrieve all SUI coin balances for an account.
get_sui_coins
Paginate SUI coins by type.
get_sui_object
Get details for a SUI object.
get_sui_owned_objects
List objects owned by an address.
get_sui_transaction
Retrieve a SUI transaction block by digest.
query_sui_transactions
Query SUI transactions with filters.
query_sui_events
Query SUI events with filters.
get_sui_latest_checkpoint
Get the latest SUI checkpoint.
get_sui_checkpoint
Get a SUI checkpoint by ID.
get_cosmos_balance
Get balance for a Cosmos denom.
get_cosmos_all_balances
Get all token balances on a Cosmos chain.
get_cosmos_account
Retrieve Cosmos account information.
get_cosmos_delegations
Fetch delegations for a Cosmos staking account.
get_cosmos_validators
List Cosmos validators.
get_cosmos_validator
Get details for a Cosmos validator.
get_cosmos_rewards
Get staking rewards for a Cosmos delegator.
get_cosmos_transaction
Get a Cosmos transaction by hash.
search_cosmos_transactions
Search Cosmos transactions by events.
get_cosmos_proposals
Fetch Cosmos governance proposals.
get_cosmos_proposal
Get details for a Cosmos governance proposal.
get_cosmos_proposal_votes
Fetch votes for a Cosmos proposal.
get_cosmos_latest_block
Get the latest Cosmos block.
get_cosmos_block
Get a Cosmos block at a height.
get_cosmos_params
Retrieve Cosmos chain parameters.
get_doc_page
Get a documentation page from Pocket Network docs.
get_endpoint_docs
Get endpoint documentation.
search_docs
Search the documentation content.