๐Ÿ“ Official LLMFeed Schema

Public Schema Files

These schemas define the structure of `.llmfeed.json` files according to the MCP standard.

How to use the schema

Reference the canonical schema in your `.llmfeed.json` like this:

{
  "$schema": "https://wellknownmcp.org/.well-known/schema.llmfeed.json",
  "feed_type": "export",
  "metadata": {
    "title": "My Feed",
    "origin": "https://example.com"
  },
  ...
}

Coming soon: Schema Validator

You will be able to drop your `.llmfeed.json` file here and validate it against the schema.

The validator will support live validation, linting, and structure suggestions.