Back to home@zhulianxing

dsh-clawpay

DeepSeek Harness (DSH) plugin

Stars
0
Language
JavaScript
Created
Aug 24, 2026
Updated
Aug 24, 2026

Introduction

dsh-clawpay

DSH plugin exposing clawpay.click (USDT on BSC payments) as MCP tools for merchants. Zero dependencies.

API verified against the clawpay.click codebase: auth via Authorization: Bearer <api_key>; create-order field is amount_usdt; address binding uses bsc_address.

Tools

ToolDescription
create_order(amount_usdt, memo?, callback_url?, activation?)Create a payment order (or the merchant activation order); returns order no, exact expected amount, receiving address, cashier URL
get_order(order_no)Order detail (auth)
check_order_public(order_no)Public payment-status polling (no auth)
list_orders()Latest 50 of your orders
merchant_me()Merchant profile (status, address, callback, balance)
set_address(address, callback_url?)Bind/update BSC receiving address (0x + 40 hex) and callback URL

Install

npx @deepseek-ai/dsh plugin --profile web add github:zhulianxing/dsh-clawpay

Configuration

  • CLAWPAY_API_KEYrequired; your merchant API key (Authorization: Bearer pay_live_...)
  • CLAWPAY_BASE_URL — optional override (default https://clawpay.click)

Note: buyers must transfer the exact expected USDT amount shown in the order.

License

MIT