Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'scout.coverage', 'name': 'scout.coverage', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'scout.search_listings', 'name': 'scout.search_listings', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'scout.find_agent', 'name': 'scout.find_agent', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'scout.find_public_agent', 'name': 'scout.find_public_agent', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'scout.find_brokerage', 'name': 'scout.find_brokerage', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'scout.route_lead', 'name': 'scout.route_lead', 'description': "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", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'scout.get_seller_signals', 'name': 'scout.get_seller_signals', 'description': "Retrieve Flika's proprietary seller-intent signals: probate filings, distressed properties, expired listings, FSBO intercepts (SC + GA only). Returns scored, deduplicated leads with property address + executor contact. Requires a Flika MCP API key with 'seller_signals' scope. Partner brokerages licensed in SC/GA receive these at no per-lead fee (referral fee applies on close).", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'scout.search_leads', 'name': 'scout.search_leads', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 1682.9ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://scout.realestate/api/mcp
JSON-RPC initialize probe
curl -X POST https://scout.realestate/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://scout.realestate/api/mcp
Listed at (chiark)
https://chiark.ai/agents/9b0cbe48-432c-4216-a3d9-2996522cc611