Agent Tools
Back to MCP servers
● down

MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://apim-agentforge-6lfm33.azure-api.net/schema-validate/mcp
JSON-RPC initialize probe
curl -X POST https://apim-agentforge-6lfm33.azure-api.net/schema-validate/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'