Data Models MCP
An MCP server that enables AI coding assistants to view and edit OpenAPI and AsyncAPI documents.
Installation
npm install -g @apitomy/data-models-mcp
# Add to your Claude Code MCP settings:
{
"mcpServers": {
"apitomy-data-models": {
"command": "npx",
"args": ["-y", "@apitomy/data-models-mcp"]
}
}
}
# Run directly with npx (no install required):
npx @apitomy/data-models-mcp
Features
AI-Powered Editing
Let AI coding assistants like Claude create, edit, and validate your OpenAPI and AsyncAPI specifications through natural language.
100+ Tools
Over 100 MCP tools for session management, querying, editing, validation, and format transformation of API documents.
Multi-Format
Load and save documents in JSON or YAML. Convert between formats and between OpenAPI spec versions on the fly.
Real-Time Validation
Validate documents against the OpenAPI or AsyncAPI specification and get detailed problem reports with locations.