Solscan MCP Server
Provides real-time access to Solana blockchain data through Solscan API v2, including account intelligence, market analytics, activity history, and network transparency.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Solscan MCP Serverget the current price of SOL token"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Solscan MCP Server
A Model Context Protocol (MCP) server that provides LLMs with real-time access to Solana blockchain data through Solscan API v2.
🚀 Features
Account Intelligence: Comprehensive data on balances, transactions, transfers, and holdings (Tokens, NFTs, Stake).
Market Analytics: Track trending tokens, top lists, price data, and holder distributions.
Activity History: Deep dive into DeFi trading and NFT activities.
Network Transparency: Direct access to block details, transaction logs, and chain status.
Related MCP server: Dune API MCP Server
📦 Installation
Clone this repository
Install dependencies:
npm installBuild the project:
npm run build🛠 Usage with Claude Desktop
To use this MCP server with Claude Desktop, add the following to your Claude Desktop configuration:
{
"mcpServers": {
"solscan": {
"command": "node",
"args": [
"C:\\YOUR_USERNAME\\YOUR_PROJECT_PATH\\mcp-solscan\\dist\\index.js"
]
}
}
}🐳 Docker Support
You can also run this server using Docker:
docker-compose up --build -d🔧 Architecture
The server uses Solscan API v2 (public endpoints) to fetch data directly, ensuring:
Speed: Direct API calls are faster than browser automation.
Reliability: Structured JSON responses.
Efficiency: Minimal resource usage compared to running a headless browser.
📝 Tools Reference
Tool | Description |
| Get details of a Solana account from Solscan. |
| Get details of a Solana transaction from Solscan. |
| Get recent transactions of a Solana account. |
| Get SPL transfers of a Solana account. |
| Get tokens held by a Solana account. |
| Get NFTs held by a Solana account. |
| Get stake accounts held by a Solana account. |
| Get DeFi trading history of a Solana account. |
| Get NFT trading history of a Solana account. |
| Get metadata of a token from Solscan. |
| Get holders of a token from Solscan. |
| Get list of top tokens from Solscan. |
| Get trending tokens from Solscan. |
| Get current price of a token from Solscan. |
| Get transfers of a token from Solscan. |
| Get current chain info (latest block/slot). |
| Get details of a specific block. |
| Get transactions in a specific block. |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WINGFO-HQ/mcp-solscan'
If you have feedback or need assistance with the MCP directory API, please join our Discord server