ping-mcp
by leomrodrigues
Overview
A Model Context Protocol (MCP) server designed to enhance interactions with the Solana blockchain, enabling applications to perform various blockchain operations.
Installation
npx solana-mcpEnvironment Variables
- SOLANA_PRIVATE_KEY
- RPC_URL
- OPENAI_API_KEY
Security Notes
The `install.sh` script directly prompts the user for their Solana private key and stores it in plaintext within the `claude_desktop_config.json` file. This is a critical security vulnerability, as anyone with read access to this configuration file could compromise the user's Solana wallet. While runtime code doesn't show direct 'eval' or obfuscation, this setup flaw severely compromises security.
Similar Servers
fastmcp
An ergonomic interface and framework for building, connecting, and managing Model Context Protocol (MCP) servers and clients, offering features like tool-use, resource access, prompt rendering, authentication, and background task management.
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.
tmcp
OAuth 2.1 authorization helper for Model Context Protocol (MCP) servers.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.