io.github.SXQ0607/gk-pay-skills-mcp
Handles billing for paid skill calls via Alipay A2M, issuing HTTP 402 Payment-Needed responses and verifying Payment-Proofs before returning results (0.05 CNY per call).
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.SXQ0607/gk-pay-skills-mcpdiagnose fault code F07452 for brand G120"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gk-pay-skills-mcp —— 付费技能 MCP Server(0.05 元/次,支付宝 A2M)
把 13 个「支付宝 A2M 按量 0.05 元」付费端点打包成标准 MCP Server,可一键提交到各大 MCP 市场,白嫖发现流量,且 402/按量计费照常运转。
本地运行
pip install -r requirements.txt
python server.py # 默认 stdio 模式
# 或 HTTP/SSE 模式(便于远程托管):
python server.py --transport streamable-http --host 0.0.0.0 --port 8000Related MCP server: x402-gateway-mcp
计费模型(重要)
全部工具无 Payment-Proof 调用 → 服务端返回 HTTP 402 + Payment-Needed 账单头(金额 0.05,收款链接
API_B1409FBC01A84610)。调用方用
alipay-bot 402-buyer-pay完成支付,再用402-query-payment-status带 Payment-Proof 重调即得业务结果。这跟腾讯 SkillPay / 支付宝 Skill Pay 同为「调用即扣费」模型,但分成 100% 归己、无需微信商户号。
工具清单(13 个)
diagnose / calc / plc_annotate / term_map / viral_hook / a_share_morning / bazi_quick / ecom_selling_copy / novel_outline_studio / toutiao_killer_title / xhs_viral_note / xianyu_listing_pro / ziwei_life_read
逐平台铺货执行清单("搞平台"行动表)
状态:✅ 我已可直接干 🟡 需你授权/账号 ⏸️ 暂观望
# | 平台 | 动作 | 所需条件 | 状态 |
1 | SkillHub(腾讯) | 已上架 12 个 pay slug,全 0.05 | 已就绪 | ✅ 完成 |
2 | MCP 官方 Registry | 推 GitHub + | 需 GitHub 仓库(可我建) | 🟡 待你给仓库或授权 |
3 | Smithery |
| Smithery 账号(免费) | 🟡 待账号 |
4 | Glama | 加 | GitHub 仓库 | 🟡 同 #2 |
5 | mcp.so | 网页表单提交 | 免费 | ✅ 我可填(需你确认品牌信息) |
6 | PulseMCP | 从官方 Registry 自动同步 | 同 #2 | 🟡 同 #2 |
7 | mcpservers.org | 网页提交 | 免费 | ✅ 我可填 |
8 | SkillPie (skillpie.cn) | 发布 Skill(无企业认证) | 平台账号 | 🟡 待账号 |
9 | Capafy | 云端运行 Skill 按次收费 | 平台账号 + 逻辑上云 | 🟡 待账号 |
10 | Coze 扣子 技能商店 | 上架付费技能(已有 1 元订单案例) | 抖音/字节账号 + 企业或个人 | 🟡 待账号 |
11 | 钉钉悟空 Skill 市场 | 企业内分发 | 企业钉钉组织 | 🟡 待组织 |
12 | 支付宝 AI 开放平台 / A2M | 一次接入多端分发 | 已自建 A2M,可对接「AI收」 | ✅ 已具备,可加深 |
13 | 蚂蚁 Agentar | 金融 B 端智能体 | 企业资质 | ⏸️ 暂观望 |
14 | 豆包 / 千问 智能体商店 | 分成型分发 | 字节/阿里账号 | 🟡 待账号 |
我此刻能零凭证推进的
✅ 本 MCP Server 已构建并通过 402 实测(见下)。
✅ mcp.so / mcpservers.org 网页表单提交(只需你点头,我代填,但品牌/联系方式需你定)。
✅ 把 13 端点再包装成「可直接
git clone运行的 GitHub 仓库结构」以待 #2/#3/#4/#5 提交。
需你拍板的
GitHub 仓库:是否要我把这个 server 推到一个 GitHub 仓(用于官方 Registry/Glama/Smithery 自动同步)?给仓库地址或授权我建。
mcp.so / mcpservers.org 提交:是否现在就代填提交?需你确认展示用的联系邮箱/主页。
账号类平台(Smithery/Coze/SkillPie/Capafy):要不要我整理一份「逐平台注册+上架 SOP」给你,你注册后我接管上架?
本地验证
from server import _call
print(_call("/api/diagnose", {"brand":"g120","symptom":"F07452"}))
# 期望: {'status': 402, 'payment_needed': '...', 'amount_cny': 0.05, ...}mcp-name: io.github.SXQ0607/gk-pay-skills-mcp
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-action access to APIs and MCP tools over Lightning L402 and Base USDC x402.
Pay for APIs with USDC. Read-only x402 payment discovery, verification, evidence, and status.
Discover and call 2,000+ x402 machine-payable services through one graded API key + gateway.
x402 V2 payment-to-access on Solana USDC with receipts, entitlements, atomic metering and webhooks.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables agents to pay per call in USDC for live crypto prices and revenue intelligence via HTTP 402, with no API keys required.-
- AlicenseAqualityFmaintenanceEnables MCP clients to access all endpoints of an x402 gateway by paying real-time microtransactions (USDC on Base) per API call, with automatic tool discovery and spend guardrails.2364 npmMIT

fabler-x402-toolsofficial
AlicenseNot gradedqualityBmaintenanceEnables MCP clients to use paid tools for secret scanning, agent-config auditing, and OG image rendering, with payments handled over the x402 protocol on Base.MIT- AlicenseNot gradedqualityDmaintenanceEnables pay-per-call access control for AI agents using HTTP 402 and on-chain settlement, allowing microtransactions for API usage.54 PyPIMIT