title: "LLMFeed / MCP โ Adoption Map"
description: "Overview of specification maturity, tooling status, agent support and governance roadmap"
tags: [adoption, roadmap, governance]
lang: en
๐ LLMFeed & MCP โ Adoption Map
This page transparently tracks whatโs done, whatโs in progress, and whatโs planned โ across specifications, tools, agent support, and governance.
โ
CORE SPECIFICATION
Feature |
Status |
Notes |
.llmfeed.json format |
โ
Complete |
Version 1.0 published |
feed_type = mcp |
โ
Stable |
Used for site-level declaration |
feed_type = export |
โ
Stable |
For bundles and pages |
trust.scope and signed_blocks |
โ
Active |
Supports Ed25519 + fallback |
prompt.llmfeed.json |
โ
Released |
Used for agent guidance |
capabilities.llmfeed.json |
โ
Supports openapi |
Interop with external specs |
llm-simplified flag |
โ
Specified |
Helps basic LLMs filter usage |
fallback_certifier |
โ
Beta |
Implemented in trust block |
โ๏ธ TOOLING & INFRASTRUCTURE
Tool / Site |
Status |
Notes |
wellknownmcp.org |
โ
Online |
Core spec & demos |
llmca.org |
๐ก In preparation |
Certifier & trust audit |
llmfeedforge.org |
๐ก Beta |
Builder & viewer |
Signature SDK (@wellknownmcp/client ) |
๐ข Draft |
CLI + Node.js toolchain |
Visual Preview Tool |
โ
Deployed |
Live on /tools/prompt |
Feed validator |
๐ด Planned |
With canonical check & signature trace |
Flagging & reputation graph |
๐ด Envisioned |
Future extension (LLMCA) |
๐ง AGENT SUPPORT & INTERPRETABILITY
Agent |
Status |
Notes |
Claude |
โ
Partial |
Understands metadata , trust , capabilities |
Gemini |
โ
Validated |
Responds to prompt capsule structure |
DeepSeek |
โ
Confirmed |
Reacts to agent hints & structured files |
ChatGPT |
๐ก Limited |
Reads feeds but doesn't act natively yet |
Open-source agents |
๐ก Varies |
Need explicit prompt integration |
Copilot Agent Mode |
๐ด Awaiting access |
Under monitoring |
๐ GOVERNANCE & COMMUNITY
Element |
Status |
Notes |
Respira Foundation (statuts) |
โ
Drafted |
Open, non-profit structure |
.mcp TLD proposal |
๐ด Future |
Governance plan drafted |
Ecosystem showcase |
๐ข Initial |
2โ3 public feeds planned |
Contributor onboarding |
๐ก In preparation |
Page /join open |
Fork policy & governance charter |
๐ข Drafting |
Will guide compatibility vs divergence |
๐ฎ Next Milestones
- ๐ Publish
quickstart.md
with zero-config sample feeds
- ๐ Release
llmfeed-starter.zip
with sample structure
- ๐ Complete LLM compatibility test suite (input + response validation)
- ๐ Add
/ecosystem/showcase
with 3 reference adopters
- ๐ Release playground for feed composition & validation