Skip to main content
Glama

yeepay-mcp

by yop-platform

create_webpage_yeepay_payment

Generate a webpage payment order for Yeepay by providing merchant order ID, transaction amount, and product details. Integrates with Yeepay services via the MCP protocol.

Instructions

创建移动支付订单工具

Input Schema

NameRequiredDescriptionDefault
amountYes交易金额
goodsNameYes商品名称
orderIdYes商户订单号
userIpNo用户IP

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "交易金额", "type": "number" }, "goodsName": { "description": "商品名称", "type": "string" }, "orderId": { "description": "商户订单号", "type": "string" }, "userIp": { "description": "用户IP", "type": "string" } }, "required": [ "orderId", "amount", "goodsName" ], "type": "object" }

Other Tools from yeepay-mcp

Related Tools

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/yop-platform/yeepay-mcp'

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