πŸ›°οΈ The Case for .well-known/mcp.llmfeed.json

An update from the protocol ecosystem

πŸ›°οΈ The Case for .well-known/mcp.llmfeed.json


Why .well-known/?

.well-known/ is the standard gateway for protocols to declare machine-consumable context:

βœ… security.txt β†’ for security contacts
βœ… webfinger β†’ for identity resolution
βœ… openid-configuration β†’ for OpenID Connect
βœ… oauth-authorization-server β†’ for OAuth


In a World of LLMs

LLM-based agents need to know:

βœ… What this site offers
βœ… How to interact
βœ… What can be trusted
βœ… Who certifies what


Why .well-known/mcp.llmfeed.json?

Placing MCP here provides:

βœ… Discoverability β†’ any agent can look in a known place
βœ… Non-intrusive β†’ no impact on frontend routing
βœ… Cross-domain friendly
βœ… Open standards compliant
βœ… Neutral and decentralized β†’ no central registry required


How It Complements HTML

LLMFeed doesn’t replace HTML:

  • HTML serves humans
  • .llmfeed.json serves agents

It supplements it with:

βœ… Trust
βœ… Structure
βœ… Intent


Why Signatures Matter

Unlike security.txt or robots.txt, MCP feeds can be:

βœ… Signed β†’ cryptographic proof of authorship
βœ… Certified β†’ attested by a third party (ex: llmca.org)

This is critical in the age of:

  • LLM-driven search
  • Agent-mediated interactions
  • AI-first browsers

Agents need to verify β€” not just read.


Example Scenarios

AI-First Browser

On visiting:

https://example.com/.well-known/mcp.llmfeed.json

The browser can immediately:

βœ… Detect site capabilities
βœ… Verify trust level
βœ… Surface certified actions to the user
βœ… Adapt its interaction model accordingly


LLM-Based Assistant

When a user mentions:

β€œCheck flights on example.com”

The assistant can:

βœ… Retrieve .well-known/mcp.llmfeed.json
βœ… See that the site exposes signed APIs for flights
βœ… Know which endpoints are agent-optimized
βœ… Guide the user confidently


Why It Fits MCP Philosophy

.well-known/mcp.llmfeed.json is:

βœ… Declarative β†’ what can be done
βœ… Trustable β†’ signed
βœ… LLM-friendly β†’ readable and auditable by LLMs
βœ… Composable β†’ can point to other feeds (index, exports, prompts...)


A New Foundation for the Agentic Web

Crawling is not enough.
SEO is not enough.
Agents need structured, verifiable context.

.well-known/mcp.llmfeed.json is the missing piece:

πŸ‘‰ A clear, auditable declaration:

β€œThis site is agent-ready. Ask me anything.”


Final Thought

In the emerging Agentic Web, .well-known/mcp.llmfeed.json plays a pivotal role:

βœ… It makes intent and trust machine-visible
βœ… It empowers agents to reason and act
βœ… It aligns with Web standards philosophy

πŸ‘‰ It’s time for the Web to declare itself agent-ready.