<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC8126 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml">
]>


<rfc ipr="trust200902" docName="draft-morrison-mcp-tool-surface-names-registry-01" category="info" submissionType="independent">
  <front>
    <title abbrev="MCP Tool Surface Names">An IANA Registry for Model Context Protocol Tool Surface Names</title>

    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
      <address>
        <email>blake@truealter.com</email>
      </address>
    </author>

    <date year="2026" month="August" day="09"/>





    <abstract>


<?line 42?>

<t>This document requests the establishment of an IANA registry for
Model Context Protocol <xref target="MCP-SPEC"></xref> tool surface names.  A tool
surface name is the wire-level identifier by which a client
invokes a typed capability on an MCP server.  Existing Morrison-
family Internet-Drafts (<xref target="ORGALTER"></xref>) request IANA registration of
specific surface names against a registry that does not yet
exist.  This document establishes the registry mechanism so that
subsequent specifications can register names without restating
the registry's structure or registration procedure.</t>

<t>The registry uses Specification Required registration with a
Designated Expert pool <xref target="RFC8126"></xref>.  Initial contents are the four
surface names registered by <xref target="ORGALTER"></xref>.  Vendor-prefix conventions
are recommended but not mandated.</t>



    </abstract>



  </front>

  <middle>


<?line 59?>

<section anchor="introduction"><name>Introduction</name>

<t>The Model Context Protocol <xref target="MCP-SPEC"></xref> specifies a wire format for
clients (typically agent runtimes) to invoke typed capabilities
("tools") on remote servers.  Each tool is addressed by a textual
surface name; the server's manifest enumerates the surface names
it offers and the JSON Schema of each surface's arguments and
return shape.</t>

<t>In the absence of a coordinated registry, surface names are chosen
ad hoc by server operators.  Collisions are common: two operators
may both expose a surface named <spanx style="verb">search</spanx>, with incompatible
argument schemas, and a client switching between servers has no
machine-readable signal that the two surfaces are not the same
capability.</t>

<t>Existing Morrison-family Internet-Drafts request IANA registration
of specific surface names (<xref target="ORGALTER"></xref> requests registration of
<spanx style="verb">org_alter_handbook</spanx>, <spanx style="verb">org_alter_sop_registry</spanx>,
<spanx style="verb">org_alter_enforcement_gates</spanx>, and <spanx style="verb">org_alter_ingest</spanx>).  Each such
request currently restates the registry's structure and
registration procedure, on the implicit assumption that a registry
will be established by a future memo.</t>

<t>This document is that memo.  It establishes the registry, defines
the per-entry fields and the registration procedure, and registers
the four names from <xref target="ORGALTER"></xref> as the initial contents.</t>

<section anchor="requirements-language"><name>Requirements Language</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"></xref> <xref target="RFC8174"></xref> when, and only when, they
appear in all capitals, as shown here.</t>

</section>
</section>
<section anchor="terminology"><name>Terminology</name>

<dl>
  <dt>Surface Name</dt>
  <dd>
    <t>A textual identifier by which an MCP client invokes a typed
capability on an MCP server.  Surface names are case-sensitive
ASCII strings matching the ABNF in Section 3.</t>
  </dd>
  <dt>Surface Specification</dt>
  <dd>
    <t>The document that defines the argument schema, the return shape,
the authentication scope, and the behavioural semantics of a
surface name.</t>
  </dd>
  <dt>Operator</dt>
  <dd>
    <t>The entity responsible for a substrate that exposes one or more
MCP servers.  An operator is identified by a <spanx style="verb">~handle</spanx> per
<xref target="MCPDNS"></xref> when the substrate is recognised under the DNS identity
protocol.</t>
  </dd>
  <dt>Vendor Prefix</dt>
  <dd>
    <t>A common leading substring shared by surface names operated by a
single substrate.  <spanx style="verb">org_alter_</spanx> is the vendor prefix for the
reference substrate operated by Alter Meridian Pty Ltd.</t>
  </dd>
</dl>

</section>
<section anchor="registry-structure"><name>Registry Structure</name>

<section anchor="per-entry-fields"><name>Per-Entry Fields</name>

<t>Each registry entry SHALL carry the following fields:</t>

<texttable>
      <ttcol align='left'>Field</ttcol>
      <ttcol align='left'>Description</ttcol>
      <c>Surface name</c>
      <c>The textual identifier, in lowercase ASCII, matching the ABNF below.</c>
      <c>Specification reference</c>
      <c>A pointer to the document that specifies the surface's argument schema, return shape, authentication scope, and semantics.</c>
      <c>Authentication scope</c>
      <c>The class of credential the server requires before serving the surface (e.g. <spanx style="verb">member-recognition</spanx>, <spanx style="verb">trust-tier:engineering</spanx>, <spanx style="verb">~handle-signed-token</spanx>, <spanx style="verb">public</spanx>).</c>
      <c>Vendor prefix</c>
      <c>The vendor prefix the name falls under, or <spanx style="verb">none</spanx> for cross-vendor common names.</c>
      <c>Change controller</c>
      <c>The entity authorised to amend or withdraw the registration.</c>
      <c>Status</c>
      <c>One of <spanx style="verb">Active</spanx>, <spanx style="verb">Provisional</spanx>, <spanx style="verb">Deprecated</spanx>, or <spanx style="verb">Withdrawn</spanx>.</c>
      <c>First registered</c>
      <c>The date the entry first entered the registry.</c>
</texttable>

<t>The Specification Reference SHOULD be a stable document
identifier (an RFC number, a datatracker draft URL, a
specification persistent URL).  Where the specification is owned
by a private substrate operator, the Change Controller field
identifies the operator and the Specification Reference points to
the operator's published specification.</t>

</section>
<section anchor="abnf-for-surface-names"><name>ABNF for Surface Names</name>

<figure><artwork><![CDATA[
surface-name = name-component *( "_" name-component )
name-component
             = ALPHA *( ALPHA / DIGIT )
]]></artwork></figure>

<t>Surface names MUST be lowercase ASCII.  Underscores separate
components.  Hyphens, periods, slashes, and uppercase letters MUST
NOT appear.  The total length of a surface name MUST NOT exceed
64 octets.</t>

<t>Vendor prefixes are an organisational convention: a registrant
that operates a substrate exposing multiple surfaces SHOULD adopt
a stable prefix (e.g. <spanx style="verb">org_alter_</spanx>, <spanx style="verb">acme_</spanx>) and register every
surface that the substrate exposes under that prefix.  Use of a
vendor prefix is RECOMMENDED but not required; cross-vendor
surfaces (those whose specification is intended for adoption by
multiple operators) MAY be registered without a prefix.</t>

</section>
</section>
<section anchor="registration-procedure"><name>Registration Procedure</name>

<t>Registration in this registry SHALL follow the Specification
Required policy of <xref target="RFC8126"></xref> Section 4.6, with the additional
provisions below.</t>

<t>The Designated Expert pool, appointed by the IESG, evaluates each
registration request against the following criteria:</t>

<t><list style="numbers" type="1">
  <t>The proposed surface name conforms to the ABNF in Section 3.2.</t>
  <t>The Specification Reference is stable and publicly retrievable
at the time of registration.</t>
  <t>The argument schema and return shape described in the
Specification Reference are precise enough to enable
interoperable client implementations.</t>
  <t>The authentication scope is well-defined; ambiguous scopes
("authenticated") are returned for clarification.</t>
  <t>The proposed entry does not collide with an existing entry
either by exact match or by a vendor-prefix conflict (the
proposed name would shadow or be shadowed by an existing
entry).</t>
</list></t>

<t>The Designated Expert MAY accept, request revision of, or reject
a request.  Rejected requests are returned with reasons.  Accepted
requests are entered as <spanx style="verb">Active</spanx> status.</t>

<t>A registrant MAY request <spanx style="verb">Provisional</spanx> status pending a stable
Specification Reference; provisional entries SHALL be reviewed
within twelve months of registration and either promoted to
<spanx style="verb">Active</spanx>, returned to the registrant for revision, or removed.</t>

</section>
<section anchor="initial-registry-contents"><name>Initial Registry Contents</name>

<t>The following entries are registered as the initial contents of
the registry, per the registration requests of <xref target="ORGALTER"></xref>.  All
four entries share the same values for the remaining registry
fields.  The Authentication scope is <spanx style="verb">member-recognition</spanx>, the
Vendor prefix is <spanx style="verb">org_alter_</spanx>, the Change controller is Alter
Meridian Pty Ltd, and the Status is <spanx style="verb">Active</spanx>.</t>

<texttable>
      <ttcol align='left'>Surface name</ttcol>
      <ttcol align='left'>Specification reference</ttcol>
      <c><spanx style="verb">org_alter_handbook</spanx></c>
      <c><xref target="ORGALTER"></xref></c>
      <c><spanx style="verb">org_alter_sop_registry</spanx></c>
      <c><xref target="ORGALTER"></xref></c>
      <c><spanx style="verb">org_alter_enforcement_gates</spanx></c>
      <c><xref target="ORGALTER"></xref></c>
      <c><spanx style="verb">org_alter_ingest</spanx></c>
      <c><xref target="ORGALTER"></xref></c>
</texttable>

<t>Subsequent Morrison-family Internet-Drafts that reference further
surface names under the <spanx style="verb">org_alter_</spanx> vendor prefix will request
registration against this registry by name; each request will
identify the Specification Reference, authentication scope, and
change controller for the new surface.  No registry-structure
amendment is required to admit further entries.</t>

</section>
<section anchor="operational-considerations"><name>Operational Considerations</name>

<section anchor="discovery"><name>Discovery</name>

<t>The registry is informational with respect to discovery: a client
that wishes to discover whether a server offers a specific surface
SHOULD consult the server's manifest rather than the registry.
The registry's role is to ensure that two servers offering the
same surface name offer the same typed capability, not to enable
discovery of which servers offer a surface.</t>

<t>The DNS substrate of <xref target="MCPDNS"></xref> enables discovery of MCP servers
for a given <spanx style="verb">~handle</spanx>; once a server is discovered, the server's
manifest enumerates the surface names it offers.  The registry
ensures that each name in the manifest maps to a unique
specification.</t>

</section>
<section anchor="vendor-prefix-ownership"><name>Vendor-Prefix Ownership</name>

<t>A vendor prefix is not formally owned by any registrant; the
prefix is a convention.  However, the Designated Expert SHALL
treat first-use of a prefix as a strong signal of intended
ownership and SHALL reject subsequent requests under the same
prefix from unrelated registrants without prior coordination with
the first registrant.  Disputes over vendor-prefix ownership are
resolved by the Designated Expert with reference to documented
first-use evidence (datatracker submission dates, publication
dates of the registrant's specifications, operational history).</t>

</section>
<section anchor="deprecation-and-withdrawal"><name>Deprecation and Withdrawal</name>

<t>An entry MAY be moved to <spanx style="verb">Deprecated</spanx> status by its Change
Controller, in which case the entry remains in the registry as a
record but new implementations are advised against it.  An entry
MAY be moved to <spanx style="verb">Withdrawn</spanx> status only after a deprecation period
of at least twelve months, and only if no known implementations
remain.  Withdrawn entries SHALL NOT be reissued to a different
registrant for at least five years.</t>

</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<section anchor="name-collision"><name>Name Collision</name>

<t>A surface name that collides with an existing entry's authenticated
specification but offers a different typed capability is a
potential vector for cross-server confusion.  A client that
unconditionally assumes the registry-published specification of a
surface name, without verifying that the server's advertised
manifest matches that specification, may invoke the surface with
arguments that the server interprets differently than the client
intends.  Implementations SHOULD compare the server's manifest
against the registry-published specification at session-bind and
SHOULD reject mismatches.</t>

</section>
<section anchor="specification-drift"><name>Specification Drift</name>

<t>The Specification Reference of an entry may evolve over time
(e.g. an Internet-Draft progresses through revisions, an RFC is
published, an organisational specification is revised).  The
registry tracks the most recent stable reference.  Clients
implementing against an earlier revision of a specification
SHOULD detect specification-version drift via the server's
manifest and SHOULD either upgrade their implementation or refuse
to invoke the surface.</t>

</section>
<section anchor="vendor-prefix-squatting"><name>Vendor-Prefix Squatting</name>

<t>An adversary that registers entries under a vendor prefix
intended by a different operator may induce that operator to
choose a different prefix or to coordinate with the squatter.
The Designated Expert's role under Section 6.2 is to reject such
squatting requests on first-use evidence.  The registry mechanism
does not provide cryptographic enforcement of vendor-prefix
ownership; the safeguard is procedural.</t>

</section>
<section anchor="public-surface-caller-confusion"><name>Public-Surface Caller Confusion</name>

<t>A surface name registered with an authentication scope of <spanx style="verb">public</spanx>
is invokable by any caller.  Operators SHOULD audit their public-
surface registrations periodically and SHOULD NOT register a
surface as <spanx style="verb">public</spanx> if any future revision is anticipated to
require authentication; demoting a public surface to an
authenticated surface is a breaking change for callers.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document requests that IANA establish a new registry titled
"Model Context Protocol Tool Surface Names".</t>

<t><list style="symbols">
  <t>Registry name: Model Context Protocol Tool Surface Names</t>
  <t>Registration policy: Specification Required per <xref target="RFC8126"></xref>
Section 4.6, with the Designated Expert criteria of Section 4
of this document.</t>
  <t>Per-entry fields: Surface name, Specification reference,
Authentication scope, Vendor prefix, Change controller, Status,
First registered, as defined in Section 3.1 of this document.</t>
  <t>ABNF for surface names: As defined in Section 3.2 of this
document.</t>
  <t>Initial contents: As defined in Section 5 of this document.</t>
  <t>Reference: This document.</t>
</list></t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>The registry mechanism is informed by the IANA registry-design
guidance of <xref target="RFC8126"></xref> and by the practice of vendor-prefixed
header-field registries in HTTP and DNS-RR-type registries.  The
initial contents are drawn from <xref target="ORGALTER"></xref>.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

&RFC2119;
&RFC8174;
&RFC8126;
<reference anchor="MCPDNS" target="https://datatracker.ietf.org/doc/draft-morrison-mcp-dns-discovery/">
  <front>
    <title>Discovery of Model Context Protocol Servers via DNS TXT Records</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="ORGALTER" target="https://datatracker.ietf.org/doc/draft-morrison-org-alter-policy-provision/">
  <front>
    <title>Org Alter Policy Provision over MCP</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>


    </references>

    <references title='Informative References' anchor="sec-informative-references">

<reference anchor="MCP-SPEC" target="https://modelcontextprotocol.io/specification">
  <front>
    <title>Model Context Protocol Specification</title>
    <author >
      <organization>Model Context Protocol Working Group</organization>
    </author>
    <date year="2025"/>
  </front>
</reference>


    </references>

</references>


<?line 326?>

<section anchor="change-log"><name>Change Log</name>

<section anchor="draft-morrison-mcp-tool-surface-names-registry-00"><name>draft-morrison-mcp-tool-surface-names-registry-00</name>

<t><list style="symbols">
  <t>Initial submission.  Establishes the registry, defines the
registration procedure, and registers the four initial entries
from <xref target="ORGALTER"></xref>.</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA81bbW8bR5L+3r+ioXxY+8CRX9bx3spY4BjJiXWQJZ0lJ3cw
DKs50yRnPZyZTM9I5sHIb7+nqrp7Xkja2W+3QBKK7Jeq6qqnnqruTZJEtXlb
2BN9NC/1+fxyrt/ZVe7aZquXVaPfVpkt9GlVtvZLq6+bqq3SqtC3Ff510zVL
k1p9aTbWHSmzWDT2Hgu9Pb3eOyCr0hKfTnTWmGWbbKqmyV1VJpu0TlqMT5yM
T2iUSxovR/L0mUpNa1dVsz3RebmslOsWm9y5vCpvt7WlLzNbW/yrbFVeNye6
bTrXPn/69O9PnytlunZdNSdK6wT/aL3sikIE+akwny10FEH4x6pZmTL/X9Ni
8RM9L1oLI9gmz3JT6ut2qy/ajAfajcmLE72gJf4D+1lDY4/TaqNUWTUbrHBv
adN3P58+f/bs7/7jvz/724v48flL+gh7nV3enPCq4TDOcpdW9xanUC0PHcKN
bTDC6fvcaCygb//7FoeXVk0GY9NiveLfVftfULw1zcq2J3rdtrU7efIkM61p
G5N+hva5bZfHWOkJzvrJnmPOSpdkQbUnvBymQ6TnT5+/xJ9X736ZX9y+fjc2
xlWz8gJdV0WebskE9zkdv6aFyID/HxXG1wk7RVKz2EkdxN7RXJFbD3wGGiU3
169Px3Y45Ae1TfNlnrIm+wwx1vTAKr9Vzee8XOlfmqqr9+q9oYmpzKv9tOO8
euKG+481+1GpJEm0WTgyWKvU7Tp3GrbqNohV3djfO+tap9u11fhgFkXu1vwT
3N54QGoGgKQOSP8hWOyjJijRHko0Q8mx1nP+Wg2/1rns+5A3NinsPZbNCUGg
CjxhsdUP6zxda6PTImdgKe+rz9bhixagk+nU1GaRFzk8BY4IYQn3HMckNnz9
BTKTPYPXJWppNnmx1ecQvSltm5yRuzj96EPw+o+Pg0VGirNdYRAVDD3WTpuV
yUvMMb2l2rVpYWb8WFat3tpWWZIHco0PINrcii3iAhubruEzbqNdxasR5joS
DrNGB+5giNJPhN1EpIcc/tfRAWMDMoMarv4Xp/GfLm27xsI5x3rCs1Kb4Zdj
8paBSJ3DwiNfB9r93uH0svEKtLk26sy6fFXCEzMcRm2bVtfkGR888n6EMc7L
vM1NodmpS5yFgUAk6bLqGjW2ctAQy8E3+jPDMr8i9VSI8sYu8y+02D25EUyj
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

-->

</rfc>
