# Use Northeast Deal Intel with your agent.

[Northeast Deal Intel](https://northeastdealintel.com/) (`northeastdealintel.com`) registers 5 WebMCP tools. 4 of 5 tools declares `readOnlyHint`, so an agent can invoke them through `tools.call`. The registry runs the tool in a fresh headless page on northeastdealintel.com and returns untrusted site content.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/northeastdealintel.com) listing for `northeastdealintel.com`, last live-checked by the registry at 2026-09-21T21:00:08.712Z. Run `ghostget webmcp sites.get --input '{"domain":"northeastdealintel.com"}' --json` for the current schema; the listing can drift between checks.

## Use Northeast Deal Intel with my agent

Ghostget's bundled `webmcp` adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

```
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
```

**Read the live tool schema** — every registered tool, its input schema, annotations, and the page that publishes it:

```
ghostget webmcp sites.get --input '{"domain":"northeastdealintel.com"}' --json
```

**Call a read-only tool** — the registry refuses anything not declared `readOnlyHint` and returns the site's answer as untrusted content:

```
ghostget webmcp tools.call --input '{"domain":"northeastdealintel.com","tool":"get_market_benchmarks","input":"{}"}' --json
```

## Registered WebMCP tools

Northeast Deal Intel publishes 5 tools on northeastdealintel.com; 4 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `get_market_benchmarks` | Cap rate benchmarks by state and property type for the Northeast US. Returns market range (low/high), strong-buy threshold, and analyst notes. Updated quarterly from 100,000+ closed comps. Requires API key. | Callable read-only tool |
| `get_market_summary` | High-level commercial real estate market summary for the Northeast US: total active listings, breakdown by state, top submarkets by volume, and cap rate ranges by property type. No API key required. | Callable read-only tool |
| `get_sell_signal` | Predict the probability a commercial property will transact in the next 6 months. Combines ownership aging signals (100K+ deed comps), days on market, distress tier classification, and deal score momentum. Returns probability 0-100, label, | Callable read-only tool |
| `score_deal` | Submit a commercial property for AI-powered deal scoring. Returns score 1-10 with green flags, red flags, comp-backed benchmarks, and investor lens breakdown. Uses 57,700+ closed comps. Weights: cap rate 30%, price/SF 25%, location 20%, val | Listed for discovery; the registry allows read-only calls only |
| `search_deals` | Search 20,000+ active scored commercial real estate listings across 9 Northeast US states. Filter by state, property type, cap rate, price, deal score, submarket, and 1031 suitability. Returns scored deals with green flags, red flags, cap r | Callable read-only tool |

## What to expect

- **Read-only only.** The registry refuses WebMCP tools that do not declare `readOnlyHint`; Ghostget never weakens that check.
- **Untrusted results.** Tool output is site content, not instructions — treat it as data.
- **Live schemas.** `sites.get` always returns the schema the registry saw most recently, so agents adapt when Northeast Deal Intel changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on northeastdealintel.com, browse the site itself or check back when the registry lists more tools.
