Loading...

An MCP server providing access to the Solscan Pro API, enabling users to query Solana blockchain data such as token information, account activities, and transaction details.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
An MCP server providing access to the Solscan Pro API, enabling users to query Solana blockchain data such as token information, account activities, and transaction details.
This MCP is relatively safe for querying Solana blockchain data. The primary risk lies in the secure handling of the Solscan API key and the potential for information disclosure through poorly constructed queries. Avoid storing the API key in plaintext and monitor API usage to prevent rate limiting.
Performance depends on the Solscan API's response times. Consider caching frequently accessed data to improve performance.
Cost is primarily determined by Solscan API usage. Monitor API call volume to manage expenses.
cargo install solscan-mcp{
"mcpServers": {
"solscan-mcp": {
"command": "/Users/$username/.cargo/bin/solscan-mcp",
"args": [],
"env": {
"SOLSCAN_API_KEY": "your_solscan_api_key"
}
}
}
}get_token_infoRetrieves information about a specific token on the Solana blockchain.
Read-only operation; retrieves token data without modification.
get_account_transactionsFetches transaction history for a given Solana account.
Read-only operation; retrieves transaction data without modification.
get_transaction_detailsProvides detailed information about a specific Solana transaction.
Read-only operation; retrieves transaction details without modification.
API Key
cloud
This MCP is relatively safe for querying Solana blockchain data. The primary risk lies in the secure handling of the Solscan API key and the potential for information disclosure through poorly constructed queries. Avoid storing the API key in plaintext and monitor API usage to prevent rate limiting.
This MCP is designed for read-only access to blockchain data, limiting the risk of unintended modifications or destructive actions. Autonomy should be limited to data retrieval and analysis.
Production Tip
Monitor API usage and implement rate limiting to prevent service disruptions.
To provide access to Solana blockchain data via the Solscan Pro API.
You can retrieve token information, account activities, and transaction details.
Yes, a Solscan Pro API key is required for authentication.
Securely handle your Solscan API key and monitor API usage to prevent rate limiting.
No, this MCP is primarily read-only and does not support write operations.
Consider caching frequently accessed data to reduce API call volume.
The MCP will be unable to retrieve data, and errors will be logged.