Skip to main content
Glama
package.json1.68 kB
{ "name": "pabal-mcp", "version": "1.0.6", "description": "MCP server for App Store / Play Store ASO workflows", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "type": "module", "bin": { "pabal-mcp": "./bin/pabal-mcp.js" }, "files": [ "dist/src", "bin" ], "exports": { ".": { "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js" } }, "scripts": { "dev:mcp": "tsx src/index.ts", "test": "tsx --test \"tests/**/*.test.ts\"", "build": "tsc && tsc-alias --resolve-full-paths", "typecheck": "tsc --noEmit", "format": "prettier --write --ignore-unknown .", "format:check": "prettier --check --ignore-unknown .", "prepare": "husky", "prepublishOnly": "yarn build" }, "keywords": [ "mcp", "app-store", "play-store", "aso", "model-context-protocol" ], "author": "", "license": "MIT", "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/quartz-labs-dev/pabal-mcp.git" }, "bugs": { "url": "https://github.com/quartz-labs-dev/pabal-mcp/issues" }, "homepage": "https://github.com/quartz-labs-dev/pabal-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "googleapis": "^144.0.0", "jose": "^6.1.2", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.10.1", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.7.3", "tsc-alias": "^1.8.16", "tsconfig-paths": "^4.2.0", "tsx": "^4.20.6", "typescript": "^5.9.3" }, "lint-staged": { "*": "prettier --write --ignore-unknown" } }

Latest Blog Posts

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/quartz-labs-dev/pabal-mcp'

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