hoanghalc/mcp-solscan
An MCP server for Solana powered by Solscan Pro API v2. Exposes typed tools so LLMs can read wallet state (balances, portfolio, token accounts), browse transactions & DeFi activity, export CSVs, and query market/pool metrics. Supports runtime API-key injection and works over stdio or as a Remote MCP.
Platform-specific configuration:
{
"mcpServers": {
"mcp-solscan": {
"command": "npx",
"args": [
"-y",
"mcp-solscan"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...