Openapi Slice Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Openapi Slice Mcp (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.
An MCP (Model Context Protocol) server that helps you work with large OpenAPI specifications by extracting only the relevant portions for specific endpoints. This is particularly useful when working with LLMs that have context limitations - instead of loading an entire large OpenAPI spec, you can extract just the parts you need for a specific endpoint.
The server provides the following MCP tools:
load_openapi_spec(file_path: str) - Load an OpenAPI specification from a local YAML or JSON fileload_openapi_spec_from_url(url: str, timeout: int = 30) - Load an OpenAPI specification from a remote URLlist_endpoints() - List all available endpoints in the currently loaded specificationextract_endpoint_slice(path: str, method: str, output_format: str = "yaml") - Extract a minimal spec slice for a specific endpointget_server_status() - Get the current status of the server#### Stdio Mode (Default)
For local development and Claude Desktop integration:
uvx openapi-slice-mcpThe server runs using the STDIO transport and can be integrated with any MCP client.
#### HTTP Mode
For Smithery deployment or remote access:
# Using the dedicated HTTP entry point (runs on port 8000 by default)
uvx openapi-slice-mcp-http
# Or using the main entry point with --transport flag
uvx openapi-slice-mcp --transport http --host 0.0.0.0 --port 8000The HTTP server exposes the MCP protocol at http://host:port/mcp.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.