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
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
XcodeMCP
An MCP server to control Xcode on macOS using JavaScript for Automation (JXA).
Layered Code
An AI-assisted web development tool for creating, modifying, and deploying code through natural language conversations.
Snak
An agent engine for creating powerful and secure AI Agents powered by Starknet.
Streamable HTTP Server Example
An example MCP server demonstrating streamable HTTP responses using Node.js.
mcp4gql
An MCP server that acts as a bridge, allowing MCP clients to interact with a target GraphQL API.
ucn
Universal Code Navigator - a lightweight MCP server that gives AI agents call-graph-level understanding of code. Instead of reading entire files, agents ask structural questions like: "who calls this function", "what breaks if I change it", "what's unused", and get precise, AST-verified answers. UCN parses JS/TS, Python, Go, Rust, Java, and HTML inline scripts with tree-sitter, then exposes 28 navigation commands as a CLI tool, MCP server, or agent skill.
swarm.at
Settlement protocol that validates agent actions before execution. Guards destructive operations with hash-chained ledger receipts, trust tiers, and 31 workflow blueprints.
Specifai
Integrate and automate Specifai projects with any MCP-compatible AI tool.
OpenRouter MCP Client for Cursor
An MCP client for Cursor that uses OpenRouter.ai to access multiple AI models. Requires an OpenRouter API key.
AI Studio MCP Server
Integrates with Google AI Studio/Gemini API for PDF to Markdown conversion and content generation.