Feed Validation
Comprehensive schema validation for LLMFeed JSON feeds and llms.txt files with detailed error reporting. Ensure your feeds are AI-ready.
Learn more
The complete toolkit for discovering, validating, signing, and monitoring feeds that power AI agent integrations
WebMCP Tooling Suite supports two feed formats for the Model Context Protocol (MCP) ecosystem:
| Format | File | Status | Description |
|---|---|---|---|
| LLMFeed JSON | mcp.llmfeed.json | ✅ Fully Supported | Structured JSON format with cryptographic signing, capability schemas, and full validation |
| llms.txt | llms.txt, /.well-known/llms.txt | ✅ Fully Supported | Markdown format for human-readable documentation with parsing, validation, and RAG utilities |
NEW in v1.2.0
llms.txt support is now available! The @25xcodes/llmstxt-parser package provides full parsing, validation, and RAG utilities for llms.txt files.
WebMCP Tooling Suite provides the foundational tooling for the Model Context Protocol (MCP) feed ecosystem. Whether you're a service provider exposing capabilities to AI agents, or a platform consuming feeds, these tools ensure interoperability, trust, and reliability.
# Validator - Schema validation & signature verification
npm install @25xcodes/llmfeed-validator
# Signer - Ed25519 key generation & feed signing
npm install @25xcodes/llmfeed-signer
# Health Monitor - Feed crawling & health reports
npm install @25xcodes/llmfeed-health-monitor
# llms.txt Parser - Parse llms.txt files with RAG utilities
npm install @25xcodes/llmstxt-parserExpose your APIs and services to AI agents with a standardized feed format. WebMCP tools help you:
Consume feeds reliably with built-in verification: