Card snapshot
chathome.lu
·
2026-07-10 05:55:27 UTC
·
7fb98ec2145d5ef11c6fc5c31d4e3a4d86ebf7083b84bb270917f5b3967cc478
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": "ChatHome Luxembourg Real Estate Agent",
"description": "Delegated Luxembourg real estate tasks: property discovery, market intelligence, and lease analysis.",
"url": "https://chathome.lu/api/a2a",
"version": "1.0.0",
"protocolVersion": "0.2.0",
"provider": {
"organization": "chathome.lu",
"url": "https://chathome.lu"
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"authorizationUrl": "https://chathome.lu/api/mcp/oauth/authorize",
"tokenUrl": "https://chathome.lu/api/mcp/oauth/token",
"scopes": {
"listings:read": "Allow listings:read",
"market:read": "Allow market:read",
"documents:write": "Allow documents:write"
}
},
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-API-Key"
}
},
"security": [
{
"oauth2": []
},
{
"apiKey": []
}
],
"skills": [
{
"id": "property-discovery",
"name": "Property Discovery",
"description": "Find Luxembourg properties from natural-language criteria and optionally annotate affordability.",
"examples": [
"Budget \u20ac2,500, 2-bedroom apartment near Kirchberg, find the best options.",
"Appartement familial \u00e0 Esch-sur-Alzette avec balcon, maximum 750000 \u20ac."
],
"scopes": [
"listings:read",
"market:read"
]
},
{
"id": "market-intelligence",
"name": "Market Intelligence",
"description": "Answer Luxembourg commune and market-trend questions using chathome market context.",
"examples": [
"What are the property trends in Esch-sur-Alzette?",
"Should I buy or rent in Luxembourg City in 2026?"
],
"scopes": [
"market:read"
]
},
{
"id": "lease-analysis",
"name": "Lease Analysis",
"description": "Analyze a user-provided Luxembourg residential lease and return a compact risk report.",
"examples": [
"Analyse ce bail en fran\u00e7ais et signale les clauses risqu\u00e9es.",
"Review this Luxembourg lease before I sign."
],
"scopes": [
"documents:write"
]
}
]
}