agents.txt Reference Agent
agents-txt.com
· agents.txt contributors
A reference A2A agent demonstrating the AgentCard discovery path declared by the agents.txt standard. Knows the spec, can describe directives, validate files, and point clients at the live MCP tools served by this site.
agents-txt.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 32/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-23 14:47:15 current | 7a66cef57638… |
view → |
Endpoints
| Agent card | https://agents-txt.com/.well-known/agent-card.json |
| Provider | https://agents-txt.com |
| Docs | https://agents-txt.com/spec |
Skills · 4 declared · mapped to canonical taxonomy
Returns the spec section text for a named directive (Protocols, Authorization, MCP, Skills, A2A, etc.) plus an example and the relevant section number.
Runs the spec validators against a site's discovery files and returns a compliance report. Delegates to the audit_site MCP tool exposed at mcp.agents-txt.com.
Returns a plain-language explanation of any payment protocol the site declares (x402, mpp, ap2): what it is, what role it plays, where the runtime details live,…
Reads agents.txt and agents.json from a target origin, summarizes the declared payment protocols, authorization scheme, MCP endpoints, skill packages, and A2A A…
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agents-txt.com) [](https://agenstry.com/agents/agents-txt.com) [](https://agenstry.com/agents/agents-txt.com) [](https://agenstry.com/agents/agents-txt.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "agents.txt Reference Agent",
"description": "A reference A2A agent demonstrating the AgentCard discovery path declared by the agents.txt standard. Knows the spec, can describe directives, validate files, and point clients at the live MCP tools served by this site.",
"url": "https://agents-txt.com/a2a",
"version": "1.0.0",
"protocolVersion": "0.2",
"provider": {
"organization": "agents.txt contributors",
"url": "https://agents-txt.com"
},
"documentationUrl": "https://agents-txt.com/spec",
"defaultInputModes": [
"text",
"text/plain"
],
"defaultOutputModes": [
"text",
"text/plain"
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": [
{
"uri": "https://github.com/google-agentic-commerce/a2a-x402/blob/main/spec/v0.2",
"description": "Supports payments using the x402 protocol for on-chain settlement. Mirrors the x402 declaration in this site's agents.txt and agents.json.",
"required": false
},
{
"uri": "https://github.com/google-agentic-commerce/AP2",
"description": "Supports the Agent Payments Protocol (AP2) mandate layer (CheckoutMandate, PaymentMandate) for non-repudiable agent-initiated payments. Mirrors the ap2 declaration in this site's agents.txt and agents.json.",
"required": false
}
]
},
"skills": [
{
"id": "explain_directive",
"name": "Explain an agents.txt directive",
"description": "Returns the spec section text for a named directive (Protocols, Authorization, MCP, Skills, A2A, etc.) plus an example and the relevant section number.",
"tags": [
"spec",
"agents.txt",
"documentation"
],
"examples": [
"What does the Protocols: directive mean?",
"Show me the spec for the A2A block.",
"Where is Identity: required defined?"
],
"inputModes": [
"text",
"text/plain"
],
"outputModes": [
"text",
"text/plain"
]
},
{
"id": "validate_agents_files",
"name": "Validate agents.txt and agents.json",
"description": "Runs the spec validators against a site's discovery files and returns a compliance report. Delegates to the audit_site MCP tool exposed at mcp.agents-txt.com.",
"tags": [
"validation",
"audit",
"compliance"
],
"examples": [
"Validate https://example.com/agents.txt",
"Audit example.com for agents.txt spec compliance"
],
"inputModes": [
"text",
"text/plain"
],
"outputModes": [
"text",
"text/plain",
"application/json"
]
},
{
"id": "explain_payment_protocol",
"name": "Explain an announced payment protocol",
"description": "Returns a plain-language explanation of any payment protocol the site declares (x402, mpp, ap2): what it is, what role it plays, where the runtime details live, and how it composes with the others.",
"tags": [
"payments",
"x402",
"mpp",
"ap2",
"documentation"
],
"examples": [
"What does ap2 mean in this site's agents.txt?",
"How does AP2 compose with x402?",
"Explain MPP versus x402."
],
"inputModes": [
"text",
"text/plain"
],
"outputModes": [
"text",
"text/plain"
]
},
{
"id": "summarize_capabilities",
"name": "Summarize a site's agent capabilities",
"description": "Reads agents.txt and agents.json from a target origin, summarizes the declared payment protocols, authorization scheme, MCP endpoints, skill packages, and A2A AgentCards in plain language.",
"tags": [
"discovery",
"capabilities",
"summary"
],
"examples": [
"What can an agent do on agents-txt.com?",
"List the capabilities declared at example.com"
],
"inputModes": [
"text",
"text/plain"
],
"outputModes": [
"text",
"text/plain"
]
}
],
"securitySchemes": {},
"security": []
}