@chainpayto/mcp-server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHAINPAY_API_KEY | Yes | 商户 API Key | |
| CHAINPAY_API_URL | No | API 地址(私有部署时修改) | https://api.chainpay.to |
| CHAINPAY_API_SECRET | Yes | API Secret 明文(不是哈希) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chainpay_get_supported_chainsA | Get all blockchain networks and tokens supported by ChainPay, including fee rates and minimum amounts. Call this before creating orders to get valid chain/token values. |
| chainpay_create_orderA | Create a new cryptocurrency payment order. Returns a payment URL and wallet address for the payer. Supported chains: TRON / BSC / POLYGON. Call chainpay_get_supported_chains first to check minimum amounts. |
| chainpay_get_orderA | Get details and current status of a specific payment order. |
| chainpay_list_ordersA | List payment orders with pagination and optional status filter. |
| chainpay_get_balanceA | Get the merchant account balance including total balance, frozen amount, and available balance. |
| chainpay_create_withdrawalA | Submit a withdrawal request to transfer funds to the merchant's bound withdrawal address. Requires a withdrawal address to be configured in the merchant dashboard. May require admin approval. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/chainpayto/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server