mcp-server-builder — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-server-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.
Tier: POWERFUL · Category: Engineering · Domain: AI / API Integration
Use this skill to design and ship production-ready MCP servers from API contracts instead of hand-written one-off tool wrappers. It focuses on fast scaffolding, schema quality, validation, and safe evolution.
The workflow supports both Python and TypeScript MCP implementations and treats OpenAPI as the source of truth.
python3 scripts/openapi_to_mcp.py \
--input openapi.json \
--server-name billing-mcp \
--language python \
--output-dir ./out \
--format textSupports stdin as well:
cat openapi.json | python3 scripts/openapi_to_mcp.py --server-name billing-mcp --language typescriptRun validator before integration tests:
python3 scripts/mcp_validator.py --input out/tool_manifest.json --strict --format textChecks include duplicate names, invalid schema shape, missing descriptions, empty required fields, and naming hygiene.
Key items before publishing:
Full hardening guidance: references/production-hardening-guide.md.
python3 scripts/openapi_to_mcp.py --help--inputpython3 scripts/mcp_validator.py --help~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.