{"type":"mcp_server","name":"apimatic-validator-mcp","description":"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.","category":"Developer Tools","language":"TypeScript","stars":8,"forks":1,"owner":"apimatic","github_url":"https://github.com/apimatic/apimatic-validator-mcp","homepage":null,"setup":"## Setup\n\nEnsure that **Node.js v18+** is installed.\n\n### Clone the Repository\n```sh\ngit clone https://github.com/apimatic/apimatic-validator-mcp.git\ncd apimatic-validator-mcp\n```\n\n### Install Dependencies\n```sh\nnpm install\n```\n\n### Build the Project\n```sh\nnpm run build\n```\n\nTo use the server, an APIMatic API key is required; sign up at [APIMatic](https://www.apimatic.io/) and obtain the API key.\n\n### Integration with Claude Desktop\n\nModify the `claude_desktop_config.json` file to integrate the MCP server; if the file does not exist, create one in the specified location for Windows or macOS/Linux.\n\n#### Windows\n```sh\ncode $env:AppData\\Claude\\claude_desktop_config.json\n```\n\n#### macOS/Linux\n```sh\ncode ~/Library/Application\\ Support/Claude/claude_desktop_config.json\n```\n\n### Add the MCP Server to the Configuration\n```json\n{\n    \"mcpServers\": {\n        \"APIMatic\": {\n            \"command\": \"node\",\n            \"args\": [\n                \"C:\\\\PATH\\\\TO\\\\PARENT\\\\FOLDER\\\\build\\\\index.js\"\n            ],\n            \"env\": {\n                \"APIMATIC_API_KEY\": \"<Add your APIMatic token here>\"\n            }\n        }\n    }\n}\n```\n\nOnce configured, a hammer icon should appear in Claude Desktop; open it to verify that the `validate-openapi-using-apimatic` tool is successfully integrated.","tools":"## Available Tools\n\n1.  Validates OpenAPI 2.0 and 3.0 files (Validates OpenAPI specifications).\n2.  Uses APIMaticâs API for comprehensive validation (Leverages APIMatic's API for validation).\n3.  Supports both JSON and YAML formats (Supports different file formats).\n4.  Implements Model Context Protocol (MCP) for seamless integration (Integrates using MCP).","faq":null,"created_at":"2025-03-19T10:35:22+00:00","updated_at":"2025-03-19T11:57:28+00:00","source_url":"https://model-context-protocol.com/servers/openapi-validator-mcp-server-apimatic-api","related_articles":[]}