- Home
- MCP servers
- SolTracker
SolTracker
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"a6b8-soltracker-mcp": {
"command": "node",
"args": [
"...your-path-to-the-folder/soltracker-mcp"
],
"env": {
"SOLTRACKER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}You can query and manage Solana Tracker data through a dedicated MCP server that exposes real-time and historical token, wallet, and trading information. This server is designed for seamless integration with MCP clients and enables you to access multiple Solana Tracker endpoints via a unified, scalable interface.
How to use
You connect your MCP client to the SolTracker MCP Server to fetch token data, wallet balances, trades, PnL, and charts. Use the MCP client to send requests for specific endpoints and rely on the server to provide structured responses across real-time and historical data. When you configure your client, you will reference the server by the provided local command configuration and, if needed, supply your API key for access.
How to install
Prerequisites: ensure you have Node.js installed on your system. You also need npm to install dependencies for the server components.
# Install dependencies
npm install
Additional content
Configuration for running the SolTracker MCP Server is provided as a local stdio setup. This uses a Node.js process to host the MCP server locally and requires an API key for access.
{
"mcpServers": {
"soltracker": {
"command": "node",
"args": ["...your-path-to-the-folder/soltracker-mcp"],
"env": {
"SOLTRACKER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Available tools
Token API
Access token information, holders, ATH, volume, trending data, and historical prices for single or multiple tokens.
Wallet API
Retrieve wallet balances, recent trades, PnL data, and DeFi positions.
Trade API
Fetch trades by token, pool, or wallet and identify first buyers of a token.
Search & Stats
Perform flexible token searches and obtain token or trader statistics.
Charts
Provide chart data such as OLCVH for tokens and token-pool pairs.