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.
関連サーバー
Scout Monitoring MCP
スポンサーPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
302AI Basic MCP Server
A toolkit for enhancing the fundamental capabilities of large language models.
Unstructured
Set up and interact with your unstructured data processing workflows in Unstructured Platform
MCP Playground
A demonstration MCP server implementation in Go featuring real-time bidirectional file communication.
MCP Tool Kit
A modular server for building AI agents with a unified interface for tools like file operations, web search, browser automation, and financial data.
Remote Weather MCP Server
A remote, authentication-free MCP server for weather data, deployable on Cloudflare Workers or run locally via npm.
shadcn-vue
An AI agent that helps developers instantly create high-quality UI components for shadcn-vue.
Image Generator MCP Server
Generate placeholder images with specified dimensions and colors, and save them to a file path.
Micronaut Fun
It exposes Micronaut framework documentation and guides as MCP resources, it offers tools to search the docs and prompts to help you write tests and perform tasks in an idiomatic way
Kubernetes Automated Installation
An agent for automatically installing Kubernetes in a Rocky Linux environment using MCP.
MCP Experiments
An experimental dotnet MCP server that returns the current time, based on Laurent Kempé's tutorial.