@aiven-open/mcp-aiven
AMCP server package mcp-aiven
Install
agr install @aiven-open/mcp-aiven --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "mcp-aiven", "version": "1.15.1", "mcpName": "io.aiven/mcp", "description": "MCP server for Aiven cloud data platform - manage PostgreSQL, Kafka, and other services", "type": "module", "main": "dist/index.js", "keywords": [ "mcp", "aiven", "postgresql", "kafka", "cloud", "database", "model-context-protocol" ], "author": "Aiven", "license": "Apache-2.0", "files": [ "dist", "src/manifests", "generator/schemas", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/Aiven-Open/mcp-aiven.git" }, "bugs": "https://github.com/Aiven-Open/mcp-aiven/issues", "homepage": "https://github.com/Aiven-Open/mcp-aiven/blob/main/README.md", "optionalDependencies": { "@sentry/node": "^9.46.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "express": "^5.2.1", "google-auth-library": "^10.5.0", "express-rate-limit": "^8.3.2", "libpg-query": "^17.7.3", "openapi-fetch": "^0.17.0", "yaml": "^2.4.0", "zod": "^3.23.8" }, "bin": { "mcp-aiven": "dist/index.js" }, "scripts": { "generate": "tsx generator/src/cli.ts", "build": "tsc && rm -rf dist/manifests && cp -r src/manifests dist/manifests", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "test": "vitest", "test:eval": "vitest run tests/eval", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "typecheck": "tsc --noEmit", "prepublishOnly": "pnpm generate:api-types && pnpm generate && pnpm build && pnpm test --run", "generate:api-types": "openapi-typescript https://api.aiven.io/doc/openapi.json -o src/generated/aiven-api.ts" }, "devDependencies": { "@eslint/js": "^9.0.0", "@types/express": "^5.0.6", "@types/node": "^22.10.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-security": "^3.0.0", "globals": "^15.0.0", "lint-staged": "^15.0.0", "openapi-typescript": "^7.13.0", "prettier": "^3.2.0", "tsx": "^4.19.2", "typescript": "^5.7.2", "typescript-eslint": "^8.0.0", "vitest": "^3.2.6" }, "engines": { "node": ">=18.0.0" }, "packageManager": "pnpm@10.28.2" }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-dac5e28a084e2026-08-06