← Browse

@jerichosequitin/metabase-mcp

A

MCP server package @jerichosequitin/metabase-mcp

mcp_servermcp

Install

agr install @jerichosequitin/metabase-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@jerichosequitin/metabase-mcp", "version": "1.1.7", "description": "A high-performance MCP server for Metabase analytics integration with response optimization and robust error handling", "type": "module", "author": { "name": "Jericho Sequitin", "url": "https://github.com/jerichosequitin" }, "bin": { "metabase-mcp": "./build/src/index.js" }, "files": [ "build/src" ], "scripts": { "build": "npm run validate && tsc && npm test && node -e "require('fs').chmodSync('build/src/index.js', '755')"", "build:clean": "rm -rf build && npm run build", "build:fast": "tsc && node -e "require('fs').chmodSync('build/src/index.js', '755')"", "prepare": "npm run build:fast && husky", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/src/index.js", "start": "node build/src/index.js", "dev": "tsc && node build/src/index.js", "dev:watch": "npm run build && concurrently "tsc --watch" "nodemon --delay 2 build/src/index.js"", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "format": "prettier --write "src//*.ts"", "format:check": "prettier --check "src//*.ts"", "type-check": "tsc --noEmit", "validate": "npm run type-check && npm run lint && npm run format:check", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:all": "./scripts/test-all.sh", "clean": "rm -rf build node_modules/.cache", "version": "node scripts/sync-version.cjs && git add manifest.json Dockerfile src/server.ts", "mcpb:build": "npm run build && node scripts/build-mcpb.cjs", "mcpb:validate": "echo 'MCPB validation - checking manifest structure' && node -e "const fs = require('fs'); const manifest = JSON.parse(fs.readFileSync('manifest.json', 'utf8')); console.log('Manifest valid:', manifest.name, manifest.version);"" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.23.0", "@types/xlsx": "^0.0.35", "dotenv": "^16.3.1", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^20.17.22", "@vitest/coverage-v8": "^4.0.15", "concurrently": "^8.2.2", "eslint": "^9.39.2", "husky": "^9.0.11", "nodemon": "^3.0.2", "prettier": "^3.2.5", "typescript": "^5.3.3", "typescript-eslint": "^8.49.0", "vitest": "^4.0.15" }, "keywords": [ "metabase", "mcp", "model-context-protocol", "ai", "claude", "analytics", "business-intelligence", "sql" ], "repository": { "type": "git", "url": "git+https://github.com/jerichosequitin/metabase-mcp.git" }, "homepage": "https://github.com/jerichosequitin/metabase-mcp#readme", "bugs": { "url": "https://github.com/jerichosequitin/metabase-mcp/issues" }, "license": "MIT", "engines": { "node": ">=18.0.0" } }

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-532e0563ad842026-08-06