Skip to main content
Glama
package.json1.15 kB
{ "name": "gumroad-mcp", "version": "1.0.0", "description": "MCP server for Gumroad API - lookup subscriptions and sales", "type": "module", "module": "./src/index.ts", "bin": { "gumroad-mcp": "./.smithery/stdio/index.cjs" }, "files": [ ".smithery" ], "scripts": { "build": "npm run build:all", "build:stdio": "smithery build src/index.ts --transport stdio -o .smithery/stdio/index.cjs && echo '#!/usr/bin/env node' | cat - .smithery/stdio/index.cjs > temp && mv temp .smithery/stdio/index.cjs && chmod +x .smithery/stdio/index.cjs", "build:shttp": "smithery build src/index.ts --transport shttp -o .smithery/shttp/index.cjs", "build:all": "npm run build:stdio && npm run build:shttp", "prepare": "npm run build:all", "dev": "smithery dev" }, "keywords": [ "mcp", "gumroad", "api", "subscriptions" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "@smithery/sdk": "^1.6.4", "zod": "^3.25.76" }, "devDependencies": { "@smithery/cli": "^1.4.1", "@types/node": "^22.10.2", "typescript": "^5.7.2" } }

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/keithah/gumroad-mcp'

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