ajv-validator-mcp-server
@mallanisp
About ajv-validator-mcp-server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ajv-validator-mcp-server?
A minimal MCP server that validates JSON data against JSON Schema using the AJV library, with support for extended format validation via ajv-formats. Designed for integration with any MCP-compatible client or tool.
How to use ajv-validator-mcp-server?
Install dependencies, compile TypeScript sources, then copy and edit the example configuration file to specify the Node.js binary and the built server entrypoint. Start the server with npm start or run the compiled file directly. For interactive testing, use the MCP SDK Inspector.
Key features of ajv-validator-mcp-server
- Exposes a single
ajv-validatorMCP tool. - Validates JSON data against a provided JSON Schema.
- Integrates ajv-formats for extended format validation.
- Written in TypeScript with compiled output in
dist/. - Compatible with the MCP SDK Inspector for interactive testing.
Use cases of ajv-validator-mcp-server
- Validate JSON data in an MCP-enabled client or agent.
- Ensure API payloads conform to required JSON Schemas.
- Debug schema validations interactively via the MCP Inspector.
- Embed schema validation in a larger MCP-based workflow.
FAQ from ajv-validator-mcp-server
What does the ajv-validator tool do?
It accepts a JSON Schema as the schema parameter and JSON data as the data parameter, then returns a validation success message or a list of errors.
How can I test the server without a full MCP client?
Run npm run inspector to launch the MCP SDK Inspector, which connects to your server and lets you invoke the ajv-validator tool interactively, inspect parameters, and view responses.
What are the main dependencies of the server?
The server depends on AJV for schema validation, ajv-formats for format support, and the MCP SDK for protocol communication.
How do I configure the server for my environment?
Copy the example configuration file provided in the project, edit it to point to your Node.js binary and the built server entrypoint (e.g., dist/index.js), then start the server.
Does the server require a specific runtime?
Yes, it requires Node.js to run the compiled JavaScript and the npm scripts for building and starting.
Frequently asked questions
What does the ajv-validator tool do?
It accepts a JSON Schema as the `schema` parameter and JSON data as the `data` parameter, then returns a validation success message or a list of errors.
How can I test the server without a full MCP client?
Run `npm run inspector` to launch the MCP SDK Inspector, which connects to your server and lets you invoke the `ajv-validator` tool interactively, inspect parameters, and view responses.
What are the main dependencies of the server?
The server depends on AJV for schema validation, ajv-formats for format support, and the MCP SDK for protocol communication.
How do I configure the server for my environment?
Copy the example configuration file provided in the project, edit it to point to your Node.js binary and the built server entrypoint (e.g., `dist/index.js`), then start the server.
Does the server require a specific runtime?
Yes, it requires Node.js to run the compiled JavaScript and the npm scripts for building and starting.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ghidraMCP
LaurieWiredMCP Server for Ghidra
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments