{
  "markdown": "# Scout MCP\n\n> Real estate agent directory + tools for AI assistants. A product of Flika Realty LLC.\n\nScout publishes a public [Model Context Protocol](https://modelcontextprotocol.io) server that any Claude, Cursor, Copilot, or custom AI agent can call to:\n\n- Look up Scout-registered real estate agents by geography\n- Search active MLS listings in SC and GA\n- Submit a buyer or seller lead and route it to a licensed agent\n- Subscribe to proprietary seller-intent signals (probate, NOD, FSBO)\n\nScout is operated by **Flika Realty LLC**, a dual-state real estate brokerage licensed in South Carolina and Georgia (SC License #135886).\n\n## Live endpoint\n\n```\nhttps://scout.realestate/api/mcp\n```\n\n- Transport: **HTTP / JSON-RPC 2.0**\n- MCP protocol version: `2025-03-26`\n- Status: v0.1 (public beta)\n\n## Tools\n\n| Tool | Auth | Description |\n|---|---|---|\n| `scout.coverage` | anon | Where Scout covers natively (SC, GA) + states with signed referral partners |\n| `scout.search_listings` | anon | MLS listings by city, ZIP, price, beds |\n| `scout.find_agent` | anon | Scout-pin agents live in a territory (60-min freshness window, license-verified only) |\n| `scout.route_lead` | API key | Submit a buyer/seller lead; routes to Flika agent or partner brokerage |\n| `scout.get_seller_signals` | API key | Probate / NOD / distressed-property feed (SC + GA, admin-approved) |\n\n## Install in Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or the equivalent path on Windows/Linux:\n\n```json\n{\n  \"mcpServers\": {\n    \"scout\": {\n      \"url\": \"https://scout.realestate/api/mcp\",\n      \"transport\": \"http\",\n      \"headers\": {\n        \"Authorization\": \"Bearer flika_live_YOUR_KEY_HERE\"\n      }\n    }\n  }\n}\n```\n\nAnonymous read tools (`coverage`, `search_listings`, `find_agent`) work without the Authorization header. Write tools (`route_lead`, `get_seller_signals`) require a Scout API key.\n\n## Request an API key\n\nEmail [spencer@flikah.com](mailto:spencer@flikah.com) with your brokerage or use-case and we'll issue a key. Comped for individual agents; standard terms for brokerages (see [Referral terms](#referral-terms) below).\n\n## Quick test — no install required\n\n```bash\ncurl https://scout.realestate/api/mcp \\\n  -H 'content-type: application/json' \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\n       \"params\":{\"name\":\"scout.coverage\",\"arguments\":{}}}'\n```\n\n## Referral terms\n\nFor `scout.route_lead`:\n\n- **Buyer-side:** 30% of the receiving agent's commission\n- **Listing-side:** 25% of the receiving agent's commission\n- **Tail:** 18 months from first introduction\n- **Payment:** net-30 after funded close\n\n## Agent verification\n\nEvery Scout-listed agent is license-verified before their pin becomes discoverable via `scout.find_agent`. Verification checks the state real estate commission's public licensee record (SC: LLR; GA: REC) and uses Claude-powered fuzzy name matching. A pin only surfaces in search results if the agent's license is currently `active`.\n\n## Rate limits\n\n- Anonymous: 30 requests / minute / IP\n- Keyed: 300 requests / minute / key\n- `route_lead` writes: 20 / day / key (adjustable for signed partners)\n\n## Source + ops\n\nScout's backend + consumer surface is in a private Next.js monorepo. This repo hosts the public MCP spec and client-facing docs only. Contact Spencer Wilkinson for partnership / integration inquiries.\n\n- Consumer site: [scout.realestate](https://scout.realestate)\n- Brokerage (operator): [flika.realestate](https://flika.realestate)\n- Contact: [spencer@flikah.com](mailto:spencer@flikah.com)\n\n## License\n\nMIT — the metadata + docs in this repo are MIT. The hosted server itself is proprietary (operated by Flika Realty LLC).\n",
  "bytes": 3722,
  "sha": "6e0cb24855ece18e4cdd57e2638ddf9510e98512d01f29d53f2d0cd72e21dce5",
  "repo_slug": "flikah/scout-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_flikah_scout_mcp_c2122bf5/readme"
}