mcp-builder — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-builder (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs.
Creating a high-quality MCP server involves four main phases:
#### Agent-Centric Design Principles
Build for Workflows, Not Just API Endpoints:
schedule_event that both checks availability and creates event)Optimize for Limited Context:
Design Actionable Error Messages:
#### Study MCP Protocol Documentation
Fetch the latest MCP protocol documentation: Use WebFetch to load: https://modelcontextprotocol.io/llms-full.txt
For Python implementations:
https://raw.githubusercontent.com/modelcontextprotocol/python-sdk/main/README.mdFor Node/TypeScript implementations:
https://raw.githubusercontent.com/modelcontextprotocol/typescript-sdk/main/README.md#### Set Up Project Structure
For Python:
.py file or organize into modules if complexFor Node/TypeScript:
package.json and tsconfig.json#### Implement Core Infrastructure First
Create shared utilities before implementing tools:
#### Implement Tools Systematically
For each tool:
Define Input Schema:
Write Comprehensive Docstrings:
Add Tool Annotations:
readOnlyHint: true (for read-only operations)destructiveHint: false (for non-destructive operations)idempotentHint: true (if repeated calls have same effect)openWorldHint: true (if interacting with external systems)#### Code Quality Review
Review the code for:
Create comprehensive evaluations to test MCP server effectiveness.
Each evaluation question must be:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.