The user wants a short "about" introduction for an MCP server called "APIMatic Validator MCP Server". It's an OpenAPI specification validator. I need to write a short HTML snippet that describes what it can connect to and whether it might require a key.
Let me think about this:
- Name: APIMatic Validator MCP Server
- Purpose: Auto-validate OpenAPI specs, find design issues quickly
- It's from apimatic/apimatic-validator GitHub
APIMatic is a known API validation service. They typically require API keys for their cloud-based validation. So this likely needs an API key/token to function.
Let me write a concise HTML introduction:
关于 APIMatic Validator MCP Server
APIMatic Validator MCP Server 是一款面向 OpenAPI(Swagger)规范的自动化校验工具,能在设计阶段就帮你揪出结构错误、字段缺失、命名冲突等常见问题,省去人工逐条对照规范的繁琐流程。
它能做什么
- 校验 OpenAPI 2.0 / 3.x 文档的语法与语义正确性;
- 识别路径、参数、响应模型中的不一致与最佳实践偏离;
- 在 MCP 对话中直接给出可操作的修复建议。
接入说明
该服务依赖 APIMatic 的云端校验能力,使用前需要准备 APIMatic 平台的 API Key,请在 MCP 客户端的鉴权配置中填入后再启动连接。
参考仓库:apimatic/apimatic-validator