MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/APIMatic MCP
Code ExecutionOfficial
A

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.

7 starsUpdated Mar 19, 2025
View on GitHub

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

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago