Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
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.scout.search_listings— Search active real estate listings in Flika's coverage area (SC + GA).scout.find_agent— Find Flika agents who are currently live (pin dropped within last 60 minutes) in or near a given location.scout.find_public_agent— Search Scout's public licensed-agent directory.scout.find_brokerage— Search the public Scout brokerage/office directory.scout.get_seller_signals— Retrieve Flika's proprietary seller-intent signals: probate filings, distressed properties, expired listings, FSBO intercepts (SC, GA, FL).scout.search_leads— Preview seller-signal leads (probate, NOD/pre-foreclosure, FSBO, expired listings, tax-delinquent) for sale through the Scout MCP marketplace.scout.purchase_lead— Purchase a single seller-signal lead from the Scout MCP marketplace.