Enables real-time interaction with the Hedera blockchain, allowing querying account balances, retrieving block information, estimating gas fees, checking network status, and accessing transaction receipts.
HashPilot (MVP Demo)
A Model Context Protocol (MCP) server that lets AI assistants interact with Hedera blockchain in real-time.
This is a demo MVP
What is MCP?
MCP (Model Context Protocol) allows AI assistants to use external tools and data sources. Think of it as giving your AI assistant superpowers to interact with the real world.
Without MCP:
- ❌ AI can only talk about Hedera conceptually
- ❌ Can't check real balances or transactions
- ❌ Information might be outdated
- ❌ You need to manually check blockchain explorers
With MCP:
- ✅ AI can check real account balances
- ✅ Get live transaction data
- ✅ Query current gas prices
- ✅ Access real-time blockchain info
🚀 Quick Start (MVP)
1. Install & Build
2. Configure Your AI Assistant
Add HashPilot to your AI assistant's MCP configuration file:
Configuration file locations:
- Cursor:
~/.cursor/mcp/mcp.json
- Windsurf:
~/.windsurf/mcp/mcp.json
Manual steps:
- Find your AI assistant's config file
- Add the HashPilot configuration (merge with existing
mcpServers
if present) - Replace
/absolute/path/to/hashpilot
with your actual path - Save the file
3. Restart Your AI Assistant
4. Try It!
Ask your AI assistant:
- "What's the balance of Hedera account 0.0.98?"
- "Show me the latest block on testnet"
- "What's the current gas price?"
📦 What's Included (MVP)
This MVP includes 5 essential tools to interact with JSON-RPC
- get_account_balance - Check HBAR balance of any account
With MCP | Without MCP |
---|---|
- get_block_info - View block information
- estimate_gas - Calculate transaction costs
- get_network_info - Current network status
- get_transaction_receipt - Get transaction details
🌐 Networks
- Testnet (default) - For testing
🎯 Example Queries
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A Model Context Protocol server that enables AI assistants to interact with Hedera blockchain in real-time, allowing them to check account balances, view block information, and estimate transaction costs.
Related MCP Servers
- AsecurityAlicenseAqualityEnables AI assistants to interact with the Hive blockchain through the Model Context Protocol, allowing for account info retrieval, content reading/creation, cryptocurrency transfers, and cryptographic operations.Last updated -13182TypeScriptISC License
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to access Flow blockchain data and perform operations such as checking balances, resolving domains, executing scripts, and submitting transactions.Last updated -1JavaScript
- -securityAlicense-qualityA production-ready Model Context Protocol server implementation that connects AI assistants to the TON blockchain, allowing them to query wallet balances, transaction details, smart contracts, and other blockchain data.Last updated -TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables interactions with the Hedera network, providing tools for wallet creation, balance checking, transaction building, and sending signed transactions.Last updated -1JavaScript