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-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcp-crypto-price
A Model Context Protocol (MCP) server providing comprehensive cryptocurrency price, market analysis, and historical trends data using the CoinCap API for integration with AI clients.
nodit-mcp-server
Facilitates AI agents and developers interacting with structured, multi-chain blockchain data via Nodit's Web3 APIs using the Model Context Protocol.