Profile
Solana blockchain intelligence MCP server. Provides on-chain analytics and wallet data to Hermes via MCP.
Signals
Listed in the awesome-hermes-agent README
Sources: 2 / Surfaces: 1
What the upstream surface says
Short excerpt only, so you can decide whether to click out.
╦ ╦╔═╗╦═╗╔╦╗╔═╗╔═╗ ╠═╣║╣ ╠╦╝║║║║╣ ╚═╗ ╩ ╩╚═╝╩╚═╩ ╩╚═╝╚═╝ ╔╗ ╦ ╔═╗╔═╗╦╔═╔═╗╦ ╦╔═╗╦╔╗╔ ╠╩╗║ ║ ║║ ╠╩╗║ ╠═╣╠═╣║║║║ ╚═╝╩═╝╚═╝╚═╝╩ ╩╚═╝╩ ╩╩ ╩╩╝╚╝ ╔═╗╦═╗╔═╗╔═╗╦ ╔═╗ ║ ║╠╦╝╠═╣║ ║ ║╣ ╚═╝╩╚═╩ ╩╚═╝╩═╝╚═╝
[](https://github.com/NousResearch) [](https://solana.com) [](https://python.org) [](LICENSE) [](https://nousresearch.com)
A Model Context Protocol (MCP) server that connects Hermes Agent to the Solana blockchain — enabling natural language queries for wallets, tokens, NFTs, transactions, whale movements, and network health.
- Invocation — The agent constructs a structured tool call (e.g., solanawalletinfo(address="GsBd49...")) and sends it to the oracle server via the MCP transport layer.
- Execution — The oracle queries the Solana RPC, processes the raw data, and returns a structured response.
- Synthesis — Hermes Agent incorporates the on-chain data into a natural language response for the user.
- Fork the repository
- Create a feature branch (git checkout -b feat/amazing-new-tool)
- Write tests for your changes
- Ensure all tests pass (pytest tests/ -v)
- Lint your code (ruff check . && ruff format .)