Skip to main content
Glama
chainpayto

@chainpayto/mcp-server

Official
by chainpayto

chainpay_create_order

Create a cryptocurrency payment order and receive a payment URL and wallet address for the payer. Supports USDT and USDC on TRON, BSC, and POLYGON.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
merchant_order_noYesYour unique order identifier (max 64 chars)
chainYesBlockchain network: "TRON" / "BSC" / "POLYGON"
tokenYesToken symbol: "USDT" or "USDC" (availability depends on chain)
amountYesPayment amount in USD, e.g. "100.00"
callback_urlNoWebhook URL for payment status notifications
redirect_urlNoURL to redirect payer after successful payment
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It mentions the creation action, return values, and supported chains, but does not disclose rate limits, authentication needs, or potential side effects like fund holds.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each earning its place: purpose, return info, supported chains, and a prerequisite. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, but description mentions return values (payment URL and wallet address) and a prerequisite. For a creation tool with 6 parameters, it covers essential aspects, though error handling or idempotency details are missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with each parameter described. The description adds value by noting that the chain parameter corresponds to TRON/BSC/POLYGON and that minimum amounts should be checked, which is not in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create a new cryptocurrency payment order' and specifies it returns a payment URL and wallet address. It distinguishes from siblings like chainpay_create_withdrawal by describing a different action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance to 'Call chainpay_get_supported_chains first to check minimum amounts' provides a clear prerequisite. While it does not explicitly state when not to use, the sibling names and context imply distinct use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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