Card snapshot
aplusz.app
·
2026-09-13 12:03:17 UTC
·
10954bffe0ee655a780f3b99cf2aea1586fe590c0c5e2995d909de399db59acf
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.
{
"protocolVersion": "0.3.0",
"name": "AplusZ flight fares",
"description": "I want to fly from <city A> to <city B> - what is the cheapest fare, what was the 6-month low, and which date is cheapest to book?",
"url": "https://aplusz.app/mcp",
"preferredTransport": "streamable-http",
"provider": {
"organization": "AplusZ (A+Z).app",
"url": "https://aplusz.app"
},
"version": "1.0.0",
"documentationUrl": "https://aplusz.app/llms-full.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain",
"text/markdown"
],
"securitySchemes": {},
"security": [],
"skills": [
{
"id": "flight-fare-lookup",
"name": "Flight fare lookup",
"description": "Cheapest observed fare, currency, six-month low and best departure date for one directional city pair.",
"tags": [
"flights",
"fares",
"travel",
"prices"
],
"examples": [
"What is the cheapest flight from Paris to Bangkok, and was it ever cheaper in the last six months?",
"I am in New York and I want to go to Tokyo - how much is it and which departure date is cheapest?"
]
},
{
"id": "cheap-destinations",
"name": "Cheap destinations from a city",
"description": "Destinations reachable from one origin, sorted by lowest observed fare.",
"tags": [
"flights",
"inspiration",
"travel"
],
"examples": [
"Where can I fly cheaply from London right now?",
"List the ten cheapest places to fly out of Dubai."
]
}
]
}