mcpbeat

Zhenghe — 正和支付路由与资本保全金库 MCP Server

top.zheng-he/zhenghe-mcp
not responding

Zhenghe — 正和支付路由与资本保全金库 is listed as active in the registry but did not answer our last check. It exposes 4 tools. Last commit 31 Jul 2026.

Base 主网去中心化支付路由+金库:查 NAV、构造路由支付 calldata、金库存取、绑定引路人分账。存款安全·引路人激励·消费即升值,全部链上可核验。

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
0.0%
Uptime 24h
0 of 91 checks
4
Tools
read from the server
1059 ms
Response time
average over 24h
0
Stars
last commit 31 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add zhenghe-mcp --transport http https://mcp.zheng-he.top/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zhenghe-mcp": {
      "url": "https://mcp.zheng-he.top/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zhenghe-mcp]
url = "https://mcp.zheng-he.top/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "zhenghe-mcp": {
      "url": "https://mcp.zheng-he.top/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zhenghe-mcp": {
      "url": "https://mcp.zheng-he.top/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

affiliate
affiliate_bind
绑定引路人(一次性、永久、链上不可改)。返回 bindReferrer calldata,签名上链即完成绑定。此后该地址每笔路由消费的 6bps USDC 立即分给引路人,商户捐赠 LOVE 的 20% 同样分账,原子结算。任何 Agent 都可以成为引路人推广正和并永久获取分成。
nav
nav_query
查询正和金库实时状态:NAV(净值)、金库 USDC 总资产、LOVE 总份额、累计溢价。只读,无需任何授权。传入 address 可同时查该地址的 LOVE/USDC 余额与浮盈。
vault
vault_action
正和金库操作。action=deposit:USDC→LOVE(返回 approve+deposit calldata);action=withdraw:LOVE→USDC(返回 redeem calldata);action=balance:查 LOVE 余额+NAV+浮盈(只读)。金库无 owner、无管理函数,NAV 单调增长——存款安全由合约字节码保证,可自验。
zhenghe
zhenghe_route
构造一笔正和路由支付(消费入口)。返回签名就绪的 approve+pay calldata,调用方本地签名上链即完成原子正和支付:商户收 USDC + 捐赠注入金库 + 引路人分账 + NAV 抬升。路由决策:USDC 够→直接付;USDC 不足但 LOVE×NAV 够→赎回 LOVE 付;都不够→返回缺口。私钥永不经过服务器。

Endpoints

URLTransportStateLatencyChecked
https://mcp.zheng-he.top/mcp streamable-http answering 1059 ms 9 min ago

Zhenghe — 正和支付路由与资本保全金库 — questions

Answers built from our own checks of this server.

What can Zhenghe — 正和支付路由与资本保全金库 do?
It exposes 4 tools, read directly from the server on our last check. Among them: affiliate_bind, nav_query, vault_action, zhenghe_route. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Zhenghe — 正和支付路由与资本保全金库 working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 1059 ms. The bar chart above shows every period we have measured.
The registry lists Zhenghe — 正和支付路由与资本保全金库 as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Zhenghe — 正和支付路由与资本保全金库?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Zhenghe — 正和支付路由与资本保全金库 need an API key?
No. Zhenghe — 正和支付路由与资本保全金库 completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
Is Zhenghe — 正和支付路由与资本保全金库 open source?
Yes — written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.