MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-server-any-openapi

mcp-server-any-openapi

GitHub

This repository provides a scalable solution for OpenAPI endpoint discovery and API requests, utilizing in-memory semantic search and a FastAPI server to efficiently serve API documentation to MCP clients.

73
1

MCP Server: Scalable OpenAPI Endpoint Discovery and API Request Tool

This project addresses the challenge of using large OpenAPI specifications with tools like Claude. It uses in-memory semantic search to find relevant API endpoints based on natural language queries, returning complete endpoint documentation in milliseconds. This allows Claude to understand which API to call with full parameters. It also includes a tool to make the actual restful request.

Key Features: Utilizes remote OpenAPI JSON files, semantic search with an optimized MiniLM-L3 model, and a FastAPI-based server with async support. It employs endpoint-based chunking for large OpenAPI specs and in-memory FAISS vector search for fast endpoint discovery.

Usage: Designed for integrating with Claude Desktop, it provides tools for retrieving API schemas and making requests, ensuring reliable execution with complex APIs. The server can be configured with multiple instances for different sets of APIs.

Repository

BA
baryhuang

baryhuang/mcp-server-any-openapi

Created

February 9, 2025

Updated

March 28, 2025

Language

Python

Category

Developer Tools