mcp-server

changepayto-poeitic/mcp-server
★ 0 stars Unknown language 🤖 AI/LLM Updated today
让 AI Agent 直接操作 ChainPay 加密货币收款系统。 支持 Claude Desktop、Cursor、Dify、Coze 等任何兼容 [Model Context Protocol](https://modelcontextprotocol.io) 的 AI 平台
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "changepayto-poeitic/mcp-server"
      ]
    }
  }
}