Skip to main content

๐Ÿ“œ LLMFeed Manifesto: Building the Web Infrastructure for the Agentic Era

Building on Anthropic's excellent Model Context Protocol with the missing web-native infrastructure for the emerging Agentic Web.


๐ŸŽฏ Our Mission: Extending Excellent Foundationsโ€‹

Anthropic created something remarkable with the Model Context Protocol (modelcontextprotocol.io) โ€” an elegant, robust foundation for agent-tool communication.

Our mission: Extend this excellent foundation with the missing web-native layer that enables global discovery, cryptographic trust, and autonomous agent operation at internet scale.

We're not replacing anything. We're completing the ecosystem.


๐Ÿค Building on Anthropic's Excellenceโ€‹

What Anthropic MCP Does Brilliantlyโ€‹

  • โœ… Outstanding tool calling protocol (JSON-RPC foundation)
  • โœ… Robust server-model integration (stdin/stdout transport)
  • โœ… Clear resource management (tools, resources, prompts)
  • โœ… Thoughtful authentication flows (secure local configurations)
  • โœ… Excellent developer experience (SDKs, documentation, examples)

What LLMFeed Adds to Complete the Visionโ€‹

  • ๐ŸŒ Web-native discovery (.well-known/ standard)
  • ๐Ÿ” Cryptographic trust infrastructure (Ed25519 + LLMCA)
  • ๐ŸŒ Multi-LLM compatibility (beyond Claude ecosystem)
  • ๐Ÿ”„ Progressive enhancement strategy (maintains full MCP compatibility)
  • ๐Ÿงฌ Privacy-preserving capabilities (homomorphic encryption)

Together: Complete agent-ready infrastructure from local tools to global web.


๐Ÿš€ The Paradigm Shift: From SEO to AIOโ€‹

Today's Web (Human-Centric)โ€‹

  • SEO: Search Engine Optimization for human discovery
  • HTML: Structure for human consumption
  • Trust: Implicit, based on domain reputation
  • Interaction: Manual, synchronous, click-driven

Tomorrow's Agentic Web (Agent-Native)โ€‹

  • AIO: Agentic Information Optimization for agent discovery
  • LLMFeed: Structure for agent comprehension (building on MCP)
  • Trust: Explicit, cryptographically verifiable
  • Interaction: Autonomous, asynchronous, goal-driven

We're building the web layer for Anthropic's excellent agent foundations.


๐Ÿงฌ What Makes LLMFeed Revolutionaryโ€‹

๐Ÿ” Cryptographic Trust by Designโ€‹

Unlike traditional web protocols, every LLMFeed carries its trust DNA:

{
"trust": {
"signed_blocks": ["capabilities", "trust"],
"certifier": "https://llmca.org",
"algorithm": "ed25519"
},
"signature": {
"value": "cryptographic_proof_of_integrity",
"created_at": "2025-06-10T14:30:00Z"
}
}

Result: Agents can verify data integrity without trusting the transport layer.

๐Ÿง  Progressive Disclosure by Audienceโ€‹

Traditional APIs serve the same content to everyone. LLMFeed serves contextually appropriate content:

{
"data": {
"technical_docs": {
"content": "API documentation...",
"audience": ["developer"]
},
"agent_actions": {
"content": "Executable commands...",
"audience": ["llm"]
}
}
}

Result: Developers see documentation, agents see actions. Optimal UX for each user type.

๐Ÿ›ก๏ธ Homomorphic Encryption for Privacy-Preserving AIโ€‹

Our most disruptive innovation enables agents to compute on encrypted data:

{
"homomorphic_encryption": {
"applied_to": ["data"],
"algorithm": "BFV",
"notes": "Agents process without seeing raw data"
}
}

Result: Healthcare, finance, and legal agents can collaborate without compromising privacy.

โšก Enterprise-Grade APIs with Native Securityโ€‹

Building on MCP's security model with web-scale features:

{
"rate_limits": {
"path": "/api/query",
"limit": 100,
"remaining": 23,
"period": "hourly"
},
"authentication": {
"type": "bearer",
"scope": "read:public"
}
}

Result: Enterprise security at web scale, compatible with MCP's excellent local security.


๐ŸŒŸ Our Three-Pillar Ecosystemโ€‹

1. ๐Ÿ›๏ธ LLMCA: The Trust Authorityโ€‹

  • Third-party certification for feeds and capabilities
  • Community governance model
  • Decentralized flagging system for suspicious content
  • Trust scoring algorithm (4-level dynamic assessment)

2. ๐Ÿ› ๏ธ LLMFeedForge: The Developer Experienceโ€‹

  • Visual feed editor with real-time validation
  • SDK ecosystem (Python, TypeScript, more coming)
  • VS Code & Chrome extensions for seamless integration
  • MIME type support for native web recognition

3. ๐Ÿ“š WellKnownMCP: The Living Specificationโ€‹

  • 12 specialized feed types extending MCP concepts
  • Extensible architecture for future innovations
  • OpenAPI hybridization for maximum compatibility
  • Community-driven evolution through open governance

๐Ÿ“Š Proof of Momentum: Real-World Impactโ€‹

๐Ÿš€ Adoption Metricsโ€‹

  • >1,000 downloads/week for Python/TypeScript SDKs
  • >50 websites with integrated Export Button
  • 12 French startups using LLMFeed in production
  • 8 organizations pursuing LLMCA certification

๐ŸŽฏ Technical Validationโ€‹

  • Major LLMs natively understand LLMFeed format
  • IANA MIME type submission in progress (application/llmfeed+json)
  • Swagger/Postman integration for hybrid OpenAPI workflows
  • Chrome DevTools extension for developer inspection

๐ŸŒ Enterprise Adoptionโ€‹

  • OVHcloud validated proof of concept
  • Healthcare pilots using homomorphic encryption
  • Financial services implementing trust scoring
  • Government agencies exploring cross-agency pipelines

๐ŸŒ Ecosystem Collaboration: Building Togetherโ€‹

๐Ÿค Complementing Anthropic's MCPโ€‹

Anthropic MCP provides the excellent foundation:

  • Outstanding tool calling protocol
  • Robust local configurations
  • Excellent developer experience
  • Clear security model

LLMFeed adds the web layer:

  • Global discovery via .well-known/
  • Cryptographic verification infrastructure
  • Multi-LLM compatibility
  • Progressive enhancement path

Together: Complete agent infrastructure from local tools to global web.

๐ŸŒŸ Synergy with Microsoft NLWebโ€‹

  • LLMFeed: Universal data format + trust infrastructure
  • NLWeb: Conversational interfaces for websites
  • Collaboration: NLWeb can use MCP transport, LLMFeed provides data format
  • Result: Enhanced ecosystem where everyone wins

๐Ÿ”„ Integration with Traditional Systemsโ€‹

  • OpenAPI: Technical schemas remain valuable
  • Schema.org: Structured data has its place
  • JSON-LD: Semantic web integration
  • Progressive enhancement: Works with everything, better with LLMFeed

๐Ÿ”ฎ Our 2026 Vision: Complete Agentic Infrastructureโ€‹

Q3 2025: Multimodal Revolutionโ€‹

  • Image, audio, video feeds with cryptographic verification
  • Cross-media agent workflows (text โ†’ voice โ†’ action)
  • Creative AI pipelines with provenance tracking

Q4 2025: Blockchain Integrationโ€‹

  • Immutable feed notarization on decentralized networks
  • Smart contract integration for automated agent transactions
  • Decentralized governance for community-driven standards

Q1 2026: Real-Time Collaborative Agentsโ€‹

  • Live feed streaming for dynamic agent coordination
  • Multi-agent consensus protocols with conflict resolution
  • Distributed computation across agent networks

Q2 2026: LLMFeed Network (.mcp TLD)โ€‹

  • Native agent internet with dedicated top-level domain
  • Mesh networking for autonomous agent discovery
  • Economic protocols for agent-to-agent value exchange

๐Ÿงญ Core Principles That Guide Usโ€‹

1. Collaboration Over Competitionโ€‹

We build with the ecosystem, not against it. Anthropic's MCP is excellent โ€” we extend it.

2. Trust Over Convenienceโ€‹

Every feature prioritizes verifiable integrity over ease of implementation.

3. Agents Are First-Class Citizensโ€‹

We design for agents first, humans second. Building on MCP's agent-centric philosophy.

4. Privacy by Architectureโ€‹

Homomorphic encryption isn't a feature โ€” it's a fundamental right in the age of AI.

5. Community Over Controlโ€‹

Open governance, decentralized certification, distributed moderation. Building on open standards.


๐Ÿšซ What We Refuse to Buildโ€‹

โŒ Competition with Excellent Existing Standardsโ€‹

  • We complement, don't compete with Anthropic's MCP
  • We enhance, don't replace successful protocols
  • We collaborate, don't fragment the ecosystem

โŒ Another Walled Gardenโ€‹

  • No vendor lock-in
  • No proprietary extensions
  • No closed certification authorities

โŒ Surveillance Infrastructureโ€‹

  • Privacy-preserving by design
  • Minimal data collection
  • User consent over platform profit

โŒ Complexity for Its Own Sakeโ€‹

  • Simple adoption path
  • Progressive enhancement
  • Backward compatibility

๐Ÿค Join the Collaborative Visionโ€‹

For Developersโ€‹

  • Start small: Add .well-known/mcp.llmfeed.json to complement your MCP setup
  • Go deep: Implement homomorphic encryption for sensitive data
  • Build bridges: Create tools that work with both MCP and LLMFeed

For Enterprisesโ€‹

  • Pilot LLMCA certification for your critical services
  • Explore agent-to-agent workflows building on MCP foundations
  • Shape the standards through enterprise consortium membership

For Researchersโ€‹

  • Extend both specifications with domain-specific innovations
  • Validate security models through academic research
  • Pioneer new use cases in privacy-preserving AI

For the MCP Communityโ€‹

  • Bridge the gap between local MCP and web-scale deployment
  • Contribute to compatibility between MCP and LLMFeed
  • Shape the future of agent infrastructure together

๐ŸŒ The Stakes: Why Collaboration Mattersโ€‹

The next decade will determine whether the Agentic Web becomes:

๐ŸŒŸ The Vision We're Building Togetherโ€‹

  • Open, verifiable, agent-native infrastructure (building on MCP)
  • Privacy-preserving AI collaboration across platforms
  • Democratic governance of digital standards
  • Innovation accessible to everyone

๐Ÿšจ The Alternative We're Preventingโ€‹

  • Fragmented agent ecosystems that don't interoperate
  • Surveillance capitalism in the age of agents
  • Closed AI platforms controlling access
  • Innovation monopolized by tech giants

๐ŸŽฏ Our Commitment: The LLMFeed Pledgeโ€‹

We commit to building infrastructure that:

  1. Enhances existing excellent protocols like Anthropic's MCP
  2. Makes trust measurable and verifiable
  3. Preserves privacy through advanced cryptography
  4. Remains open and community-governed
  5. Enables innovation through collaboration

We pledge that LLMFeed will always:

  • Complement, not compete with excellent existing standards
  • Maintain compatibility with MCP and other protocols
  • Prioritize collaboration over market dominance
  • Serve the community over corporate interests

๐Ÿš€ The Future We're Building Togetherโ€‹

Every .llmfeed.json feed you create extends the open Agentic Web.

Every signature you verify strengthens the trust infrastructure.

Every agent that speaks both MCP and LLMFeed advances collaborative AI.

The infrastructure of tomorrow is built through collaboration, not competition.
It's built by communities working together, one protocol at a time.


๐Ÿ”— Join the Collaborative Movementโ€‹


The Agentic Web is being built by many hands.
Anthropic laid excellent foundations. We're adding the web-native layer.
Together, we're creating infrastructure that serves everyone.

With LLMFeed, we choose collaboration, cryptographic integrity, and community governance โ€” building on the excellent work of pioneers like Anthropic.

Join us. Tomorrow's internet is being built together, today.


This manifesto is a living document, evolved through community collaboration. Like the LLMFeed specification itself, it grows through partnership with excellent existing standards. Version: 2.1 โ€” Updated for collaborative ecosystem leadership.