This repository provides an MCP server that validates OpenAPI specifications using the APIMatic API, supporting both JSON and YAML formats, and integrating seamlessly with Claude Desktop for validation summaries.
This repository hosts a Model Context Protocol (MCP) Server designed to validate OpenAPI specifications using the APIMatic API. It processes OpenAPI files, returning validation summaries.
Requires Node.js v18 or higher.
npm install
.npm run build
.An APIMatic API key is required, obtainable by signing up at APIMatic.
Modify or create claude_desktop_config.json
in the appropriate directory for your OS. Add the MCP server configuration, including the path to build/index.js
and your APIMatic API key as an environment variable (APIMATIC_API_KEY
).
apimatic/apimatic-validator-mcp
March 19, 2025
March 19, 2025
TypeScript