PluginBench
MCP Server

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

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

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

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

How to install io.github.vpatser1/mcp-api-doc-generator

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LICENSE_KEY
    secret

    License key (emailed after purchase at https://aivp-mcp.vercel.app). Omit for the free trial (3 calls per tool).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-api-doc-generator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ],
      "env": {
        "LICENSE_KEY": "<YOUR_LICENSE_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-api-doc-generator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ],
      "env": {
        "LICENSE_KEY": "<YOUR_LICENSE_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-api-doc-generator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ],
      "env": {
        "LICENSE_KEY": "<YOUR_LICENSE_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-api-doc-generator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ],
      "env": {
        "LICENSE_KEY": "<YOUR_LICENSE_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-api-doc-generator --env LICENSE_KEY=<YOUR_LICENSE_KEY> -- npx -y mcp-api-doc-generator

Related MCP servers

Analyze LLM API costs: token waste detection, caching savings estimates, model comparison

Unified data server: stocks, crypto, news, weather, web scraping, FX rates in one MCP

Contract analysis, risk assessment, version diffs, compliance checks (GDPR, CCPA, SOC2)

Stock technical analysis (SMA, RSI, MACD), portfolio tracking, crypto analysis, screening

Design database schemas from natural language, validate SQL, generate migrations and types

Scan MCP configs for 30+ CVEs, prompt injection, tool poisoning; validate OAuth configs