OpenAPI Client Generator MCP

by orhanveli
Verified

generate_client

Create TypeScript API clients from OpenAPI specifications by specifying the HTTP client, input source, and output directory for automated code generation.

Instructions

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 from OpenAPI Client Generator MCP

Related Tools

ID: taqmq8493y