MCPChain
@Deeptanshu-sankhwar
MCPChain brings the Model Context Protocol to Web3 by anchoring agent tools, trust registries, and attestable executions on-chain.
概览
What is MCPChain?
MCPChain brings the Model Context Protocol to Web3 by anchoring agent tools, trust registries, and attestable executions on-chain.
How to use MCPChain?
Build and run the chain locally using Ignite CLI. Follow the steps: ignite chain build, initialize with mcpchaind init, create a key, edit genesis.json to replace "stake" with "umcp", add funds, generate and collect a gentx, validate the genesis, then start the chain with --minimum-gas-prices=0.001umcp.
Key features of MCPChain
- Brings MCP to Web3
- Anchors agent tools on-chain
- Manages trust registries on-chain
- Enables attestable executions on-chain
- Uses custom denom
umcpinstead ofstake
Use cases of MCPChain
- Deploying MCP-compatible agents on a blockchain
- Verifiable execution of agent tools via on-chain attestation
- Establishing trust registries for decentralized AI agents
FAQ from MCPChain
What is the native token?
The native token denomination is umcp (not stake).
How do I start the chain?
Use ignite chain build, then initialize, create a key, replace "stake" with "umcp" in genesis, add funds, generate a gentx, collect and validate, then start with --minimum-gas-prices=0.001umcp.
Can I reset the chain state?
Yes, delete ~/.mcpchain directory for a safe dev reset.