mcp
Verified Safeby pokt-network
Overview
The MCP server provides blockchain data access across 63 networks via Pocket Network's public RPC endpoints, enabling client applications to perform natural language queries, token analytics, transaction inspection, and multi-chain comparisons.
Installation
npx @modelcontextprotocol/inspector node dist/index.jsSecurity Notes
The codebase demonstrates proactive security measures, particularly in `enhanced-safety-checks.ts`, which prevents context overflow and session crashes from large or unbounded blockchain data requests (e.g., transaction history, blocks with full transactions, unrestricted log queries). There is no use of `eval` or other direct code execution vulnerabilities observed. RPC endpoints are fetched from configuration files, and while the `add_endpoint` tool allows dynamic addition, its security depends on the controlling MCP client's permissions model. No hardcoded secrets were found.
Similar Servers
evm-mcp-server
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
mcp-crypto-price
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.
mcp-server
Provides AI agents and development tools with contextual, curated access to blockchain data (balances, tokens, NFTs, contract metadata, transactions, logs) across multiple EVM-compatible chains via Blockscout APIs.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.