io.github.vpatser1/mcp-api-doc-generator MCP Server
This MCP server generates API documentation assets from code. It creates OpenAPI 3.1 specifications, endpoint documentation, TypeScript SDKs, and test suites based on the analyzed source.
🛠️ Key Features
- Generate OpenAPI 3.1 specs
- Produce endpoint docs
- Create TypeScript SDKs
- Generate test suites
- Source-driven output from code
🚀 Use Cases
- Document existing APIs using OpenAPI 3.1
- Provide per-endpoint documentation for developers
- Generate TypeScript client SDKs for API consumption
- Create automated tests alongside generated documentation
⚡ Developer Benefits
- Standardize API contracts via OpenAPI 3.1
- Reduce manual effort for endpoint documentation and SDK creation
- Improve coverage by generating test suites from code
⚠️ Limitations
- Capabilities are limited to generating OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites; no other functions are described.