solana-mcp
Verified Safeby tony-42069
Overview
A comprehensive Solana MCP (Model Context Protocol) server for analyzing memecoins, tracking trends, and providing AI-powered insights using cultural analysis and on-chain data.
Installation
npm startEnvironment Variables
- SOLANA_RPC_URL
- TWITTER_API_KEY
- TWITTER_API_SECRET
- TWITTER_ACCESS_TOKEN
- TWITTER_ACCESS_SECRET
Security Notes
The server uses environment variables for sensitive API keys, which is good practice. However, the `allowedOrigins: ['*']` CORS configuration is a security risk if the server is exposed publicly on the internet without additional protective measures (e.g., a proxy enforcing stricter CORS). Additionally, features involving web scraping with `puppeteer` could potentially be vulnerable if not carefully secured against malicious content on crawled pages.
Similar Servers
heurist-mesh-mcp-server
Provides AI models (like Claude) access to Web3 and blockchain tools via the Heurist Mesh API for tasks such as cryptocurrency data analysis, token security review, and social media intelligence.
solana-mcp-server
A Solana MCP (Multi-Chain Protocol) server that acts as a proxy for Solana RPC requests, offering enhanced capabilities like caching, metrics, and local sBPF program testing and management.
memcord
A privacy-first, self-hosted MCP server for organizing chat history, summarizing messages, and searching past conversations using AI, particularly for Claude interactions.
solx402-mcp-server
The SOLx402 MCP Server enables AI assistants to interact with the x402 payment protocol on Solana, providing tools for service discovery, consumption, USDC payments, and access to Solana development resources.