MCP OpenAPI Server

by ReAPI-com
Verified

search-api-schemas

Search and retrieve API schemas across multiple OpenAPI specifications to enable AI-powered IDE integrations and API understanding in development tools.

Instructions

Search for schemas across specifications

Input Schema

NameRequiredDescriptionDefault
queryYes
specIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "type": "string" }, "specId": { "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: b2a2m8ekxb