MCP Directory
Back

tappay-agent-wallet

by TapPay · ★ 6

TapPay Agent Wallet 透過 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 提供一組工具,讓 AI Agent 能夠代替使用者完成線上信用卡付款——從身份驗證、卡片綁定確認到產生一次性虛擬卡號,全程由 Agent 自動完成。

Install

git clone https://github.com/TapPay/tappay-agent-wallet.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "tappay-agent-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "github:TapPay/tappay-agent-wallet"
      ]
    }
  }
}

From the README

TapPay Agent Wallet 透過 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 提供一組工具,讓 AI Agent 能夠代替使用者完成線上信用卡付款——從身份驗證、卡片綁定確認到產生一次性虛擬卡號,全程由 Agent 自動完成。 當你的 AI Agent 在瀏覽網頁時遇到需要信用卡付款的場景,TapPay Agent Wallet 可以: 1. **驗證使用者身份** — 透過簡訊 OTP 確認本人操作 2. **確認卡片綁定狀態** — 檢查使用者是否已綁定信用卡至錢包 3. **查詢支援商戶** — 確認目前結帳的商戶是否支援本服務 4. **產生虛擬卡號** — 發行一次性、30 分鐘有效的虛擬信用卡號碼,用於填入商戶結帳頁面完成付款 使用者的真實信用卡資訊**永遠不會**暴露給 Agent,所有支付都透過短效虛擬卡號完成。 --- --- 透過 **Settings → Connectors** 加入自訂 MCP Server: 1. 開啟 Claude Desktop,進入 **Settings**(設定) 2. 選擇 **Connectors** 分頁 3. 點擊 **Add custom connector**(或「新增自訂連接器」) 4. 填入下列資訊: | 欄位…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers