← Registry

Data Collection

scout.realestate

Provides real estate coverage, active listings, and agent/brokerage search for Flika areas.

1 endpoint18 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://scout.realestate/api/mcp

No auth detected

MCP server metadata

Name
scout-mcp
Version
0.1.0
Capabilities
tools

Known tools 18

scout.coverage

Returns Flika's coverage: which states Flika is directly licensed in (can close transactions) and which additional states Flika has signed referral partners in.

Inferred read-only
scout.search_listings

Search active real estate listings in Flika's coverage area (SC + GA).

Inferred read-only
scout.find_agent

Find Flika agents who are currently live (pin dropped within last 60 minutes) in or near a given location.

Inferred read-only
scout.find_public_agent

Search Scout's public licensed-agent directory.

Inferred read-only
scout.find_brokerage

Search the public Scout brokerage/office directory.

Inferred read-only
scout.route_lead

Submit a buyer or seller lead to Flika.

Inferred read-only
scout.get_seller_signals

Retrieve Flika's proprietary seller-intent signals: probate filings, distressed properties, expired listings, FSBO intercepts (SC, GA, FL).

Inferred read-only
scout.search_leads

Preview seller-signal leads (probate, NOD/pre-foreclosure, FSBO, expired listings, tax-delinquent) for sale through the Scout MCP marketplace.

Inferred read-only
scout.purchase_lead

Purchase a single seller-signal lead from the Scout MCP marketplace.

Potential side effects
scout.subscribe_lead_feed

Subscribe to a continuous feed of new seller-signal leads matching a filter.

Inferred read-only
scout.market_pulse

Public-data-backed market snapshot for any US zip code.

Inferred read-only
scout.agent_profile

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.

Inferred read-only
scout.verify_license

Verify whether a real estate license is currently active, AND return the canonical claim URL for that license.

Inferred read-only
scout.team_roster

Return the full agent roster of a brokerage.

Inferred read-only
scout.compare_agents

Side-by-side stats for 2-5 agents.

Inferred read-only
scout.estimate_value

Neighborhood-baseline property value estimate.

Inferred read-only
scout.referral_terms

Look up the bilateral referral terms for a given partner brokerage.

Inferred read-only
scout.school_district

Look up public schools in a zip code via the National Center for Education Statistics (NCES) Common Core of Data.

Inferred read-only

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.scout-mcp]
url = "https://scout.realestate/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scout-mcp": {
      "type": "http",
      "url": "https://scout.realestate/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scout-mcp
Remote MCP URL: https://scout.realestate/api/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": {
    "scout-mcp": {
      "url": "https://scout.realestate/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scout-mcp": {
      "type": "http",
      "url": "https://scout.realestate/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scout-mcp",
  "transport": "streamable-http",
  "url": "https://scout.realestate/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.