{ "name": "render-useful-mcp", "version": "1.4.0", "mcpName": "io.github.LuSrodri/render-useful-mcp", "description": "A complete, production-grade Model Context Protocol server for the Render Public API — all 208 official endpoints plus higher-level workflow tools.", "keywords": [ "mcp", "model-context-protocol", "render", "render.com", "paas", "devops", "llm", "ai" ], "license": "MIT", "author": "LuSrodri", "repository": { "type": "git", "url": "git+https://github.com/LuSrodri/render-useful-mcp.git" }, "bugs": { "url": "https://github.com/LuSrodri/render-useful-mcp/issues" }, "homepage": "https://github.com/LuSrodri/render-useful-mcp#readme", "type": "module", "engines": { "node": ">=20.11.0" }, "bin": { "render-useful-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "spec/render-openapi.json", "README.md", "LICENSE" ], "scripts": { "generate": "tsx scripts/generate-operations.ts", "docs": "tsx scripts/generate-docs.ts", "docs:check": "tsx scripts/generate-docs.ts --check", "build": "npm run generate && tsc -p tsconfig.build.json && node scripts/copy-assets.mjs", "build:mcpb": "npm run build && tsx scripts/build-mcpb.ts", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "check": "npm run generate && npm run docs && npm run lint && npm run typecheck && npm run test", "prepublishOnly": "npm run build", "version": "tsx scripts/sync-server-version.ts && git add server.json manifest.json plugin/.claude-plugin/plugin.json", "sync-spec": "tsx scripts/fetch-spec.ts", "diff-catalogue": "tsx scripts/diff-catalogue.ts" }, "dependencies": { "@modelcontextprotocol/server": "^2.0.0", "ajv": "^8.20.0", "ajv-formats": "^3.0.1", "zod": "^4.4.3" }, "devDependencies": { "@anthropic-ai/mcpb": "^2.1.2", "@eslint/js": "^9.39.0", "@modelcontextprotocol/client": "^2.0.0", "@types/node": "^22.10.0", "@vitest/coverage-v8": "^4.1.10", "eslint": "^9.39.0", "eslint-config-prettier": "^10.1.5", "prettier": "^3.6.2", "tsx": "^4.23.1", "typescript": "^5.9.3", "typescript-eslint": "^8.46.0", "vitest": "^4.1.10" } }