APIMatic Validator MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@APIMatic Validator MCP Servervalidate this OpenAPI 3.0 YAML file for compliance issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
APIMatic Validator MCP Server
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.
Features
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
Related MCP server: MCP Gatekeeper
Installation
Ensure that Node.js v18+ is installed.
Clone the Repository
git clone https://github.com/apimatic/apimatic-validator-mcp.git
cd apimatic-validator-mcpInstall Dependencies
npm installBuild the Project
npm run buildConfiguration
To use the server, an APIMatic API key is required. Sign up at APIMatic and obtain the API key.
Integration with Claude Desktop
Modify the claude_desktop_config.json file to integrate the MCP server. If the file does not exist, create one in the following location:
Windows
code $env:AppData\Claude\claude_desktop_config.jsonmacOS/Linux
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonAdd the MCP Server to the Configuration
{
"mcpServers": {
"APIMatic": {
"command": "node",
"args": [
"C:\\PATH\\TO\\PARENT\\FOLDER\\build\\index.js"
],
"env": {
"APIMATIC_API_KEY": "<Add your APIMatic token here>"
}
}
}
}Once configured, a hammer icon should appear in Claude Desktop. Open it to verify that the validate-openapi-using-apimatic tool is successfully integrated.
Usage
Add an OpenAPI file.
Provide a prompt to validate it.
The validation results will be returned.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceProvides OpenAPI validation and analysis tools to assist developers in building Model Context Protocol servers. It generates developer context and specific agent prompts based on API specifications to streamline the creation of agentic workflows.Last updated9
- Flicense-qualityDmaintenanceEnables users to validate MCP servers, skills, extensions, and packages for schema, security, functional, and semantic quality directly from their MCP client.Last updated
- AlicenseAqualityBmaintenanceEnables AI agents to lint API artifacts (OpenAPI, AsyncAPI, Arazzo) and manage rulesets conversationally via the Model Context Protocol.Last updated4Apache 2.0
- Flicense-qualityBmaintenanceValidates OpenAPI documents, JSON Schemas, and JSON payloads. Also compares OpenAPI specs and displays breaking changes.Last updated
Related MCP Connectors
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apimatic/apimatic-validator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server