OpenAPI Client Generator MCP

by orhanveli
Verified

generate_client

Generate TypeScript API client from OpenAPI specification

Input Schema

NameRequiredDescriptionDefault
httpClientYesHTTP client to use (fetch or axios)
inputYesURL or file path to OpenAPI specification
outputYesOutput directory for generated client

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "httpClient": { "description": "HTTP client to use (fetch or axios)", "enum": [ "fetch", "axios" ], "type": "string" }, "input": { "description": "URL or file path to OpenAPI specification", "type": "string" }, "output": { "description": "Output directory for generated client", "type": "string" } }, "required": [ "input", "output", "httpClient" ], "type": "object" }

You must be authenticated.

Other Tools