solscan-mcp-server
by bobtista
A Model Context Protocol server for interacting with the Solscan Pro API. This server provides tools to query token information, account activities, and transaction details on the Solana blockchain via Large Language Models.
Last updated: N/A
What is solscan-mcp-server?
The solscan-mcp-server is a Model Context Protocol server designed to facilitate interaction with the Solscan Pro API. It enables users to query various aspects of the Solana blockchain, including token metadata, market data, account activities, and transaction details, all through Large Language Models.
How to use solscan-mcp-server?
To use the server, you need a Solscan Pro API key. Install the server using either uv or pip. Configure your environment with the API key and then integrate the server into your application, such as Claude Desktop or Zed, by adding the appropriate configuration snippet. The server provides various tools, each with specific inputs and outputs, allowing you to query different types of data from the Solana blockchain.
Key features of solscan-mcp-server
Token metadata retrieval
Token market data and liquidity pool analysis
Token holder distribution analysis
Historical token price data retrieval
Wallet token holdings retrieval
DeFi activity tracking for wallets
Detailed balance change activity tracking
Detailed transaction information retrieval
Transaction action and token transfer analysis
Use cases of solscan-mcp-server
Analyzing token performance and market trends
Tracking user activity on the Solana blockchain
Monitoring DeFi activities and portfolio performance
Debugging and understanding transaction details
Integrating blockchain data into AI applications
FAQ from solscan-mcp-server
What is a Solscan Pro API key and where can I get one?
What is a Solscan Pro API key and where can I get one?
A Solscan Pro API key is required to access the Solscan Pro API. You can obtain one from Solscan APIs.
How do I install the solscan-mcp-server?
How do I install the solscan-mcp-server?
You can install it using either uv (recommended) or pip. Refer to the Installation section in the README for detailed instructions.
How do I configure the server with my Solscan Pro API key?
How do I configure the server with my Solscan Pro API key?
Set the SOLSCAN_API_KEY
environment variable to your API key: export SOLSCAN_API_KEY="your-api-key-here"
.
How can I integrate the server with Claude Desktop?
How can I integrate the server with Claude Desktop?
Add the appropriate configuration snippet to your claude_desktop_config.json
file, as shown in the Usage with Claude Desktop section.
How can I debug the server?
How can I debug the server?
Use the MCP inspector or check the server logs. Refer to the Debugging section in the README for detailed instructions.