MCPs for AI Agents · Shipped
ab-realty-disclosure-bridgeComponent: disclosure-desk/ (Python RAG API)
Package: mcp-servers/ab-realty-disclosure-bridge/
Equivalent REST API: /api/disclosure/* → FastAPI :4080
Tools
ask_disclosureGrounded Q&A over an ingested disclosure set — returns an answer plus source hints.
Environment variables
| Variable | Required | Description |
|---|---|---|
PORT | Optional | HTTP shim port (defaults to 4090). |
DISCLOSURE_API_URL | Optional | Disclosure Desk FastAPI base URL (defaults to http://127.0.0.1:4080). |
Connect via stdio (Cursor / Claude Desktop)
Build first: cd mcp-servers/ab-realty-disclosure-bridge/ && npm install && npm run build
{
"mcpServers": {
"ab-realty-disclosure-bridge": {
"command": "node",
"args": [
"/path/to/claw-re/mcp-servers/ab-realty-disclosure-bridge/dist/index.js"
]
}
}
}Internal use today
Transaction diligence; the Disclosure Desk agent UI.
Public exposure
Yes, with auth and per-set access control — disclosure data is sensitive.
Next hardening: HTTP shim is partial; document the set-id parameter fully.