APIMatic MCP
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
Ads
Overview
This repository provides a Model Context Protocol (MCP) Server for validating OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API. - Validates OpenAPI 2.0 and 3.0 files - Uses APIMatic’s API for comprehensive validation - Supports both JSON and YAML formats - Implements Model Context Protocol (MCP) for seamless integration To use the server, an APIMatic API key is required. Sign up at APIMatic and obtain the API key.
Installation
npm install
Configuration
{
"mcpServers": {
"APIMatic": {
"command": "node",
"args": [
"C:\\PATH\\TO\\PARENT\\FOLDER\\build\\index.js"
],
"env": {
"APIMATIC_API_KEY": "<Add your APIMatic token here>"
}
}Capabilities
- Validate an OpenAPI spec
Ask the assistant to run `validate-openapi-using-apimatic` on an attached OpenAPI 2.0 or 3.0 file (JSON or YAML) and return a validation summary.
- Get a structured validation report
Receive APIMatic’s comprehensive validation results directly in the conversation, including any errors or warnings found.
- Check an API definition before implementation
Validate an OpenAPI file early to catch specification issues before generating SDKs or documentation.
Tags
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.