Agent Bench Travel Merchant
travel.agenthaven.dev
· Agent Bench
Seller agent for flight search and travel checkout. Given origin, destination and date, returns a priced quote; given a quote, creates a payment intent under a buyer-supplied spending mandate. Proof of concept: payment is simulated and no ticket is issued.
travel.agenthaven.dev 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.
Dispute or improve this rating
C
Conformance score: 72/100
C-grade: usable but has clear conformance issues, review the breakdown below.
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 invocations 100.0% success Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-09-08T15:28:24 | search_impression | — |
200 ok | — |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://travel.agenthaven.dev/.well-known/agent-card.json |
| Provider | https://agenthaven.dev |
| Docs | https://travel.agenthaven.dev/ |
Skills · 1 declared · mapped to canonical taxonomy
Two operations, called in order. search_flights(origin, destination, departure_date) returns up to two quotes valid ten minutes, the cheapest and the fastest it…
Health · last 8 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
rest
1
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
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/travel.agenthaven.dev) [](https://agenstry.com/agents/travel.agenthaven.dev) [](https://agenstry.com/agents/travel.agenthaven.dev) [](https://agenstry.com/agents/travel.agenthaven.dev)
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": "Agent Bench Travel Merchant",
"description": "Seller agent for flight search and travel checkout. Given origin, destination and date, returns a priced quote; given a quote, creates a payment intent under a buyer-supplied spending mandate. Proof of concept: payment is simulated and no ticket is issued.",
"url": "https://travel.agenthaven.dev/a2a",
"provider": {
"organization": "Agent Bench",
"url": "https://agenthaven.dev"
},
"documentationUrl": "https://travel.agenthaven.dev/",
"version": "0.1.0",
"protocolVersion": "0.3",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://travel.agenthaven.dev/a2a",
"transport": "JSONRPC",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3"
},
{
"url": "https://travel.agenthaven.dev/mcp",
"transport": "JSONRPC",
"protocolBinding": "MCP",
"protocolVersion": "2025-06-18"
}
],
"capabilities": {
"streaming": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "travel-checkout",
"name": "Flight search and checkout",
"description": "Two operations, called in order. search_flights(origin, destination, departure_date) returns up to two quotes valid ten minutes, the cheapest and the fastest itinerary; create_checkout(quote_id, merchant_id, currency) turns the chosen one into a payment intent and stops there \u2014 nothing is charged and no ticket is issued. Airport codes are IATA, uppercase. Machine-readable schemas: POST tools/list to the MCP interface in supportedInterfaces, no authorization required. Both operations need a bearer authorization scoped to this merchant.",
"tags": [
"flights",
"flight-search",
"travel",
"quote",
"checkout",
"payment-intent"
]
}
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer"
}
}
}