# co.haveny/california-hoa-law (remote · haveny-mcp.havenyy.workers.dev)

California HOA law tools (Davis-Stirling Act): statute lookup, fine checker, letter templates.

- Trust score: 68/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `haveny-mcp.havenyy.workers.dev`: 68/100 (this document), [markdown](https://verifymcp.io/servers/co-haveny-california-hoa-law/haveny-mcp.md), [page](https://verifymcp.io/servers/co-haveny-california-hoa-law/haveny-mcp)

## Channel facts

- Endpoint: `https://haveny-mcp.havenyy.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1057 tokens (~176/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http co-haveny-california-hoa-law https://haveny-mcp.havenyy.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.co-haveny-california-hoa-law]
url = "https://haveny-mcp.havenyy.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "co-haveny-california-hoa-law": {
      "type": "remote",
      "url": "https://haveny-mcp.havenyy.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add co-haveny-california-hoa-law --url https://haveny-mcp.havenyy.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  co-haveny-california-hoa-law:
    url: "https://haveny-mcp.havenyy.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "co-haveny-california-hoa-law": {
      "type": "http",
      "url": "https://haveny-mcp.havenyy.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (6)

### `lookup_hoa_statute` (~174 tokens)

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.

Input parameters:

- `query` (string, required): 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').

### `check_fine_legality` (~222 tokens)

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.

Input parameters:

- `daysBetweenNoticeAndHearing` (integer): If known, the number of calendar days between the §5855 notice and the hearing date.
- `hearingHeld` (string): Was a hearing held, and was it before or after the discipline was imposed?
- `noticeReceived` (string): Did the homeowner receive written notice of the alleged violation before the fine?
- `situation` (string, required): 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.

### `get_homeowner_rights` (~161 tokens)

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.

Input parameters:

- `situation` (string, required): 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 ne…

### `get_board_obligations` (~158 tokens)

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.

Input parameters:

- `topic` (string, required): 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'.

### `get_document_template` (~190 tokens)

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.

Input parameters:

- `template_id` (string, required): 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),…

### `search_hoa_knowledge` (~152 tokens)

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.

Input parameters:

- `max_results` (integer): Maximum number of articles to return. Defaults to 3.
- `query` (string, required): A free-text question or topic about California HOA law. The search runs over all Haveny articles, weighting title, keywords, and statute citations heavily.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/co-haveny-california-hoa-law/haveny-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 66
- 2026-07-30: 65
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://haveny-mcp.havenyy.workers.dev/mcp
- Changelog RSS feed: https://verifymcp.io/servers/co-haveny-california-hoa-law/haveny-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/co-haveny-california-hoa-law/haveny-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/co-haveny-california-hoa-law/haveny-mcp
