shardeum-mcp-server

shardeum-mcp-server

3.1

If you are the rightful owner of shardeum-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Shardeum MCP Server is a blockchain interaction tool for accessing the Shardeum network using standardized RPC methods.

Shardeum MCP Server


🌐 Overview

The Shardeum MCP (Model Context Protocol) Server is a powerful blockchain interaction tool that provides comprehensive access to the Shardeum network through standardized RPC methods. It enables AI agents, developers, and applications to seamlessly query and interact with the Shardeum blockchain.

✨ Key Features

  • Comprehensive RPC Method Support
    • Ethereum standard methods
    • Shardeum-specific network methods
  • Flexible Blockchain Querying
  • Easy Integration with AI Assistants
  • Blockchain Connectivity
  • Detailed Error Handling

πŸ› οΈ Supported Methods

Ethereum Standard RPC Methods

  • Block Information

    • eth_blockNumber
    • eth_getBlockByHash
    • eth_getBlockByNumber
    • eth_getBlockReceipts
  • Transaction Methods

    • eth_getTransactionCount
    • eth_getTransactionByHash
    • eth_getTransactionByBlockHashAndIndex
    • eth_getTransactionByBlockNumberAndIndex
    • eth_getTransactionReceipt
  • Account Methods

    • eth_getBalance
    • eth_estimateGas
    • eth_chainId

Shardeum-Specific Methods

  • shardeum_getNodeList
  • shardeum_getNetworkAccount
  • shardeum_getCycleInfo

πŸ“¦ Prerequisites

  • Node.js 18.x or higher
  • Basic understanding of blockchain technologies

Connecting with Cursor

  1. Clone the repo and do an npm install
  2. Open Cursor
  3. Go to Cursor Settings
  4. Scroll to "MCP"
  5. Click "Add new MCP server"
  6. Enter details:
{
  "mcpServers": {
    "shm-mcp": {
      "command": "node",
      "args": [
        "path_to\\shardeum-mcp-server\\index.js"
      ]
    }
  }
}

πŸ” Example Queries

Checking Balance

Ask Cursor:

  • "What is the balance of 0x1234... on Shardeum?"
  • "Check ETH balance for this address"

Exploring Transactions

  • "Show details for transaction 0x5678..."
  • "Analyze the latest block on Shardeum"

🀝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit changes
  4. Push to the branch
  5. Create a pull request

πŸ“„ Configuration

To use a different RPC endpoint, set the constant rpcUrl to a different value

πŸ› Troubleshooting

  • Ensure Node.js 18.x is installed
  • Check network connectivity
  • Verify RPC endpoint accessibility
  • Update to the latest version

πŸ—ΊοΈ Roadmap

  • Add more networks for accessibility
  • Make it write friendly to execute transactions
  • Enhance error handling
  • Improve performance
  • Expand tool capabilities

πŸ“Š Supported Networks

  • Shardeum Local
  • More networks coming soon!