Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcpchain

    MCPChain brings the Model Context Protocol to Web3 by anchoring agent tools, trust registries, and attestable executions on-chain.

    14 stars
    Go
    Updated Jul 1, 2025
    aiagents
    blockchain
    cometbft
    cosmos-sdk
    ignite
    layer1
    layer2
    mcp
    mcp-server
    proof-of-stake

    Table of Contents

    • Start the chain
    • [Optional] Delete Previous Chain State (Safe Dev Reset)
    • Init Chain
    • Create Key
    • Replace "stake" with "umcp" in genesis.json
    • Add Funds
    • Generate gentx using updated denom
    • Collect and validate
    • Start the chain with a minimum gas price

    Table of Contents

    • Start the chain
    • [Optional] Delete Previous Chain State (Safe Dev Reset)
    • Init Chain
    • Create Key
    • Replace "stake" with "umcp" in genesis.json
    • Add Funds
    • Generate gentx using updated denom
    • Collect and validate
    • Start the chain with a minimum gas price

    Documentation

    MCPChain

    MCPChain brings the Model Context Protocol to Web3 by anchoring agent tools, trust registries, and attestable executions on-chain.

    Start the chain

    bash
    cd mcpchain
    ignite chain build

    [Optional] Delete Previous Chain State (Safe Dev Reset)

    bash
    rm -rf ~/.mcpchain

    Init Chain

    bash
    mcpchaind init validator --chain-id mcpchain

    Create Key

    bash
    mcpchaind keys add validator

    Replace "stake" with "umcp" in genesis.json

    bash
    sed -i '' 's/"stake"/"umcp"/g' ~/.mcpchain/config/genesis.json

    Add Funds

    bash
    mcpchaind genesis add-genesis-account $(mcpchaind keys show validator -a) 1000000000umcp

    Generate gentx using updated denom

    bash
    mcpchaind genesis gentx validator 500000000umcp --chain-id mcpchain

    Collect and validate

    bash
    mcpchaind genesis collect-gentxs
    mcpchaind genesis validate

    Start the chain with a minimum gas price

    bash
    mcpchaind start --minimum-gas-prices=0.001umcp

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • MC

      Mcp Cyclops

      Go·
      29
    • MC

      Mcp K8s

      Go·
      128
    • AN

      Anyquery

      Go·
      1.4k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • MC

      Mcp Cyclops

      Go·
      29
    • MC

      Mcp K8s

      Go·
      128
    • AN

      Anyquery

      Go·
      1.4k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k