Overview
What is Solscan MCP?
Solscan MCP is a server designed for querying Solana transactions using natural language through the Solscan API. It allows users to interact with Solana blockchain data in a more intuitive way.
How to use Solscan MCP?
To use Solscan MCP, you can send natural language queries to the server, which will then process these queries and return relevant transaction data from the Solana blockchain.
Key features of Solscan MCP?
- Natural language processing for querying blockchain data
- Access to various Solscan API endpoints for detailed transaction information
- Ability to retrieve account details, transaction history, and token information
Use cases of Solscan MCP?
- Querying specific transaction details on the Solana blockchain.
- Retrieving account balances and transaction history in a user-friendly manner.
- Analyzing token transfers and market data through natural language queries.
FAQ from Solscan MCP?
- Can I query any Solana transaction?
Yes! You can query various types of transactions and account details using natural language.
- Is there a limit to the number of queries I can make?
Currently, there are no specified limits, but performance may vary based on server load.
- What programming language is Solscan MCP built with?
Solscan MCP is built using Rust.
Server Config
{
"mcpServers": {
"solscan-mcp": {
"command": "/Users/$username/.cargo/bin/solscan-mcp",
"args": [],
"env": {
"SOLSCAN_API_KEY": "your_solscan_api_key"
}
}
}
}