Skip to main content
Glama

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

Tool

Description

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

Related MCP server: Blockchain Payment MCP Server

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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/zhulianxing/dsh-clawpay'

If you have feedback or need assistance with the MCP directory API, please join our Discord server