Back to MCP Servers
Solscan
An MCP tool for querying Solana transactions using natural language with Solscan API.
finance-fintechapi
By wowinter13
Installation
npx -y solscan-mcpConfiguration
{
"mcpServers": {
"solscan-mcp": {
"command": "npx",
"args": ["-y", "solscan-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes