Integrations & Bridges

hermes-blockchain-oracle

Solana blockchain intelligence MCP server. Provides on-chain analytics and wallet data to Hermes via MCP.

Upstream ↗Seed list ↗Role: integration
Why it matters

Profile

Solana blockchain intelligence MCP server. Provides on-chain analytics and wallet data to Hermes via MCP.

setup mediumintegration highinterface cli
Provenance

Signals

Listed in the awesome-hermes-agent README

Sources: 2 / Surfaces: 1

Fast skim

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.

🔮 Hermes Blockchain OracleGiving Hermes Agent superpowers on the Solana blockchain🌟 What Is This?⚡ Features🚀 Quick Start1. Install2. Configure (Optional)3. Launch with Hermes Agent
  • 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 .)