jackgladowsky/mcp-certify
Testing and certification platform for MCP servers. Lighthouse for the MCP ecosystem.
Overview
jackgladowsky/mcp-certify is a TypeScript MCP server licensed under MIT. Testing and certification platform for MCP servers. Lighthouse for the MCP ecosystem.
Ranked #44 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# mcp-certify `mcp-certify` is a CLI that tests an MCP server for protocol health, security hygiene, operability, and runtime risk, then returns a pass/fail certification decision with evidence. ## Install ```bash npm install -g mcp-certify ``` For a one-off run against the latest published version: ```bash npx mcp-certify@latest --version ``` Node.js `20+` is required. Optional dependencies: - `trivy` for supply-chain scanning - `opa` for custom Rego policy evaluation - `mcp-validator` for optional manual protocol cross-checks outside the default scan path To update a global install after a new npm release: ```bash npm update -g mcp-certify ``` Before the first scan: ```bash mcp-certify doctor mcp-certify setup ``` ## Quickstart Scan a local stdio server: ```bash mcp-certify node dist/index.js ``` Scan a remote HTTP MCP endpoint: ```bash mcp-certify --url http://localhost:3000/mcp ``` Generate a badge for a README: ```bash mcp-certify --badge node dist/index.js ```Read full README on GitHub →
Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.