Card snapshot
chathome.lu
·
2026-09-12 22:25:31 UTC
·
99b625330a3dee00bf6fbbf61f6227df2d61b07c5cd752bb4062409c81cd9b04
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 Grande R\u00e9gion Real Estate Agent",
"description": "Delegated property discovery across the Grande R\u00e9gion, plus Luxembourg 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 properties across the Grande R\u00e9gion 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": "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"
]
}
]
}