Solscan MCP Server
@bobtista
About Solscan MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"solscan_mcp_server": {
"command": "uvx",
"args": [
"solscan-mcp-server"
],
"env": {
"SOLSCAN_API_KEY": "your-key"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Solscan MCP Server?
Solscan MCP Server is a Model Context Protocol implementation that bridges AI agents with the Solscan Pro API, enabling them to fetch and analyze token, transaction, and DeFi activity data from the Solana blockchain.
How to use Solscan MCP Server?
Install via uvx (recommended) or pip. Set the SOLSCAN_API_KEY environment variable or use the --api-key CLI argument. Run with uvx solscan-mcp-server, python -m solscan_mcp_server, or Docker. Configure transport (sse or stdio), host, port, and log level. Integrate with MCP clients like Claude Desktop or Zed by adding the server to their configuration files.
Key features of Solscan MCP Server
- Fetch token metadata, markets, and holder distribution
- Retrieve token price history and trends
- List wallet token and NFT holdings
- Query DeFi activities and balance changes
- Get detailed transaction info and parsed instructions
Use cases of Solscan MCP Server
- AI agents analyzing Solana token data in real time
- Monitoring wallet transactions and DeFi activities
- Building dashboards for token holders and market liquidity
- Tracking balance changes and filtering spam transactions
- Integrating blockchain data into MCP-compatible clients
FAQ from Solscan MCP Server
What are the prerequisites?
Python 3.10+, a Solscan Pro API key (obtainable from Solscan APIs), and optionally Docker for containerized deployment.
How do I install Solscan MCP Server?
Use uvx solscan-mcp-server (no separate install needed) or pip install solscan-mcp-server.
How do I configure the API key?
Set the SOLSCAN_API_KEY environment variable or pass --api-key your-key as a CLI argument.
What transport options are available?
Supports SSE (default, on port 8050) and stdio. Configure via TRANSPORT env var or --transport CLI arg.
How do I integrate with Claude Desktop?
Add an entry to claude_desktop_config.json using either uvx or python -m solscan_mcp_server as the command.
Frequently asked questions
What are the prerequisites?
Python 3.10+, a Solscan Pro API key (obtainable from Solscan APIs), and optionally Docker for containerized deployment.
How do I install Solscan MCP Server?
Use `uvx solscan-mcp-server` (no separate install needed) or `pip install solscan-mcp-server`.
How do I configure the API key?
Set the `SOLSCAN_API_KEY` environment variable or pass `--api-key your-key` as a CLI argument.
What transport options are available?
Supports SSE (default, on port 8050) and stdio. Configure via `TRANSPORT` env var or `--transport` CLI arg.
How do I integrate with Claude Desktop?
Add an entry to `claude_desktop_config.json` using either `uvx` or `python -m solscan_mcp_server` as the command.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments