MCPs tagged with OpenAPI
-
Rootly MCP Server
Seamlessly integrate Rootly incident management into MCP-compatible editors.
Rootly MCP Server provides an MCP-compliant server to access and manage Rootly's incident management API from within editors like Cursor, Windsurf, and Claude. It enables context-rich workflows and tool generation based on Rootly’s OpenAPI specification, allowing users to resolve incidents directly within their development environment. The server supports flexible authentication and dynamic resource generation while ensuring smart pagination to optimize editor context windows.
- ⭐ 36
- MCP
- Rootly-AI-Labs/Rootly-MCP-server
-
EditorConfig MCP Server
An MCP-compliant server that formats files using .editorconfig rules.
EditorConfig MCP Server provides a Model Context Protocol (MCP) compliant server that automatically formats project files according to .editorconfig rules. Designed to work with AI coding agents, it proactively enforces consistent code formatting and prevents common style errors before files are processed further. The server features robust API endpoints, semantic versioned routes, rate limiting, OpenAPI documentation, and JSON schema-based validation, supporting seamless integration into automated development workflows.
- ⭐ 2
- MCP
- neilberkman/editorconfig_mcp
-
MCP OpenAPI Schema Explorer
Token-efficient OpenAPI exploration via MCP Resources.
MCP OpenAPI Schema Explorer is an MCP-compatible server that provides token-efficient, read-only access to OpenAPI (v3.0) and Swagger (v2.0) specifications through MCP Resources. It enables MCP clients such as Claude Desktop and others to interactively explore large API schemas without loading the entire specification into an LLM’s context. The tool automatically converts Swagger specs to OpenAPI v3.0, supports both local files and remote URLs, and is optimized for integration with a broad range of MCP clients.
- ⭐ 57
- MCP
- kadykov/mcp-openapi-schema-explorer
-
OpenAPI-MCP
Dockerized MCP server that transforms OpenAPI/Swagger specs into MCP-compatible tools.
OpenAPI-MCP is a dockerized server that reads Swagger/OpenAPI specification files and generates corresponding Model Context Protocol (MCP) toolsets. It enables MCP-compatible clients to interact dynamically with APIs described by OpenAPI specs, automatically generating the necessary tool schemas and facilitating secure API key handling. The solution supports both local and remote API specs, offers filtering by tags and operations, and can be easily deployed using Docker.
- ⭐ 150
- MCP
- ckanthony/openapi-mcp
-
quran-mcp-server
MCP server to access Quran.com API with AI tool compatibility.
quran-mcp-server exposes the Quran.com corpus and associated data through a Model Context Protocol (MCP) server generated from an OpenAPI specification. It provides tool endpoints for chapters, verses, translations, tafsirs, audio, languages, and more. The server is designed for seamless integration with large language models (LLMs) and AI tools, supporting both Docker and Node.js environments. Advanced logging features and flexible deployment options are included for debugging and development.
- ⭐ 49
- MCP
- djalal/quran-mcp-server