Card snapshot
53on.com
·
2026-08-22 03:48:13 UTC
·
dcaef09cafd290444ea97b0d3597267fda7ac8935e176d2ec0df8d88300f8475
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "53ON",
"description": "Directory and marketplace of local businesses and independent professionals. Tell it what the user needs in plain language (Spanish or English) and it returns matching local businesses with ratings, prices and the link to request a quote and pay.",
"supportedInterfaces": [
{
"url": "https://53on.com/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"url": "https://53on.com/a2a",
"preferredTransport": "JSONRPC",
"protocolVersion": "0.3.0",
"version": "1.0.0",
"provider": {
"organization": "VCORPS LLC",
"url": "https://53on.com"
},
"documentationUrl": "https://53on.com/AGENTS.md",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "find-local-business",
"name": "Find local businesses and professionals",
"description": "Given a need in plain language, returns matching local businesses and independent professionals on 53ON with ratings, prices and a booking/quote link. Optional lat and lng narrow results to their area; without them the search is nationwide.",
"tags": [
"local",
"directory",
"marketplace",
"services",
"professionals"
],
"examples": [
"quien me arregla el carro en Kissimmee",
"plumber near me",
"necesito una limpieza para mi casa",
"web designer"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
]
}