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 — Match a config filename against the SchemaStore catalog (schemastore.org) to find which JSON Schemas declare a fileMatch glob covering it, for example package.json, tsconfig.json, or .github/workflows/ci.yml. Returns the matching catalog entries with schema name, description, fileMatch globs, and the json.schemastore.org schema URL. Answers which JSON Schema validates a given config file so an editor or linter can be pointed at it.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