modelscope·@quartz-labs-dev/pabal-mcp
暂无描述。

Up-to-date ASO workflows exposed as MCP tools. Run it as a stdio MCP server (Claude Code, Cursor, MCP Inspector, etc.) to manage metadata, releases, and store syncs without leaving your AI client.
<br>[!NOTE] Runs 100% locally on your machine, so credentials and cached ASO data never leave your environment (store API calls are made directly from your device).
[!TIP] If you repeatedly do ASO/store tasks, add a client rule like "always use pabal-mcp" so the MCP server auto-invokes without typing it every time.
npm install -g pabal-mcp
# or
yarn global add pabal-mcp
Install globally first for fastest starts and to avoid npm download issues (proxy/firewall/offline). You can still use npx -y pabal-mcp, but global install is recommended. After global install, set your MCP config to command: "pabal-mcp" (no npx needed).
Add to ~/.cursor/mcp.json (global) or project .cursor/mcp.json:
{
"mcpServers": {
"pabal-mcp": {
"command": "npx",
"args": ["-y", "pabal-mcp"]
}
}
}
</details>
<details>
<summary><b>Install in VS Code</b></summary>
Example settings.json MCP section:
"mcp": {
"servers": {
"pabal-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "pabal-mcp"]
}
}
}
</details>
<details>
<summary><b>Install in Claude Code</b></summary>
[!TIP] See the official Claude Code MCP documentation for detailed configuration options.
Add to Claude Code MCP settings (JSON format):
{
"mcpServers": {
"pabal-mcp": {
"command": "npx",
"args": ["-y", "pabal-mcp"]
}
}
}
Or if installed globally (npm install -g pabal-mcp):
{
"mcpServers": {
"pabal-mcp": {
"command": "pabal-mcp"
}
}
}
</details>
<details>
<summary><b>Install in Windsurf</b></summary>
{
"mcpServers": {
"pabal-mcp": {
"command": "npx",
"args": ["-y", "pabal-mcp"]
}
}
}
</details>
<br>
mkdir -p ~/.config/pabal-mcp
chmod 700 ~/.config/pabal-mcp
cat <<'EOF' > ~/.config/pabal-mcp/config.json
{
"dataDir": "/ABSOLUTE/PATH/TO/pabal-web",
"appStore": {
"issuerId": "xxxx",
"keyId": "xxxx",
"privateKeyPath": "./app-store-key.p8"
},
"googlePlay": {
"serviceAccountKeyPath": "./google-play-service-account.json"
}
}
EOF
Replace the issuerId and keyId placeholders in the next step after you grab your App Store Connect keys.
dataDir is the absolute path where raw data pulled from each store is stored (e.g., /ABSOLUTE/PATH/TO/pabal-web).
Add your credentials to ~/.config/pabal-mcp/:
App Store Connect API key:
.p8 (only downloadable once), and save it as ~/.config/pabal-mcp/app-store-key.p8.issuerId and keyId in ~/.config/pabal-mcp/config.json with those values.Google Play service account JSON:
pabal for clarity) Create key JSON.~/.config/pabal-mcp/google-play-service-account.json.Config file shape (after updating your IDs):
{
"dataDir": "/ABSOLUTE/PATH/TO/pabal-web",
"appStore": {
"issuerId": "<your-issuer-id>",
"keyId": "<your-key-id>",
"privateKeyPath": "./app-store-key.p8"
},
"googlePlay": {
"serviceAccountKeyPath": "./google-play-service-account.json"
}
}
Pull store data
Use apps-init to fetch and auto-register existing apps from the store APIs.
This will populate your ~/.config/pabal-mcp/registered-apps.json with the apps available in your stores.
Lock file permissions (all files in the config folder):
chmod 600 ~/.config/pabal-mcp/*
This applies to every file under ~/.config/pabal-mcp/; rerun after adding any new credential file.
auth-check: Check App…一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
阿里云可观测 MCP服务,提供了一系列访问阿里云可观测各产品的工具能力,覆盖产品包含阿里云日志服务SLS、阿里云应用实时监控服务ARMS、阿里云云监控等,任意支持 MCP 协议的智能体助手都可快速接入。
自动从文本中识别并提取法律条文,例如在合同、案件描述或法律文书中,精准定位涉及的具体法律条文(如“《民法典》第585条”),并将文本中的法律问题与对应法条内容关联,提取法规名称的服务。
用于哔哩哔哩API的MCP服务器,支持视频搜索、用户内容获取等多种操作,适用于哔哩哔哩内容管理和数据分析场景。
看起来您想要翻译一份英文技术文档,但您提供的内容中只有"asd"这个字符串,并没有实际的文档内容。请提供需要翻译的具体英文技术文档文本,这样我才能帮助您进行准确的翻译。如果有特定部分或格式要求,请一并告知。
一座通过串行通信将物理硬件设备与人工智能大语言模型连接起来的桥梁,允许用户使用自然语言命令控制硬件。