Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.vpatser1/mcp-api-doc-generator

NPM · MCP-API-DOC-GENERATOR · SCANNED SEP 24

Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 39 of 123 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 538 tokens (~107/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.vpatser1/mcp-api-doc-generator server?

io.github.vpatser1/mcp-api-doc-generator runs locally as an npm package, launched with npx -y mcp-api-doc-generator. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · mcp-api-doc-generator

# add to Claude Code
claude mcp add vpatser1-mcp-api-doc-generator -- npx -y mcp-api-doc-generator
// .cursor/mcp.json
{
  "mcpServers": {
    "vpatser1-mcp-api-doc-generator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "vpatser1-mcp-api-doc-generator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add vpatser1-mcp-api-doc-generator -- npx -y mcp-api-doc-generator
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vpatser1-mcp-api-doc-generator": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-api-doc-generator"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vpatser1-mcp-api-doc-generator --command npx --arg -y --arg mcp-api-doc-generator
# ~/.hermes/config.yaml
mcp_servers:
  vpatser1-mcp-api-doc-generator:
    command: "npx"
    args: ["-y", "mcp-api-doc-generator"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "vpatser1-mcp-api-doc-generator": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-api-doc-generator"
      ]
    }
  }
}
# add to Vellum
assistant mcp add vpatser1-mcp-api-doc-generator -t stdio -c npx -a -y mcp-api-doc-generator
// mcp.json
{
  "mcpServers": {
    "vpatser1-mcp-api-doc-generator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 0
    • Stability: 0.97 → pass security
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +2
    • CVE-2026-82562 no longer affects this package security
    • CVE-2026-82417 no longer affects this package security
    • Known CVEs: fail → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Analysed npm/mcp-api-doc-generator@1.1.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 123 packages
Packages resolved 123
Stale 39
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~538 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
document_endpoint ~167

Generates full documentation for a single API endpoint in Markdown. Includes parameter tables, request/response examples with realistic data, error response documentation (400, 401, 403, 404, 500), cURL command example, JavaScript fetch example, and Python requests example.

NameTypeReqDescription
auth_typestringAuthentication type required
descriptionstringyesWhat this endpoint does
methodstringyesHTTP method (GET, POST, PUT, PATCH, DELETE)
parametersarrayPath, query, or header parameters
pathstringyesURL path (e.g. /users/{id})
request_bodyobjectRequest body schema
responseobjectSuccess response schema
tagsarrayTags for grouping

No output schema declared.

No examples provided.

generate_openapi ~105

Generates a complete OpenAPI 3.1 specification from endpoint definitions. Produces properly structured output with paths, parameters, request/response schemas using $ref components, authentication sections, server URLs, tags, and grouping. Supports YAML and JSON output.

NameTypeReqDescription
endpointsarrayyesArray of endpoint definitions to include in the spec
formatstringOutput format (default: yaml)
infoobjectOpenAPI info block (title, version, description)

No output schema declared.

No examples provided.

generate_sdk ~92

Generates a TypeScript SDK client from endpoint definitions. Produces typed interfaces for all request/response models, a client class with methods for each endpoint, error handling helpers (ApiError class with retry support), and authentication wrappers (Bearer, API Key, Basic).

NameTypeReqDescription
base_urlstringBase URL for API calls (default: https://api.example.com)
endpointsarrayyesArray of endpoint definitions

No output schema declared.

No examples provided.

generate_tests ~97

Generates comprehensive API test suites for endpoints. Creates happy path tests, validation tests (missing required fields), edge case tests (empty values, null values, extra fields), authentication tests, HTTP method tests, and response structure checks. Includes mock data generator functions. Outputs as Jest or Vitest test files.

NameTypeReqDescription
endpointsarrayyesArray of endpoint definitions to test
frameworkstringTest framework to use (default: vitest)

No output schema declared.

No examples provided.

validate_api ~77

Validates an OpenAPI specification (YAML or JSON). Checks schema correctness, missing descriptions, inconsistent naming conventions, missing error responses, security scheme completeness, and server URLs. Returns categorized issues (errors, warnings, suggestions) with specific fix suggestions for each.

NameTypeReqDescription
specstringyesOpenAPI spec content (YAML or JSON string)

No output schema declared.

No examples provided.

Common questions

What is the io.github.vpatser1/mcp-api-doc-generator server?

io.github.vpatser1/mcp-api-doc-generator is listed in the public MCP registry as io.github.vpatser1/mcp-api-doc-generator. Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code. This page covers its npm package (mcp-api-doc-generator).

Is the io.github.vpatser1/mcp-api-doc-generator server safe to use?

io.github.vpatser1/mcp-api-doc-generator scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.vpatser1/mcp-api-doc-generator server expose?

io.github.vpatser1/mcp-api-doc-generator exposes 5 tools: generate_openapi, document_endpoint, generate_sdk, validate_api, generate_tests. Their descriptions and schemas cost roughly 538 tokens of context every time the server is loaded.

Is the io.github.vpatser1/mcp-api-doc-generator server still maintained?

io.github.vpatser1/mcp-api-doc-generator is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.vpatser1/mcp-api-doc-generator server under?

io.github.vpatser1/mcp-api-doc-generator declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.