miscsubjectsAI governance
MCP, from its own documents
Evidence review · model_contribution

MCP, from its own documents

bundle · json · system map · manifest

Every copy includes §SELF — what this is, proof chain, and links to every other feature. No context required.

§SELF — this page explains the system
## §SELF — miscsubjects portable reference

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `human_page` — **Human article page**
Rendered article with claims, sources, copy widgets, ask prompts.
- **article slug:** `what-is-mcp`
- **contains:** rendered article, copy widgets, claims, sources, ask prompts
- **how to use:** Use Copy for LLM or Copy system map — both paste without context.
- **read:** https://miscsubjects.com/a/what-is-mcp

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/what-is-mcp/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **bundle** — Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution. · https://miscsubjects.com/api/articles/what-is-mcp/bundle?format=markdown
- **ask** — Answer only from topology; creates question_node with gaps and ingest_hint. · https://miscsubjects.com/api/articles/what-is-mcp/prompts
- **topology** — Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER. · https://miscsubjects.com/api/articles/what-is-mcp/topology

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

*Not medical advice. Tier-honest. Cite claim/source ids.*

The Model Context Protocol is the standard for connecting an AI application to the outside world. The official definition, one line: "MCP (Model Context Protocol) is an open-source standard for connecting AI applications to external systems." It was open-sourced by Anthropic in November 2024, donated to the Linux Foundation in December 2025, and by March 2026 its SDKs were being downloaded roughly 97 million times a month. This page is the reference record, built from the protocol's own documentation and registry.

The USB-C sentence

The project explains itself with one analogy, verbatim from its documentation: "Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect electronic devices, MCP provides a standardized way to connect AI applications to external systems."

Unpack it and the design is three roles. A server wraps something useful — a database, a filesystem, a search engine — and exposes it as tools, resources, and prompts. A client is the AI application that connects to servers. The protocol between them is the standardized plug. Claude, ChatGPT, VS Code, and Cursor all ship MCP clients, which is the whole point: build the server once, plug it into everything.

What it standardizes, and what it deliberately doesn't

MCP standardizes discovery (what tools does this server offer?), invocation (call this tool with these arguments), and the wire format for results. It does not standardize what the tools do, how good they are, or — the sharpest omission — what a caller should be allowed to do. Authorization in MCP is OAuth-shaped and lives at the connection layer: you authorize a client to a server, and from there the tools run with the server's authority. The finer question, whether this specific call should be permitted, is left to implementers.

The registry made it an ecosystem

A protocol becomes an economy when discovery gets centralized. The official MCP Registry — "a community driven registry service for Model Context Protocol (MCP) servers" — launched in preview September 2025 with namespace verification and a frozen v0.1 API so clients could build against it.

By March 2026 it held nearly 2,000 server entries. The registry is what turned "there is a protocol" into "there is an app store": clients can enumerate what exists, verify who published it, and connect without a bespoke integration.

Where it sits in the stack

MCP occupies exactly one layer: application-to-tool. It says nothing about how two agents coordinate with each other (that is A2A's layer), nothing about how an agent's reasoning loop is structured (that is the framework layer — LangGraph and its peers), and nothing about where memory lives. Its governance now matches its ambitions: a Linux Foundation project with the registry run by a community working group, meaning no single vendor — including the one that created it — can move the plug.

Nineteen months from internal side project to industry standard is close to record pace for infrastructure. The reason is visible in the design: MCP standardized the boring part everyone had to build anyway, and left every opinionated part to the ecosystem.

Evidence · 3 sources · swipe →chain 2a4a97622d9a · verify chain · provenance

Key evidence

4 claims · tier-ranked · API
system
MCP is an open-source standard for connecting AI applications to external systems, self-described via the USB-C analogy; Claude, ChatGPT, VS Code and Cursor ship clients.
sources: s1
system
MCP was open-sourced November 2024 and donated to the Linux Foundation December 2025; SDK downloads reached roughly 97M/month by March 2026.
sources: s3
system
The official MCP Registry (preview Sep 2025) provides centralized discovery with namespace verification and held ~2,000 entries by March 2026.
sources: s2, s3
system
MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the norm. Analytical reading of the documented scope.
sources: s1
Model review7 contributions · 1 modelExpand the recursive review layer
1 / 7
claude-fable-5source_hunt
sources2026-07-24 16:11
1 source(s) added · 1 sources
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: what-is-mcp c4
it output
MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the norm. Analytical reading of the documented scope.
852484154afc5536
claude-fable-5source_hunt
sources2026-07-24 16:11
1 source(s) added · 1 sources
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: what-is-mcp c4
it output
MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the norm. Analytical reading of the documented scope.
89d41b40a2bcee63
claude-fable-5source_hunt
sources2026-07-24 16:11
1 source(s) added · 1 sources
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: what-is-mcp c4
it output
MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the norm. Analytical reading of the documented scope.
2d365d2ef3a3ec8f
claude-fable-5claim_post
claim2026-07-24 16:11
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: what-is-mcp c4
it output
MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the norm. Analytical reading of the documented scope.
30bb4a530e670b10
claude-fable-5claim_post
claim2026-07-24 16:11
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: what-is-mcp c4
it output
MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the norm. Analytical reading of the documented scope.
75f914045ac3501f
claude-fable-5claim_post
claim2026-07-24 16:11
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: what-is-mcp c4
it output
MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the norm. Analytical reading of the documented scope.
a4dd997bd4392096
claude-fable-5claim_post
claim2026-07-24 16:11
claim
inspect — what it was prompted & output
prompted with
(default writer prompt)

input: what-is-mcp c4
it output
MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the norm. Analytical reading of the documented scope.
f81594f6ee415e31
Machine verification: /api/articles/what-is-mcp/contributions
Ask this article · 6 suggested prompts

Text the build (+14245134626) or WhatsApp — slug|question creates a question node. Paste evidence with ingest slug|q:NODE_ID|your paste.

What does the ledger say about this (system tier): "MCP is an open-source standard for connecting AI applications to external systems, self-described via the USB-C analogy; Claude, ChatGPT, VS…"?
ask what-is-mcp claim c1 · paste includes §SELF
What does the ledger say about this (system tier): "MCP was open-sourced November 2024 and donated to the Linux Foundation December 2025; SDK downloads reached roughly 97M/month by March 2026."?
ask what-is-mcp claim c2 · paste includes §SELF
What does the ledger say about this (system tier): "The official MCP Registry (preview Sep 2025) provides centralized discovery with namespace verification and held ~2,000 entries by March 202…"?
ask what-is-mcp claim c3 · paste includes §SELF
What does the ledger say about this (system tier): "MCP standardizes discovery, invocation and wire format; per-call authorization is left to implementers, with connection-level OAuth as the n…"?
ask what-is-mcp claim c4 · paste includes §SELF
What can you answer from your catalogue about MCP, from its own documents — and what remains open or unverified?
ask what-is-mcp gaps · paste includes §SELF
What are the strongest objections or counter-evidence on record against MCP, from its own documents?
ask what-is-mcp objections · paste includes §SELF
what-is-mcp · posted 2026-07-24 · updated 2026-07-24 · 7 prior revisions
Ledger API & provenance
Provenance · 8 model passes · tokens/cost unrecorded · 2 models
chain head 91c05d9223289af6
voxel_batch_document_new cap:cap_e977bc9c49319139 · 2026-07-24 16:10 · tokens unrecorded · c381739c7244
sources claude-fable-5 · 2026-07-24 16:11 · tokens unrecorded · 94e72381d5e9
sources claude-fable-5 · 2026-07-24 16:11 · tokens unrecorded · c3cbf48dfae8
sources claude-fable-5 · 2026-07-24 16:11 · tokens unrecorded · f067d0f8db9c
claim claude-fable-5 · 2026-07-24 16:11 · tokens unrecorded · 0afb0a05364e
claim claude-fable-5 · 2026-07-24 16:11 · tokens unrecorded · fac0b9b026c5
claim claude-fable-5 · 2026-07-24 16:11 · tokens unrecorded · bebe99829b36
claim claude-fable-5 · 2026-07-24 16:11 · tokens unrecorded · 91c05d922328
verify chain →
Live ledger · 3 payloads · 1 turn
recent activity · inspect
X_POST mcp · HTTP 200 · 2026-07-24 09:47 · t_xc8qz9z3
X_POST dispatch · 2026-07-24 09:47 · t_xc8qz9z3
X_POST dispatch · 2026-07-24 09:47 · t_xc8qz9z3
view full ledger & cards →
REST + ledger
read GET /api/articles/what-is-mcp · GET /api/articles/what-is-mcp?format=post (the editable body)
create/replace POST /api/articles/what-is-mcp · PUT /api/articles/what-is-mcp (replace, keeps revision) · PATCH /api/articles/what-is-mcp (merge)
delete DELETE /api/articles/what-is-mcp
writes need header x-terminal-key
LLM bundle GET /api/articles/what-is-mcp/bundle?format=markdown — body + claims + sources + provenance + manifest
post claim POST /api/protocol/claim · iMessage claim what-is-mcp|tier|assertion
system map GET /api/articles/system-map?format=markdown — root index; every widget self-explains via §SELF / _self
Add your experience or question
Think this article is wrong?
Call bullshit on CharlieOS →
Loading more articles…