1. validate-openapi-using-apimatic
Validates OpenAPI 2.0 and 3.0 files using APIMatic's API for comprehensive validation.
APIMatic Validator MCP Server is a Model Context Protocol server that validates OpenAPI 2.0 and 3.0 specifications using APIMatic's API, supporting both JSON and YAML formats for seamless integration with development tools.
{
"mcpServers": {
"APIMatic": {
"command": "node",
"args": [
"C:\\PATH\\TO\\PARENT\\FOLDER\\build\\index.js"
],
"env": {
"APIMATIC_API_KEY": "<Add your APIMatic token here>"
}
}
}
}