OA

OpenAPI AnyApi

Created 6 months ago

Scalable OpenAPI Endpoint Discovery and API Request Tool.

development documentation public API OpenAPI

What is OpenAPI AnyApi?

Interact with large [OpenAPI](https://www.openapis.org/) docs using built-in semantic search for endpoints. Allows for customizing the MCP server prefix.

Documentation

MCP Server: Scalable OpenAPI Endpoint Discovery and API Request Tool# Features

  • Use remote openapi json file as source, no local file system access, no updating required for API changes
  • Semantic search using optimized MiniLM-L3 model
  • FastAPI-based server with async support
  • Endpoint based chunking OpenAPI specs

Installation

To install via Smithery:

npx -y @smithery/cli install @baryhuang/mcp-server-any-openapi --client claude

Available Tools

  • {prefix}_api_request_schema: Get API endpoint schemas that match your intent.
  • {prefix}_make_request: Essential for reliable execution with complex APIs.

License

This project is licensed under the terms included in the LICENSE file.

Server Config

{
  "mcpServers": {
    "openapi-anyapi-server": {
      "command": "npx",
      "args": [
        "openapi-anyapi"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Bary Huang
Category: community
License: MIT
Tags:
development documentation public