Solscan MCP Server
@bobtista
Solscan MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"solscan_mcp_server": {
"command": "uvx",
"args": [
"solscan-mcp-server"
],
"env": {
"SOLSCAN_API_KEY": "your-key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
ICSS
chokcoco不止于 CSS
コメント