Discover what websites across the agentic web can do β query the capabilities.txt registry.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A simple, open convention for a website to declare what it can do β the capabilities an agent can discover and invoke β at a well-known location.
The web taught machines to read in layers. robots.txt says what a crawler may
access. sitemap.xml says what exists. llms.txt says what's worth reading.
Each answers one narrow question for an automated reader.
None of them answers the question agents now ask: what can this host actually do?
Agents have stopped only reading the web and started acting on it. An agent that lands on your site can summarize your docs β but it has no standard way to discover that you expose a "create support ticket" capability, a "check inventory" capability, or "start a return," and how to call them. Today that happens through bespoke, one-vendor-at-a-time integrations.
capabilities.txt is the missing layer: a public, well-known file where a host
declares the capabilities it offers, so any agent can discover what it can do.
It is deliberately small. llms.txt worked because you could adopt it in an
afternoon. capabilities.txt follows the same rule.
A host publishes one or both:
/capabilities.txt β human- and agent-readable markdown: capabilities
grouped by category, each with an id, version, and one-line description./.well-known/capabilities.json β the structured form: an array of
capability references, each resolvable to a full descriptor.The markdown form is for discovery and reading. The JSON form is for machines that want structure. Publishing the markdown form alone is a perfectly good start.
/capabilities.txt)Rules, kept minimal:
# capabilities.txt.>) summary follows: one sentence on what the host offers,
plus optional links (the JSON form, docs, an invocation endpoint).## headings group capabilities by category (free-form, your choice).### headings name a group, optionally with a stable (group-id).capability-id, an optional
(v<version>), and a short β description./.well-known/capabilities.json)Each entry is a reference; descriptor (optional) points to a full machine-readable
description of inputs, permissions, and how to invoke.
| File | Answers | For |
|---|---|---|
robots.txt | What may a crawler access? | Crawlers |
sitemap.xml | What pages exist? | Search engines |
llms.txt | What's worth reading? | LLMs reading |
capabilities.txt | What can this host do? | Agents acting |
It is not a replacement for MCP or an API spec. The Model Context Protocol is a
stateful connection-and-invocation protocol; OpenAPI describes an HTTP API.
capabilities.txt is the layer before invocation β a static, public, crawlable
advertisement an agent (or a search engine) can read with no live connection, that
points to your MCP server, HTTP API, or other endpoint for the actual call.
Discovery and invocation are different jobs. capabilities.txt does discovery; it
hands off invocation.
Fastest (no spec): copy the prompt at capabilitiestxt.org/implement
and hand it to your AI coding agent β it writes your capabilities.txt from your code.
Have an OpenAPI spec? Generate it in your browser (paste the URL) β or keep it current automatically in CI with the GitHub Action:
Then check it at capabilitiestxt.org/submit for a grade, fixes, and a badge β and itβs discoverable in the directory + map.
By hand:
/capabilities.txt using the format above./.well-known/capabilities.json.adopters.md with a pull request.Already have an OpenAPI spec? Generate it β no manual authoring:
Working references β a real, live capabilities.txt plus illustrative templates
across markets (e-commerce, support, banking, healthcare, dev platform) β are in
examples/. The tools in tools/ generate and validate files.
Discovery is the first step. Once an agent knows what you can do, the next
questions are may I, what happened, and can I prove it β invocation,
governance, and evidence. Those are defined by the
Capability Host Protocol (CHP), an open
protocol for which capabilities.txt is the natural public face. You can adopt
capabilities.txt on its own; CHP is where it leads if you need the rest.
This is a proposal with a working reference, not a finished standard β and it's better for your feedback. Open an issue or PR.
README.md, index.html, SPEC.md): CC BY 4.0 β see
LICENSE-DOCS.tools/): Apache-2.0 β see LICENSE.Copyright Β© 2026 Project Auxo, Inc. and contributors.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/capabilities-txt-registry)<a href="https://allmcps.com/mcp/capabilities-txt-registry"><img src="https://allmcps.com/api/badge/capabilities-txt-registry?style=directory" alt="Capabilities Txt Registry on AllMCPs" /></a>