@seriousme/openapi-schema-validator Connector for AI agents.
1 live capability
Verify your Swagger and OpenAPI specs for errors before generating SDKs.
Waiting for input…
Why people use @seriousme/openapi-schema-validator
OpenAPI Validator Engine for API Specification Testing
This Connector changes that by acting as a filter. You give it the spec, and it spits out a list of every single problem with the exact path. You stop guessing where the error is and start fixing it immediately.
What Vinkius changes
You get a clean, valid API spec before you ever write a line of code.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Partner API Integration
A developer gets a messy spec from a third party and uses the capability to find 10 broken references before starting work.
- Real-world use case 02
Automated SDK Generation
A team wants to generate a TypeScript client and uses the capability to make sure the spec is perfect first.
- Real-world use case 03
CI/CD Pipeline
A DevOps lead adds a check to their pipeline that uses validate_openapi to block any deployment with a bad Swagger file.
Complete set · 1capability
The complete @seriousme/openapi-schema-validator capability set.
These are the exact actions your AI can choose when you ask it to work with @seriousme/openapi-schema-validator.
01
1 capability in this set.
Part of 1 available through @seriousme/openapi-schema-validator.
- 01 Capability
Validate openapi
Send a JSON string of your spec to check it against official schemas. It returns the version and a detailed list of every error found with its exact path.
Set up in minutes
One URL. Then ask @seriousme/openapi-schema-validator to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use @seriousme/openapi-schema-validator from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_G95x3PwWbp62LMB6m5PHyPKsw6CprV2yBUtgMX7s/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it @seriousme/openapi-schema-validator, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable @seriousme/openapi-schema-validator for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_G95x3PwWbp62LMB6m5PHyPKsw6CprV2yBUtgMX7s/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the @seriousme/openapi-schema-validator URL.
- Step 03
Save and start
Save the connection and enable @seriousme/openapi-schema-validator in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"openapi-validator-engine": {
"url": "https://edge.vinkius.com/vk_preview_G95x3PwWbp62LMB6m5PHyPKsw6CprV2yBUtgMX7s/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using @seriousme/openapi-schema-validator
Open Agent mode in chat and ask: "Using @seriousme/openapi-schema-validator, help me...". 1 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"openapi-validator-engine": {
"url": "https://edge.vinkius.com/vk_preview_G95x3PwWbp62LMB6m5PHyPKsw6CprV2yBUtgMX7s/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using @seriousme/openapi-schema-validator
Ask Copilot: "Using @seriousme/openapi-schema-validator, help me...". 1 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"openapi-validator-engine": {
"url": "https://edge.vinkius.com/vk_preview_G95x3PwWbp62LMB6m5PHyPKsw6CprV2yBUtgMX7s/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using @seriousme/openapi-schema-validator
Open Cascade and ask: "Using @seriousme/openapi-schema-validator, help me...". 1 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"openapi-validator-engine": {
"url": "https://edge.vinkius.com/vk_preview_G95x3PwWbp62LMB6m5PHyPKsw6CprV2yBUtgMX7s/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using @seriousme/openapi-schema-validator
Ask Cline: "Using @seriousme/openapi-schema-validator, help me...". 1 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add openapi-validator-engine --transport http "https://edge.vinkius.com/vk_preview_G95x3PwWbp62LMB6m5PHyPKsw6CprV2yBUtgMX7s/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using @seriousme/openapi-schema-validator
Ask Claude: "Using @seriousme/openapi-schema-validator, show me...". 1 tools are ready
Where the request belongs
Work @seriousme/openapi-schema-validator can move forward.
This is for developers who deal with API specifications daily and need to ensure their documentation is technically perfect before it hits production.
Backend Engineer
Checking a partner's messy API spec for errors before trying to write a client in Go or Python.
DevOps Engineer
Setting up a CI/CD gate to automatically reject any pull request that includes a broken OpenAPI file.
QA Engineer
Verifying that the documentation matches the actual intended behavior of the backend team.
SDK Developer
Ensuring that the source of truth for your automated SDK generation is 100% compliant.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOpenAPI Spec Validator
Validate OpenAPI 3.x documents for structural compliance, orphaned components, and path parameter consistency.
SwaggerHub
Connect your AI to SwaggerHub. Read OpenAPI specifications, explore domains, and manage your API design lifecycle natively from the terminal.
API Contract Diff Checker
Detect breaking and additive changes in OpenAPI and GraphQL schemas.
Apiary
Manage your API design-first workflows via Apiary. read blueprints, publish docs, and run tests directly from your AI agent.
JSON Schema Validator
Validate JSON documents and lint schemas for structural integrity.
OpenAPI Context Window Packer
Prune massive OpenAPI specs to fit within LLM context windows.
Bring your own AI
Change the model, client or framework. Keep @seriousme/openapi-schema-validator connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about @seriousme/openapi-schema-validator.
The practical details behind the request, access and result.
Does the OpenAPI Validator Engine support Swagger 2.0?
Yes, it supports Swagger 2.0, as well as OpenAPI 3.0, 3.1, and 3.2.
Can I use the OpenAPI Validator Engine to fix my spec?
It identifies every error and provides the exact JSON path for each one, so you can make the necessary edits quickly.
Is my data safe with the OpenAPI Validator Engine?
Yes, all validation happens locally on your machine. Your API specifications are never sent to an external service.
Does the OpenAPI Validator Engine work with OpenAPI 3.1?
Yes, it fully supports the OpenAPI 3.1 standard.
How do I use the OpenAPI Validator Engine in my CI/CD?
You can call the validation capability as a step in your pipeline to automatically reject any pull requests that contain invalid API specifications.
Which OpenAPI versions does it support?
Swagger 2.0, OpenAPI 3.0.x, OpenAPI 3.1.x, and OpenAPI 3.2.x. The version is auto-detected from the spec.
Does it validate $ref references?
Yes. The validator checks that all $ref pointers resolve to existing schema definitions. Missing or circular references are reported as errors.
Can I use this as a CI/CD quality gate?
Absolutely. If isValid is false, block code generation and SDK publishing. The error paths pinpoint exactly what to fix.
One connection away
Give your agent a direct line to @seriousme/openapi-schema-validator.
Connect @seriousme/openapi-schema-validator once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available