飞书文档
vlatest
io.mcp-cn.feishu-mcp
飞书的MCP服务器,支持文档管理等功能
io.mcp-cn.yeepay/yeepay-mcp · vlatest
Yeepay MCP 服务通过模型上下文协议(MCP)集成易宝支付服务。 功能特性: - create_webpage_yeepay_payment:创建易宝网页支付订单 必需参数:orderId(字符串)、amount(数字)、goodsName(字符串)、userIp(字符串) - query_yeepay_payment_status:查询易宝支付订单状态 必需参数:orderId(字符串) 请阅读中文文档以获取更多信息。
Yeepay MCP 服务集成 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"yeepay-mcp": {
"command": "npx",
"args": [
"-y",
"@yeepay/yeepay-mcp"
],
"env": {
"YOP_PARENT_MERCHANT_NO": "<YOP_PARENT_MERCHANT_NO>",
"YOP_MERCHANT_NO": "<YOP_MERCHANT_NO>",
"YOP_APP_PRIVATE_KEY": "<YOP_APP_PRIVATE_KEY>",
"YOP_APP_KEY": "<YOP_APP_KEY>",
"YOP_NOTIFY_URL": "<YOP_NOTIFY_URL>"
}
}
}
}YOP_PARENT_MERCHANT_NO必填Your parent merchant number
YOP_MERCHANT_NO必填Your merchant number
YOP_APP_PRIVATE_KEY必填secretYour private key
YOP_APP_KEY必填secretYour application AppKey
YOP_NOTIFY_URL必填https://your-domain.com/yeepay/notify
vlatest
io.mcp-cn.feishu-mcp
飞书的MCP服务器,支持文档管理等功能
vlatest
io.mcp-cn.agentdeskai/browser-tools-mcp
提供浏览器自动化操作的MCP工具集
vlatest
io.mcp-cn.negokaz/excel-mcp-server
Excel文件的MCP服务器,支持Excel文件的读取和写入
vlatest
io.mcp-cn.wonderwhy-er/desktop-commander
桌面自动化和系统操作的MCP工具
vlatest
io.mcp-cn.task-master-ai
智能任务管理和自动化的MCP工具
vlatest
io.mcp-cn.modelcontextprotocol/server-sequential-thinking
帮助AI进行结构化思考和推理的MCP工具
{
"id": "io.mcp-cn.yeepay/yeepay-mcp",
"type": "mcp-server",
"version": "latest",
"displayName": "Yeepay MCP 服务集成",
"description": "Yeepay MCP 服务通过模型上下文协议(MCP)集成易宝支付服务。\n\n功能特性:\n- create_webpage_yeepay_payment:创建易宝网页支付订单\n 必需参数:orderId(字符串)、amount(数字)、goodsName(字符串)、userIp(字符串)\n- query_yeepay_payment_status:查询易宝支付订单状态\n 必需参数:orderId(字符串)\n\n请阅读中文文档以获取更多信息。",
"author": {
"name": "dreambt"
},
"homepage": "https://mcp-cn.com/server/133",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@yeepay/yeepay-mcp",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "YOP_PARENT_MERCHANT_NO",
"description": "Your parent merchant number",
"isRequired": true,
"isSecret": false
},
{
"name": "YOP_MERCHANT_NO",
"description": "Your merchant number",
"isRequired": true,
"isSecret": false
},
{
"name": "YOP_APP_PRIVATE_KEY",
"description": "Your private key",
"isRequired": true,
"isSecret": true
},
{
"name": "YOP_APP_KEY",
"description": "Your application AppKey",
"isRequired": true,
"isSecret": true
},
{
"name": "YOP_NOTIFY_URL",
"description": "https://your-domain.com/yeepay/notify",
"isRequired": true,
"isSecret": false
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [
"use_count:36",
"Yeepay",
"MCP",
"支付集成",
"网页支付",
"订单查询",
"中文文档"
],
"provenance": {
"origin": "mcp-cn",
"originalId": "@yeepay/yeepay-mcp",
"originalUrl": "https://mcp-cn.com/server/133",
"isOfficial": false,
"status": "active"
}
}