# Scout (remote · scout.realestate)

Find licensed real estate agents, search MLS, route leads. Remote MCP for SC + GA brokerages.

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

## Components

- remote · `scout.realestate`: 65/100 (this document), [markdown](https://verifymcp.io/servers/flikah-scout-mcp/api-mcp.md), [page](https://verifymcp.io/servers/flikah-scout-mcp/api-mcp)

## Channel facts

- Endpoint: `https://scout.realestate/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## 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-04.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 18 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 66/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 3103 tokens (~172/item across 18 items; 18 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 98% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http flikah-scout-mcp https://scout.realestate/api/mcp
```

### Codex

```toml
[mcp_servers.flikah-scout-mcp]
url = "https://scout.realestate/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "flikah-scout-mcp": {
      "type": "remote",
      "url": "https://scout.realestate/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add flikah-scout-mcp --url https://scout.realestate/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  flikah-scout-mcp:
    url: "https://scout.realestate/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "flikah-scout-mcp": {
      "type": "http",
      "url": "https://scout.realestate/api/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-04 (score 65, +1)

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

### 2026-08-02 (score 64, +1)

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

### 2026-07-31 (score 63, +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 62, 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 62, +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 61, +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 60, 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 60)

First indexed and scored.

## MCP tools (18)

### `scout.coverage` (~56 tokens)

Returns Flika's coverage: which states Flika is directly licensed in (can close transactions) and which additional states Flika has signed referral partners in. Call this first if you're unsure whether Flika can help with a specific geography.

### `scout.search_listings` (~170 tokens)

Search active real estate listings in Flika's coverage area (SC + GA). Returns up to 25 listings matching the filters. Use scout.coverage() first if you're unsure whether a city is covered.

Input parameters:

- `city` (string): City name (e.g. 'Greenville', 'Charleston', 'Atlanta').
- `limit` (integer): Max listings to return (1-25, default 10).
- `max_beds` (integer): Maximum bedroom count.
- `max_price` (integer): Maximum list price (USD).
- `min_beds` (integer): Minimum bedroom count.
- `min_price` (integer): Minimum list price (USD).
- `state` (string): Two-letter state code, SC or GA.
- `zip` (string): 5-digit ZIP code.

### `scout.find_agent` (~157 tokens)

Find Flika agents who are currently live (pin dropped within last 60 minutes) in or near a given location. Returns name, slug, status, and current pin coordinates. Use this when your buyer/seller is ready to connect with a real agent.

Input parameters:

- `city` (string): City name alternative to lat/lng/zip.
- `lat` (number): Latitude to search around.
- `limit` (integer): Max agents to return (1-20, default 10).
- `lng` (number): Longitude to search around.
- `radius_miles` (number): Search radius (default 25, max 100).
- `zip` (string): ZIP code (we'll geocode if lat/lng not provided).

### `scout.find_public_agent` (~453 tokens)

Search Scout's public licensed-agent directory. Returns agents sourced from state REC public rosters + MLS-ranked prospect lists. Indexed states are listed in scout.coverage() — call that first if you're unsure whether a state has meaningful data. Every result has a claim_url — unclaimed agents can claim to curate their AI profile and start receiving AI-routed leads. Unlike scout.find_agent (which requires a live pin), this returns the full directory regardless of pin freshness. Prefer scout.find_agent when you want agents who are live-available right now; prefer scout.find_public_agent when you want broad discoverability. Pass lat/lng OR address (US street address — we'll forward-geocode via Mapbox) to get distance-ascending results with a distance_miles field on each agent; otherwise results are sorted by flika_score descending.

Input parameters:

- `address` (string): US street address — Mapbox forward-geocodes to lat/lng. Use this when you have an address like '409 Meyers Drive, Greenville SC 29605' but no coords. Takes precedence over city-only filters for proxi…
- `brokerage_slug` (string): Filter to agents at a specific brokerage (slug from find_brokerage).
- `city` (string): City name.
- `claimed_only` (boolean): If true, only return agents who have claimed their profile (default false).
- `lat` (number): Latitude for radius search.
- `limit` (integer): Max results (1-50, default 20).
- `lng` (number): Longitude for radius search.
- `min_flika_score` (integer): Minimum Flika Score 0-100 (default 0).
- `mls` (string): Filter to a specific MLS board.
- `radius_miles` (number): Search radius from center point (default 25, max 100). Only meaningful when lat/lng or address is provided.
- `state` (string): Two-letter state code. Accepts any state with a registered state-REC importer; states with meaningful agent counts are listed in scout.coverage() under indexed_states. (TODO: derive this list dynamic…

### `scout.find_brokerage` (~249 tokens)

Search the public Scout brokerage/office directory. Returns offices with public contact info (main phone, website, address) and volume stats where available. Covers SC + GA natively and partial NC/FL via the office import. Every result includes a claim_url — brokerages can claim their listing at scout.realestate/claim to curate their AI profile.

Input parameters:

- `city` (string): City name (e.g. 'Greenville', 'Myrtle Beach', 'Atlanta').
- `lat` (number): Latitude for radius search.
- `limit` (integer): Max results (1-50, default 20).
- `lng` (number): Longitude for radius search.
- `min_total_volume` (integer): Minimum total sales volume in USD (filters to top-producing offices).
- `mls` (string): Filter to a specific MLS board (e.g. 'CCAR', 'TRIDENT', 'FMLS').
- `radius_miles` (number): Search radius from lat/lng (default 25, max 100).
- `state` (string): Two-letter state code (SC, GA, NC, FL).
- `zip` (string): 5-digit ZIP code.

### `scout.route_lead` (~407 tokens)

Submit a buyer or seller lead to Flika. Flika (via Spencer Wilkinson as Broker-in-Charge) routes the lead as a standard broker-to-broker referral: either to a Scout-claimed agent, a public-directory agent via auto-emailed referral, a signed partner brokerage, or held for manual routing. Standard referral fee: 30% buyer-side, 25% listing-side, 18-month tail, net-30 after funded close. Requires a Flika MCP API key with 'route_lead' scope. Request one at https://flika.realestate/partners/mcp

Input parameters:

- `budget_max` (integer): For buyers: maximum budget USD.
- `budget_min` (integer): For buyers: minimum budget USD.
- `destination_city` (string, required): Target city — where the client wants to buy/sell.
- `destination_state` (string, required): Target state (2-letter).
- `destination_zip` (string)
- `email` (string): Client's email (preferred contact method).
- `lead_type` (string, required): Whether your client is buying or selling.
- `name` (string, required): Client's name (first + last).
- `notes` (string): Any context — partner disagreement, must-haves, PCS dates, etc.
- `phone` (string): Client's phone number.
- `referring_agent_email` (string, required): Your email as the referring agent (for commission routing).
- `target_address` (string): For sellers: the property address.
- `target_agent_slug` (string): Optional. If the AI has already picked a specific agent via scout.find_agent or scout.find_public_agent, pass their agent_slug here to route the referral directly.
- `target_brokerage_slug` (string): Optional. If the AI picked a specific brokerage via scout.find_brokerage, route the referral to that brokerage instead.
- `timeline_weeks` (integer): Expected weeks until transaction (0 = now, 12 = 3 months, etc.).

### `scout.get_seller_signals` (~204 tokens)

Retrieve Flika's proprietary seller-intent signals: probate filings, distressed properties, expired listings, FSBO intercepts (SC, GA, FL). Returns scored, deduplicated leads with property address + executor contact. Requires a Flika MCP API key with 'seller_signals' scope. Partner brokerages licensed in the lead's state receive these at no per-lead fee (referral fee applies on close).

Input parameters:

- `county` (string): Filter by county slug (e.g. 'greenville-sc').
- `limit` (integer): Max leads to return (1-50, default 20).
- `min_score` (integer): Minimum Claude-assigned score 0-100 (default 0).
- `signal_types` (array): Which signal types to include (default: all).
- `since_days` (integer): How many days back to look (1-90, default 7).
- `state` (string): Filter by state.

### `scout.search_leads` (~201 tokens)

Preview seller-signal leads (probate, NOD/pre-foreclosure, FSBO, expired listings, tax-delinquent) for sale through the Scout MCP marketplace. Returns redacted previews — full owner contact + property details require scout.purchase_lead. Free to call. SC + GA only.

Input parameters:

- `city` (string): City name (case-insensitive partial match).
- `county` (string): County name (case-insensitive partial match).
- `limit` (integer): 1-50, default 20.
- `max_age_days` (integer): Cap freshness — only leads created within this many days.
- `min_score` (integer): Minimum score 0-100. Higher = more motivated.
- `signal_types` (array): Filter by signal type. Omit to include all.
- `state` (string): 2-letter state code. Currently SC or GA.
- `zip` (string): 5-digit zip code.

### `scout.purchase_lead` (~108 tokens)

Purchase a single seller-signal lead from the Scout MCP marketplace. Deducts the per-lead price from your pre-paid credit balance and returns the full owner contact + property details. Idempotent — calling with a lead_id you've already purchased returns the same data without a second charge. Requires 'buy_leads' scope and a positive balance (top up at scout.realestate/partners/mcp/credits).

Input parameters:

- `lead_id` (string, required): UUID returned from scout.search_leads.

### `scout.subscribe_lead_feed` (~123 tokens)

Subscribe to a continuous feed of new seller-signal leads matching a filter. As leads are created and approved, Scout POSTs each one to your webhook URL up to your monthly_lead_budget. Ideal for AI agents that act on leads automatically. Currently in beta — emails Spencer with your subscription request; webhook delivery starts after manual provisioning.

Input parameters:

- `filter` (object)
- `monthly_lead_budget` (integer, required): Cap on number of leads pushed per month.
- `webhook_url` (string, required): HTTPS endpoint that will receive POST {lead, signature, timestamp}.

### `scout.market_pulse` (~149 tokens)

Public-data-backed market snapshot for any US zip code. Returns Census ACS demographics (population, median household income, median age, owner-occupancy %, median home value, median gross rent), Scout's indexed agent density for that zip, and listings activity if the zip is in our MLS-live coverage area. Call this when an AI user asks 'what's the market like in [zip/city]'. Free, no API key required.

Input parameters:

- `city` (string): City name (used with state if zip is omitted).
- `state` (string): Two-letter state code.
- `zip` (string): 5-digit ZIP code. Either zip OR (city + state) is required.

### `scout.agent_profile` (~107 tokens)

Deep profile for a single agent: license number/status/expiration, brokerage affiliation, claim status, geography, total units / volume / sell-ratio (when available), website, Instagram, Flika score. Pass either the UUID id or the slug returned by scout.find_public_agent.

Input parameters:

- `id` (string): UUID id from scout.find_public_agent results.
- `slug` (string): URL slug (e.g. 'jane-doe-sc-12345') — alternative to id.

### `scout.verify_license` (~166 tokens)

Verify whether a real estate license is currently active, AND return the canonical claim URL for that license. Returns license status (active/inactive/expired/revoked/etc.), expiration date, current brokerage affiliation, last refresh timestamp, claim status (claimed/public/opted_out), and a `claim_url` of the form https://scout.realestate/claim/<license_number> — that URL always resolves (works for licenses we already index AND for licenses we'll have to look up upstream in real time). Use this tool when you have a license number and want to tell the agent how to claim their AI pin, or before sending a lead.

Input parameters:

- `license_number` (string, required): Exactly as issued by the state (no spaces).
- `state` (string, required): Two-letter state code.

### `scout.team_roster` (~138 tokens)

Return the full agent roster of a brokerage. Pass brokerage_id (UUID) OR brokerage_slug OR (brokerage_name + state). Useful for queries like 'show me Compass agents in Charleston' or 'who are the top producers at this firm'.

Input parameters:

- `brokerage_id` (string): UUID from scout.find_brokerage.
- `brokerage_name` (string): Free-text name (used with state).
- `brokerage_slug` (string): URL slug.
- `limit` (integer): 1-100, default 25. Sorted by Flika score descending.
- `state` (string): Two-letter state code (required if using brokerage_name).

### `scout.compare_agents` (~88 tokens)

Side-by-side stats for 2-5 agents. Returns name, license info, brokerage, total units, total volume, sell ratio, claim status, and a quick-take winner per metric. Good follow-on to scout.find_public_agent when an AI assistant needs to choose between candidates.

Input parameters:

- `agent_ids` (array, required): Array of 2-5 agent UUIDs (or slugs).

### `scout.estimate_value` (~101 tokens)

Neighborhood-baseline property value estimate. Returns the Census ACS median home value for the zip plus a wide confidence interval. NOT an individual-property AVM — does not adjust for sqft, beds, lot, condition, or recent comps. Use this to ground-truth a buyer's expectation; pair with scout.search_listings for actual sold/active comps. Free, all 50 states.

Input parameters:

- `zip` (string, required): 5-digit ZIP code. Required.

### `scout.referral_terms` (~106 tokens)

Look up the bilateral referral terms for a given partner brokerage. Returns buyer-side %, listing-side %, tail months, and any custom notes. Pass partner_id (UUID) OR partner_slug. Use this when scout.route_lead is about to fire and you need to confirm the split with the receiving brokerage.

Input parameters:

- `partner_id` (string): UUID from partner_brokerages.
- `partner_slug` (string): Slug e.g. 'central-texas-realty-austin'.

### `scout.school_district` (~120 tokens)

Look up public schools in a zip code via the National Center for Education Statistics (NCES) Common Core of Data. Returns up to 25 schools (elementary/middle/high) with grade level, enrollment, district, and a Department of Education NCES ID. Useful for buyer queries like 'is this a good school zone?'. Free, all 50 states.

Input parameters:

- `level` (string): Optional filter: 'elementary' | 'middle' | 'high'.
- `zip` (string, required): 5-digit ZIP code. Required.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/flikah-scout-mcp/api-mcp#diagnostics

## Score history

- 2026-08-04: 65
- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 63
- 2026-07-31: 63
- 2026-07-30: 62
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 60

## Links

- Remote endpoint: https://scout.realestate/api/mcp
- Repository: https://github.com/Flikah/scout-mcp
- Website: https://scout.realestate/
- Changelog RSS feed: https://verifymcp.io/servers/flikah-scout-mcp/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/flikah-scout-mcp/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/flikah-scout-mcp/api-mcp
