SolTracker
Access real-time and historical token, wallet, and trading data from the Solana ecosystem via the Solana Tracker API.
SolTracker MCP Server
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.
Features
- Access to 40+ Solana Tracker API endpoints
- Real-time data on tokens, wallets, and trades
- Search and filter tokens using rich query parameters
- Profit & loss tracking, chart data, DeFi metrics
- Designed for integration with LLM agents via MCP
Quickstart
Installation
# Install dependencies
npm install
Claude Configuration
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"
}
}
}
}
Available Endpoint Categories
Token API
- Get token info, holders, ATH, volume, trending, latest
- Price data (single/multi-token), historical prices
Wallet API
- Get wallet balances, recent trades, PnL, DeFi positions
Trade API
- Fetch trades by token, pool, wallet
- Get first buyers of a token
Search & Stats
- Flexible token search
- Token and trader statistics
Charts
- OLCVH chart data for tokens and token-pool pairs
License
MIT License – see LICENSE for details.
Related Servers
MCP Command Server
A server for securely executing commands on the host system, requiring Java 21 or higher.
MCP Expert Server
An MCP server for query generation and documentation assistance using Claude AI.
DevServer MCP
Manages development servers for LLM-assisted workflows, offering programmatic control through a unified TUI and experimental browser automation via Playwright.
MCP Code Sandbox Server
Execute code securely in isolated sandbox environments using the E2B API.
MCP Reasoner
A reasoning engine with multiple strategies, including Beam Search and Monte Carlo Tree Search.
Playwright MCP
Generate Playwright tests with AI assistants by providing real-time access to the browser DOM, interactions, and screenshots.
Text2Sim MCP Server
A multi-paradigm simulation engine for Discrete-Event and System Dynamics, enabling natural language-based simulations via MCP.
MCP Gateway
Integrates multiple MCP servers into a single interface with a management Web UI and real-time status updates.
MCP Command Server
A secure server for executing pre-approved system commands via an environment variable.
ADT MCP Server
An MCP server for ABAP Development Tools (ADT) that exposes various ABAP repository-read tools over a standardized interface.