Skip to main content
Glama

HashPilot

by justmert

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

git clone https://github.com/justmert/hashpilot cd hashpilot npm install npm run build

2. Configure Your AI Assistant

Add HashPilot to your AI assistant's MCP configuration file:

{ "mcpServers": { "hashpilot": { "command": "node", "args": ["/absolute/path/to/hashpilot/dist/index.js"] } } }

Configuration file locations:

  • Cursor: ~/.cursor/mcp/mcp.json
  • Windsurf: ~/.windsurf/mcp/mcp.json

Manual steps:

  1. Find your AI assistant's config file
  2. Add the HashPilot configuration (merge with existing mcpServers if present)
  3. Replace /absolute/path/to/hashpilot with your actual path
  4. 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

  1. get_account_balance - Check HBAR balance of any account
With MCPWithout MCP
  1. get_block_info - View block information
  1. estimate_gas - Calculate transaction costs
  1. get_network_info - Current network status
  1. get_transaction_receipt - Get transaction details

🌐 Networks

  • Testnet (default) - For testing

🎯 Example Queries

"Check balance of 0.0.1234" "Get latest block info" "Estimate gas for sending 10 HBAR"
-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. What is MCP?
    1. Without MCP:
    2. With MCP:
  2. 🚀 Quick Start (MVP)
    1. 1. Install & Build
    2. 2. Configure Your AI Assistant
    3. 3. Restart Your AI Assistant
    4. 4. Try It!
  3. 📦 What's Included (MVP)
    1. 🌐 Networks
      1. 🎯 Example Queries

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Enables 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 -
          13
          18
          2
          TypeScript
          ISC License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A 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 -
          1
          JavaScript
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A 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 -
          1
          JavaScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/justmert/hashpilot'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server