- Explore MCP Servers
- solscan-mcp
Solscan Mcp
What is Solscan Mcp
Solscan MCP is an innovative server designed to query Solana transactions using natural language, leveraging the Solscan API for easier interaction with Solana’s blockchain.
Use cases
Use cases for Solscan MCP include querying transaction statuses, checking account balances, and integrating blockchain data into applications with natural language processing capabilities.
How to use
To use Solscan MCP, clone the repository, build the project using Rust, and run the server. Once running, you can query Solana transactions using natural language through the provided API endpoints.
Key features
Key features of Solscan MCP include natural language queries for Solana transactions, high performance built with Rust, easy integration with simple API endpoints, and a community-driven approach for open-source contributions.
Where to use
Solscan MCP can be used in various fields such as blockchain development, decentralized finance (DeFi) applications, and any project requiring interaction with Solana’s blockchain in a user-friendly manner.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Solscan Mcp
Solscan MCP is an innovative server designed to query Solana transactions using natural language, leveraging the Solscan API for easier interaction with Solana’s blockchain.
Use cases
Use cases for Solscan MCP include querying transaction statuses, checking account balances, and integrating blockchain data into applications with natural language processing capabilities.
How to use
To use Solscan MCP, clone the repository, build the project using Rust, and run the server. Once running, you can query Solana transactions using natural language through the provided API endpoints.
Key features
Key features of Solscan MCP include natural language queries for Solana transactions, high performance built with Rust, easy integration with simple API endpoints, and a community-driven approach for open-source contributions.
Where to use
Solscan MCP can be used in various fields such as blockchain development, decentralized finance (DeFi) applications, and any project requiring interaction with Solana’s blockchain in a user-friendly manner.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Solscan MCP 🚀
Welcome to Solscan MCP, an innovative server designed to query Solana transactions using natural language. This project leverages the Solscan API, making it easier for developers and users to interact with Solana’s blockchain.
Table of Contents
Features 🌟
- Natural Language Queries: Query Solana transactions using simple, natural language.
- Fast and Efficient: Built with Rust for high performance.
- Easy Integration: Simple API endpoints for easy integration into your applications.
- Community Driven: Open-source contributions are welcome to enhance functionality.
Installation ⚙️
To get started with Solscan MCP, follow these steps:
-
Clone the Repository:
git clone https://github.com/Valennmg/solscan-mcp.git cd solscan-mcp -
Build the Project:
Make sure you have Rust installed. If not, install it from rustup.rs.cargo build --release -
Run the Server:
Execute the following command to start the server:./target/release/solscan-mcp
For more detailed instructions, please check the Releases section.
Usage 📚
Once the server is running, you can start querying Solana transactions. Here’s how to use the API:
Example Queries
-
Get Transaction Details:
What is the status of transaction ABC123? -
Check Account Balance:
How much SOL is in account XYZ456?
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /transaction/{id} | Retrieve details for a specific transaction. |
| GET | /account/{address} | Get balance information for a specific account. |
API Reference 📖
The API is designed to be intuitive. Here are some key endpoints:
Transaction Details
- Endpoint:
/transaction/{id} - Method:
GET - Parameters:
id: The transaction ID to query.
- Response: Returns a JSON object with transaction details.
Account Balance
- Endpoint:
/account/{address} - Method:
GET - Parameters:
address: The Solana account address to query.
- Response: Returns a JSON object with balance information.
Contributing 🤝
We welcome contributions to Solscan MCP. Here’s how you can help:
- Fork the Repository: Click on the “Fork” button at the top right of this page.
- Create a New Branch:
git checkout -b feature/YourFeature - Make Your Changes: Implement your feature or fix a bug.
- Commit Your Changes:
git commit -m "Add your message here" - Push to Your Branch:
git push origin feature/YourFeature - Create a Pull Request: Go to the “Pull Requests” tab and click “New Pull Request”.
License 📜
This project is licensed under the MIT License. See the LICENSE file for details.
Contact 📫
For questions or feedback, feel free to reach out:
- Email: [email protected]
- Twitter: @your_twitter_handle
Releases 📦
To download the latest version, visit the Releases section. Make sure to download the appropriate file and execute it to get started.
Acknowledgments 🙏
- Thanks to the Solana community for their support.
- Special thanks to the contributors who help make this project better.
Conclusion
Thank you for checking out Solscan MCP. We hope this tool makes it easier for you to interact with Solana’s blockchain. Your contributions and feedback are valuable to us. Happy querying!
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










