Google PageRank for AI agents. 25,000+ tools indexed.

jackgladowsky/mcp-certify

Score: 53.3 Rank #44

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

TypeScript MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for jackgladowsky/mcp-certify
[![AgentRank](https://agentrank-ai.com/api/badge/tool/jackgladowsky--mcp-certify)](https://agentrank-ai.com/tool/jackgladowsky--mcp-certify/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/jackgladowsky--mcp-certify/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/jackgladowsky--mcp-certify" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="jackgladowsky/mcp-certify"></script>

Matched Queries

"mcp server""mcp-server"

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 →
Are you the maintainer of jackgladowsky/mcp-certify?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.