Catalog
io.github.CedricKouma/schema-validate
OfficialMCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API
Validates JSON against JSON Schema draft-07 and 2020-12 specifications.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
AGENTFORGE_BASE_URLAgentForge APIM gateway base URL
AGENTFORGE_API_KEYrequiredsecretAPIM subscription key (Ocp-Apim-Subscription-Key / x-api-key)
claude_desktop_config.json
{
"mcpServers": {
"schema-validate": {
"command": "npx",
"args": [
"-y",
"agentforge-schema-validate-mcp@0.1.0"
],
"env": {
"AGENTFORGE_BASE_URL": "<YOUR_AGENTFORGE_BASE_URL>",
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>"
}
}
}
}