schemastore
Provides JSON Schema catalog and lookup for GitHub Actions workflow files, enabling validation and autocompletion for CI/CD configurations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@schemastoreFind the JSON schema for a docker-compose file."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/schemastore
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.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Tools
list_schemas(filter?, limit?)— list catalog entries;filteris a case-insensitive substring on name/description/fileMatchfind_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
Related MCP server: MCP Server for OSCAL
Data source
https://www.schemastore.org/api/json/catalog.json
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"schemastore": {
"url": "https://gateway.pipeworx.io/schemastore/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Schemastore data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides AI assistants with access to Vega-Lite documentation, visualization examples, and specification validation tools. Enables searching docs, retrieving examples by category, validating JSON specs, and accessing schema information for creating data visualizations.41MIT
- AlicenseAqualityCmaintenanceProvides AI assistants with specialized tools to interact with NIST's Open Security Controls Assessment Language (OSCAL) framework. It enables agents to retrieve schemas, explore models, and generate valid OSCAL documentation for security compliance automation.4051Apache 2.0

Schema.gov.it MCP Serverofficial
AlicenseAqualityCmaintenanceEnables AI agents to semantically explore and analyze the Italian government data catalog (schema.gov.it), including ontologies, vocabularies, datasets, and data quality checks.479MIT
Hermai MCPofficial
AlicenseAqualityAmaintenanceEnables agent runtimes to look up, classify, and fetch Hermai schemas as MCP tools, including read-only data retrieval via hosted endpoints (with optional API key).540AGPL 3.0
Related MCP Connectors
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-schemastore'
If you have feedback or need assistance with the MCP directory API, please join our Discord server