This Swagger Explorer MCP, developed by John Neerdael, enables AI agents to analyze and interact with Swagger/OpenAPI specifications. Built with TypeScript and leveraging Playwright for web scraping, it provides tools for extracting API endpoints, schemas, and documentation from Swagger UI interfaces. The implementation focuses on dynamic exploration of APIs, offering functionality to filter endpoints by HTTP method and analyze response schemas. It's particularly useful for developers and AI assistants working with unfamiliar APIs, enabling use cases such as API integration planning, documentation review, and schema validation without manual parsing of Swagger specifications.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Explores the Swagger documentation at a given URL. Parameters: url (string), options (object with paths and schemas boolean flags)
Retrieves detailed schema information for a specified schema name. Parameters: url (string), schemaName (string)
Fetches the available response schemas for a specific endpoint and HTTP method. Parameters: url (string), path (string), method (string)