zhenghe-mcp
Enables AI agents to route USDC payments and perform vault operations (deposit, withdraw, balance) using Circle's USDC stablecoin on the Base network, including NAV queries and affiliate binding.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zhenghe-mcpQuery the current NAV and my LOVE balance."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
正和 MCP Server(zhenghe-mcp)
mcp-name: top.zheng-he/zhenghe-mcp
Base 主网去中心化支付路由 + 资本保全金库的 MCP 接口。 让任何 AI Agent 通过四个工具接入正和系统——查 NAV、路由支付、金库存取、绑定引路人。
三大链上可核验特性
存款安全:LoveVault 无 owner、无管理函数,仅可注入与按净值赎回,NAV 单调增长——由合约字节码保证,非文档承诺。
引路人激励:一次绑定、永久分账。每笔消费的 6bps USDC 立即分给引路人,商户捐赠 LOVE 的 20% 同样分账,原子结算。任何 Agent 都可成为引路人。
消费即升值:每笔路由支付自动注入手续费与捐赠进金库,抬升全体持有者 NAV。
全部保证可通过 eth_call / 字节码检查自行核验。
Related MCP server: Base MCP Server
架构原则
无数据库、无 API Key、无私钥:合约即状态
读操作:直接
eth_callBase 主网写操作:返回签名就绪的 calldata,调用方本地签名上链,私钥永不经过服务器
MCP 工具
工具 | 说明 | 类型 |
| 查 NAV、金库总资产、LOVE 总份额(可带 address 查余额浮盈) | 只读 |
| 构造路由支付:返回 approve+pay 签名就绪 calldata,支持 USDC/LOVE 双通道与引路人分账 | 构造交易 |
| 金库操作:deposit(USDC→LOVE)、withdraw(LOVE→USDC)、balance | 只读+构造交易 |
| 永久绑定引路人(6bps + 20% LOVE 分账) | 构造交易 |
链上常量(Base 主网,chainId 8453)
合约 | 地址 |
ZhengHeRouter |
|
LoveVault(ERC-4626) |
|
USDC(Circle 原生) |
|
接入
HTTP 端点
POST /mcp (JSON-RPC 2.0:initialize / tools/list / tools/call)
GET / (服务信息)
GET /health(含实时 NAV)Claude Desktop 配置(经 mcp-remote 桥接)
{
"mcpServers": {
"zhenghe": {
"command": "npx",
"args": ["mcp-remote", "https://你的部署域名/mcp"]
}
}
}部署
Vercel Serverless(Python,单文件 api/index.py,无外部服务依赖)。
环境变量(可选):BASE_RPC_URL(默认 https://mainnet.base.org)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables AI applications to interact with the Base blockchain network, allowing wallet management, smart contract deployment, token transfers, NFT operations, DeFi interactions with Morpho vaults, and onramping funds via Coinbase.Last updated69
- Alicense-quality-maintenanceEnables AI applications to interact with the Base Network blockchain and Coinbase API for onchain operations including wallet management, fund transfers, smart contract deployment, NFT handling, DeFi lending through Morpho vaults, and crypto onramping.Last updated69
- Alicense-quality-maintenanceEnables AI applications to interact with the Base blockchain network and Coinbase API, supporting wallet management, token transfers, smart contract deployment, NFT operations, DeFi interactions with Morpho vaults, and fiat onramp functionality.Last updated69
- Alicense-quality-maintenanceEnables AI applications to interact with the Base Network and Coinbase API for onchain operations including wallet management, token transfers, smart contract deployment, NFT operations, DeFi lending through Morpho vaults, and onramping funds.Last updated69
Related MCP Connectors
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/batcatchina/zhenghe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server