@pipeworx/schemastore

Connect: https://gateway.pipeworx.io/schemastore/mcp · Install: one-click buttons

Tools: 4

JSON Schema Store MCP — catalog of JSON Schemas for hundreds of well-known config/data file formats (package.json, tsconfig.json, GitHub Actions workflows, OpenAPI, etc). Keyless.

Tools

  • list_schemas(filter?, limit?) — list catalog entries; filter is a case-insensitive substring on name/description/fileMatch
  • find_schema_for(filename) — find schemas that match a given filename (e.g. package.json, .github/workflows/ci.yml)
  • fetch_schema(url) — fetch the raw JSON Schema document from the catalog (schemastore-hosted URL)
  • lookup(name) — exact-name lookup against the catalog

Data source

https://www.schemastore.org/api/json/catalog.json

Tools

  • 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).

Tools

  • fetch_schema — Fetch a JSON Schema document by URL (must be hosted on json.schemastore.org).
  • find_schema_for — Find catalog entries whose fileMatch globs cover the given filename.
  • list_schemas — List SchemaStore catalog entries. Optional case-insensitive filter on name/description/fileMatch.
  • lookup — Exact-name lookup against the catalog (case-insensitive).

Regenerated from source · build May 21, 2026