MCP Server Documentation
Schemas.Pub provides a Model Context Protocol (MCP) server that allows MCP-compatible clients to search for, create, and update schemas directly.
Connection
Configure your MCP client to connect at https://schemas.pub/mcp/
Authentication
All requests to the MCP server require an X-API-Key header with a valid API key.
You can create or manage your API key here.
Capabilities
The MCP server adds the following functionality to your MCP client:
search_schemas
The search_schemas tool that allows the client to browse and search for schemas by keywords or by a JSON schema's $id.
Access schemas
Individual schema manifests can be retrieved as MCP resources using the following URI template:
schema://[schema_id]
where [schema_id] is the numeric ID of the schema.
create_schema
The create_schema tool enables the client to create new schemas from a Schemas.Pub manifest.
update_schema
The update_schema tool enables the client to update your schemas from a Schemas.Pub manifest.
Access manifest schema definition
The Schemas.Pub manifest itself can be retrieved as an MCP resource at schema://manifest.json