audit
Grade an MCP server's agent-readiness and security. Accepts npm package, GitHub repo, local directory, or hosted URL. Returns a 0-100 score, letter grade, and actionable fixes.
Instructions
Grade an MCP server's agent-readiness and security. Accepts an npm package name, a GitHub repo URL, a local dist path (→ stdio protocol-quality checks), or a hosted https:// URL (→ web security + agent-readiness checks). Returns a 0–100 score, an A–F grade, itemized checks, and actionable fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | npm package, GitHub URL, local dist path, or https:// hosted MCP server |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| grade | Yes | ||
| checks | Yes | ||
| target | Yes | ||
| totalScore | Yes | 0–100 agent-readiness + security score | |
| generatedAt | Yes | ||
| scorecardVersion | Yes |