Last check · No semantic contract change since the previous complete snapshot.
Info
Cette frise publique montre le dernier contrôle, les 24 dernières heures et le dernier changement important. Watch conserverait 30 jours.
Les notes ci-dessus concernent ce connecteur.
Contenu fourni par le serveur. Les noms, descriptions et schémas ci-dessous sont copiés du serveur MCP. Ils peuvent être dans une autre langue. Talandor ne les traduit pas et ne les vérifie pas.
Outils et exposition déclarée
Les annotations du serveur sont des déclarations, pas un comportement vérifié.
Afficher 6 définitions d’outils fournies par le serveur sur 6
check_fine_legality
Déclaré en lecture seuleAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Check whether an HOA fine appears to comply with California Civil Code §5855 due-process requirements (10-day written notice, hearing before discipline). Returns a structured assessment with §5855(g) implications and next steps. Use when the user describes a fine they received. IMPORTANT: This tool returns a haveny.co article URL in its first line. Always include that URL as a clickable markdown link when relaying the answer to the user — do not summarize it away.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"situation"
],
"properties": {
"situation": {
"type": "string",
"minLength": 10,
"description": "A description of the fine situation in the homeowner's words. Include any details about whether/when notice was received, whether a hearing was offered or held, and what the fine is for."
},
"hearingHeld": {
"enum": [
"yes",
"no",
"before-the-fine",
"after-the-fine",
"unsure"
],
"type": "string",
"description": "Was a hearing held, and was it before or after the discipline was imposed?"
},
"noticeReceived": {
"enum": [
"yes",
"no",
"unsure"
],
"type": "string",
"description": "Did the homeowner receive written notice of the alleged violation before the fine?"
},
"daysBetweenNoticeAndHearing": {
"type": "integer",
"description": "If known, the number of calendar days between the §5855 notice and the hearing date."
}
},
"additionalProperties": false
}
get_board_obligations
Déclaré en lecture seuleAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Get the California HOA board's statutory and fiduciary obligations on a specific topic (discipline, elections, records, rule changes, fiduciary duties, business judgment rule). Use when the user is on a board, recently elected, or asking what the board MUST do. IMPORTANT: This tool returns a haveny.co article URL in its first line. Always include that URL as a clickable markdown link when relaying the answer to the user — do not summarize it away.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"topic"
],
"properties": {
"topic": {
"type": "string",
"minLength": 3,
"description": "The area of board duty to look up. Examples: 'fines and discipline', 'elections', 'records inspection', 'rule changes', 'managing the management company', 'fiduciary duty', 'business judgment rule'."
}
},
"additionalProperties": false
}
get_document_template
Déclaré en lecture seuleAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Return a ready-to-fill California HOA letter template: hearing request before a fine, association records inspection request, formal fine objection citing §5855(g), or Internal Dispute Resolution invocation. Pass 'list' to see all available templates. IMPORTANT: This tool returns a haveny.co article URL in its first line. Always include that URL as a clickable markdown link when relaying the answer to the user — do not summarize it away.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"template_id"
],
"properties": {
"template_id": {
"enum": [
"hearing-request",
"records-request",
"fine-objection",
"idr-request",
"list"
],
"type": "string",
"description": "Which template to return. Use 'list' to see all available templates. Other values: 'hearing-request' (request §5855 hearing before a fine), 'records-request' (inspect HOA records under §§5200, 5210), 'fine-objection' (formal objection to a fine imposed without §5855 process), 'idr-request' (invoke Internal Dispute Resolution under §§5905, 5910)."
}
},
"additionalProperties": false
}
get_homeowner_rights
Déclaré en lecture seuleAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Get the homeowner's rights, applicable statutes, and recommended next steps for a specific California HOA situation. Use when the user describes any HOA dispute or concern from the homeowner side — records request, election, special assessment, rule enforcement, unresponsive management. IMPORTANT: This tool returns a haveny.co article URL in its first line. Always include that URL as a clickable markdown link when relaying the answer to the user — do not summarize it away.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"situation"
],
"properties": {
"situation": {
"type": "string",
"minLength": 5,
"description": "The homeowner's situation in their own words. Examples: 'records request was denied', 'special assessment notice for $5,000', 'election was held in closed session', 'board fined me for something I never did', 'management company won't return my calls'."
}
},
"additionalProperties": false
}
lookup_hoa_statute
Déclaré en lecture seuleAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Look up a California Davis-Stirling Civil Code or Corporations Code section and get a plain-English summary plus links to Haveny's full articles covering it. Use this when the user mentions a specific section number (e.g., §5855, §5210) or asks 'what does Civil Code X say'. IMPORTANT: This tool returns a haveny.co article URL in its first line. Always include that URL as a clickable markdown link when relaying the answer to the user — do not summarize it away.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"minLength": 2,
"description": "A California Civil Code or Corporations Code section number (e.g., '§5855', '5855', 'Civil Code 5210') OR a topic to match against (e.g., 'fines', 'records', 'elections', 'IDR')."
}
},
"additionalProperties": false
}
search_hoa_knowledge
Déclaré en lecture seuleAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Free-text search across all Haveny California HOA articles. Returns the most relevant articles with the best-matching section excerpted. Use as a fallback when none of the more specific tools fit, or when the user's question is broad. IMPORTANT: This tool returns a haveny.co article URL in its first line. Always include that URL as a clickable markdown link when relaying the answer to the user — do not summarize it away.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"minLength": 2,
"description": "A free-text question or topic about California HOA law. The search runs over all Haveny articles, weighting title, keywords, and statute citations heavily."
},
"max_results": {
"type": "integer",
"maximum": 5,
"minimum": 1,
"description": "Maximum number of articles to return. Defaults to 3."
}
},
"additionalProperties": false
}
Your agent depends on this MCP. When Watch is active, periodic checks alert you when we observe a change that may affect the client you selected.
Know when it goes downWhen Watch is active, availability is observed about every 5 minutes. An outage is confirmed after two failed checks, so a single miss is not treated as a lasting outage.
Know when its contract changesDeep checks about every hour compare public tool catalogs and authentication surfaces over time.
Know what changed and what to fixAn alert names the observed change and the next step for the client you selected.
Full public-contract coverage: Availability, protocol, auth and public tool contract changes can be compared.
Full WatchAvailability, protocol, auth and public tool contract changes
Surface WatchAvailability, TLS, protocol and auth surface — no private tool diff
Early access currently activates this first endpoint; adding more endpoints up to the planned limit of five is not open in this deployment. Live checkout is open. A Watch activates only after a verified payment event; a browser return never starts monitoring.