MCP server exposing 4 tools for schemastore.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/schemastore/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
list_schemas — List SchemaStore catalog entries. Optional case-insensitive filter on name/description/fileMatch.find_schema_for — Find catalog entries whose fileMatch globs cover the given filename.fetch_schema — Fetch a JSON Schema document by URL (must be hosted on json.schemastore.org).lookup — Exact-name lookup against the catalog (case-insensitive).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/schemastore/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io