
Solana Tracker
STDIOMCP server providing real-time Solana token, wallet, and trading data via API integration.
MCP server providing real-time Solana token, wallet, and trading data via API integration.
A Model Context Protocol (MCP) server for Solana Tracker, providing unified access to real-time and historical token, wallet, and trading data from the Solana ecosystem.
# Install dependencies npm install
To use this server with Claude, add the following to your configuration:
{ "mcpServers": { "soltracker": { "command": "node", "args": ["...your-path-to-the-folder/soltracker-mcp"], "env": { "SOLTRACKER_API_KEY": "YOUR_API_KEY_HERE" } } } }
MIT License – see LICENSE for details.