← a-du.homes

INDIVIDUAL MCP TOOL

reply_to_thread

Send a message into an existing A-du conversation, as the signed-in person.

a-du.homesnone authenticationAvailability not checked

LIVE ENDPOINT

https://a-du.homes/mcp

No auth detected

Connect to this endpoint to inspect the live schema for reply_to_thread and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

a-du.homes

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.a-du]
url = "https://a-du.homes/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "a-du": {
      "type": "http",
      "url": "https://a-du.homes/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: a-du
Remote MCP URL: https://a-du.homes/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "a-du": {
      "url": "https://a-du.homes/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "a-du": {
      "type": "http",
      "url": "https://a-du.homes/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "a-du",
  "transport": "streamable-http",
  "url": "https://a-du.homes/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_rentals — Search the A-du Rent inventory of Accessory Dwelling Unit (ADU) rentals: backyard cottages, garage conversions, granny flats, in-law units, casitas and junior ADUs, in Los Angeles County with San Diego, San Francisco and New York City also listed.
  • get_rental — Fetch the full public record for one A-du Rent listing by its id (from search_rentals or a a-du.
  • get_rent_estimate — Estimate the monthly market rent for an ADU or small unit at a specific address, with a low and high range, from a long-term rent valuation model over nearby comparables.
  • get_adu_rules — The rules that govern building or renting an ADU in a named California city or county: whether the local ordinance still stands or is void under state law, the controlling state standards (size, setbacks, height, parking, owner occupancy, review deadlines), fee notes, who to contact, and any pre-approved plan program, each with citations, plus the published A-du guide for that city and the county-wide state baseline.
  • estimate_permit_fees — Estimate building permit, plan check, sub-permit, state surcharge, school and impact fees for an ADU in a supported jurisdiction, as an itemized schedule with code citations and any waivers (for example impact fees waived under 750 sq ft).
  • resolve_parcel — Resolve a street address or assessor parcel number to the lot itself, from Los Angeles County or San Diego County records: APN, the agency that issues its permits, lot area, the footprint of each existing structure, and the area left for a new unit after the state-minimum setbacks and separation from existing buildings.
  • match_plans_to_lot — Given an address or APN, find which A-du Build plan sets physically fit the lot: the buildable envelope is computed from the county parcel and building footprints with the local setback table, then every published plan is placed in it and scored by size, bedrooms, pre-approval in that city and how tightly it fits.
  • search_plans — Search A-du Build, the marketplace of ADU plan sets listed by licensed architects and designers.