Mcp Solscan — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Solscan (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that provides LLMs with real-time access to Solana blockchain data through Solscan API v2.
npm installnpm run buildTo 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"
]
}
}
}You can also run this server using Docker:
docker-compose up --build -dThe server uses Solscan API v2 (public endpoints) to fetch data directly, ensuring:
| Tool | Description |
|---|---|
get_account | Get details of a Solana account from Solscan. |
get_transaction | Get details of a Solana transaction from Solscan. |
get_account_transactions | Get recent transactions of a Solana account. |
get_account_transfers | Get SPL transfers of a Solana account. |
get_account_tokens | Get tokens held by a Solana account. |
get_account_nfts | Get NFTs held by a Solana account. |
get_account_stake_accounts | Get stake accounts held by a Solana account. |
get_account_defi_activities | Get DeFi trading history of a Solana account. |
get_account_nft_activities | Get NFT trading history of a Solana account. |
get_token_meta | Get metadata of a token from Solscan. |
get_token_holders | Get holders of a token from Solscan. |
get_token_list | Get list of top tokens from Solscan. |
get_token_trending | Get trending tokens from Solscan. |
get_token_price | Get current price of a token from Solscan. |
get_token_transfers | Get transfers of a token from Solscan. |
get_chain_info | Get current chain info (latest block/slot). |
get_block_detail | Get details of a specific block. |
get_block_transactions | Get transactions in a specific block. |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.