Skip to content

WebMCP Tooling SuiteMCP Feed Ecosystem Tools

The complete toolkit for discovering, validating, signing, and monitoring feeds that power AI agent integrations

WebMCP Tooling Suite

Supported Feed Formats

WebMCP Tooling Suite supports two feed formats for the Model Context Protocol (MCP) ecosystem:

FormatFileStatusDescription
LLMFeed JSONmcp.llmfeed.jsonFully SupportedStructured JSON format with cryptographic signing, capability schemas, and full validation
llms.txtllms.txt, /.well-known/llms.txtFully SupportedMarkdown 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.

The MCP Feed Ecosystem

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.

📝 CreateAuthor your feed
✅ Validatellmfeed-validator
🔐 Signllmfeed-signer
🚀 PublishDeploy to web
📊 Monitorllmfeed-health

Quick Install

bash
# 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-parser

Why WebMCP?

5
npm Packages
Ed25519
Cryptographic Standard
100%
TypeScript
MIT
License

For Service Providers

Expose your APIs and services to AI agents with a standardized feed format. WebMCP tools help you:

  • Validate your feed structure before publishing
  • Sign feeds cryptographically for authenticity
  • Monitor feed health and availability
  • Register in the public directory for discovery

For AI Platforms

Consume feeds reliably with built-in verification:

  • Validate incoming feeds against the schema
  • Verify Ed25519 signatures to ensure authenticity
  • Crawl feeds and track health metrics
  • Discover new feeds from the directory

Community documentation provided as-is. Not official guidance. Verify before production use.