Back to Home
leomrodrigues icon

ping-mcp

Verified Safe

by leomrodrigues

Overview

A Model Context Protocol (MCP) server for Solana blockchain interactions, enhancing DApp development with agentic capabilities.

Installation

Run Command
npx solana-mcp

Environment Variables

  • SOLANA_PRIVATE_KEY
  • RPC_URL
  • OPENAI_API_KEY

Security Notes

The server uses environment variables for sensitive data like SOLANA_PRIVATE_KEY and RPC_URL, which is good practice. However, the default CORS configuration allows all origins (*), which might be overly permissive for production if not explicitly secured. The `install.sh` script writes the Solana private key directly into the `claude_desktop_config.json` file, which poses a significant client-side security risk if the file is not adequately protected by the operating system or if the desktop client config itself is compromised.

Similar Servers

Stats

Interest Score30
Security Score7
Cost ClassMedium
Avg Tokens2000
Stars1
Forks1
Last Update2025-12-15

Tags

SolanaBlockchainModel Context ProtocolAgentAPI