Data Collection
scout.realestate
Provides real estate coverage, active listings, and agent/brokerage search for Flika areas.
ENDPOINT 1
https://scout.realestate/api/mcp
MCP server metadata
- Name
- scout-mcp
- Version
- 0.1.0
Known tools 18
scout.coverageReturns 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-onlyscout.search_listingsSearch active real estate listings in Flika's coverage area (SC + GA).
Inferred read-onlyscout.find_agentFind Flika agents who are currently live (pin dropped within last 60 minutes) in or near a given location.
Inferred read-onlyscout.get_seller_signalsRetrieve Flika's proprietary seller-intent signals: probate filings, distressed properties, expired listings, FSBO intercepts (SC, GA, FL).
Inferred read-onlyscout.search_leadsPreview seller-signal leads (probate, NOD/pre-foreclosure, FSBO, expired listings, tax-delinquent) for sale through the Scout MCP marketplace.
Inferred read-onlyscout.purchase_leadPurchase a single seller-signal lead from the Scout MCP marketplace.
Potential side effectsscout.subscribe_lead_feedSubscribe to a continuous feed of new seller-signal leads matching a filter.
Inferred read-onlyscout.agent_profileDeep 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-onlyscout.verify_licenseVerify whether a real estate license is currently active, AND return the canonical claim URL for that license.
Inferred read-onlyscout.referral_termsLook up the bilateral referral terms for a given partner brokerage.
Inferred read-onlyscout.school_districtLook up public schools in a zip code via the National Center for Education Statistics (NCES) Common Core of Data.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.