High-performance MCP server for OpenAPI specifications that parses specs, diffs versions, tracks dependencies, and generates code (TypeScript, Rust, Python).
SaferSkills independently audited OpenAPI Sync MCP (MCP Server) 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.
A high-performance MCP server for OpenAPI specifications. Parse, diff, track dependencies, and generate code - all from your AI assistant.
Built with Rust for speed and minimal resource usage.
npm install -g @jhlee0409/openapi-sync-mcpAdd to ~/.claude/settings.json:
{
"mcpServers": {
"oas": {
"command": "openapi-sync-mcp"
}
}
}| Tool | Description |
|---|---|
oas_parse | Parse and validate OpenAPI spec (with pagination) |
oas_deps | Find affected endpoints when a schema changes |
oas_diff | Compare two spec versions, detect breaking changes |
oas_status | Check cache status |
oas_generate | Generate TypeScript/Rust/Python code |
typescript-types · typescript-fetch · typescript-axios · typescript-react-query · rust-serde · rust-reqwest · python-pydantic · python-httpx
# npm (recommended)
npm install -g @jhlee0409/openapi-sync-mcp
# Cargo
cargo install openapi-sync-mcp
# Or download from GitHub ReleasesServer not responding?
chmod +x openapi-sync-mcp
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}' | openapi-sync-mcpCache issues? Delete .openapi-sync.cache.json or use use_cache: false.
cargo test # Run tests
cargo fmt --check # Check formatting
cargo clippy # LintMIT
/oas:*) for enhanced workflow~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.