gk-pay-skills-mcp
13 pay-per-use Chinese tools (diagnosis, PLC, copywriting, divination), 0.05 CNY/call via A2M 402.
Should I use this
Quality & Safety
Findings (13)
- LOWin skill_catalog
- LOWin diagnose
- LOWin calc
- LOWin term_map
- LOWin viral_hook
- LOWin a_share_morning
- LOWin bazi_quick
- LOWin ecom_selling_copy
- LOWin novel_outline_studio
- LOWin toutiao_killer_title
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"gk-pay-skills-mcp": {
"url": "https://gk-pay-skills-mcp-308980-8-1461759720.sh.run.tcloudbase.com/mcp"
}
}
}Remote endpoints
https://gk-pay-skills-mcp-308980-8-1461759720.sh.run.tcloudbase.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (14)
⚪skill_catalog
列出全部 13 个付费技能及其价格(均为 0.05 元/次,支付宝 A2M 按量)。用于发现可用能力。
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪diagnose(brand, symptom)
工控故障排查诊断。输入设备品牌与故障现象,返回按匹配度排序的排查方案。每次 ¥0.05。 brand: 设备品牌,如 g120 / s7-1200 / fx5u / hmi / modbus symptom: 故障现象,如 F07452 / 通讯不通 / 启动不转 / 报警灯闪
Input Schema
{
"type": "object",
"properties": {
"brand": {
"type": "string"
},
"symptom": {
"type": "string"
}
},
"required": [
"brand",
"symptom"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪calc(type, power, voltage, length)
选型估算(三相 380V 基准,经验公式)。每次 ¥0.05。 type: cable 电缆截面 | breaker 断路器 | motor 电机电流 power: 功率 kW(必填,>0) voltage: 电压 V(默认 380) length: 长度 m(电缆用,默认 50)
Input Schema
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"power": {
"type": "number"
},
"voltage": {
"default": 380,
"type": "number"
},
"length": {
"default": 50,
"type": "number"
}
},
"required": [
"type",
"power"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪plc_annotate(vars)
PLC 变量表中文注释生成。输入变量名列表(逗号分隔),返回中文注释映射。每次 ¥0.05。 vars: 如 Motor1_Run,Valve3_Open,Emergency_Stop,Fault_Light
Input Schema
{
"type": "object",
"properties": {
"vars": {
"type": "string"
}
},
"required": [
"vars"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪term_map(q)
工控术语对照映射。输入术语(如 定时器),返回中英文/别名对照。每次 ¥0.05。
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪viral_hook(theme, platform)
爆款钩子生成。输入主题与平台,返回开篇反常识钩子。每次 ¥0.05。 theme: 如 PLC调试 / 副业 / 护肤 platform: 如 抖音 / 小红书 / 头条
Input Schema
{
"type": "object",
"properties": {
"theme": {
"type": "string"
},
"platform": {
"type": "string"
}
},
"required": [
"theme",
"platform"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪a_share_morning(q)
A股财经早报复盘生成。输入盘面描述,返回结构化复盘。每次 ¥0.05。 q: 如 沪指涨0.8% 半导体领涨 量能放大
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪bazi_quick(q)
八字快速解读。输入十神/干支关键词(如 正官),返回简明解读。每次 ¥0.05。
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪ecom_selling_copy(q)
电商卖点文案。输入产品与卖点,返回转化导向文案。每次 ¥0.05。 q: 如 保温杯 长效保温12h 食品级316
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪novel_outline_studio(q)
小说大纲工坊。输入题材(如 都市重生),返回分章大纲。每次 ¥0.05。
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪toutiao_killer_title(q)
头条爆款标题。输入话题(如 房贷利率下调),返回高点击标题组。每次 ¥0.05。
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪xhs_viral_note(q)
小红书种草笔记。输入产品/话题(如 平价护肤),返回种草笔记。每次 ¥0.05。
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪xianyu_listing_pro(q)
闲鱼高转化商品文案。输入商品(如 九成新Switch),返回标题+描述。每次 ¥0.05。
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}🟢ziwei_life_read(q)
紫微斗数命盘解读。输入关键词(如 紫微/命宫),返回命理解读。每次 ¥0.05。
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}Community
Evidence