Serversio.github.Flikah/scout-mcp
M

Scout

io.github.Flikah/scout-mcp · v0.1.0
● Remote
v0.1.0remote🌐 https://scout.realestate/api/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Flikah/scout-mcp",
  "description": "Find licensed real estate agents, search MLS, route leads. Remote MCP for SC + GA brokerages.",
  "title": "Scout",
  "repository": {
    "url": "https://github.com/Flikah/scout-mcp",
    "source": "github"
  },
  "version": "0.1.0",
  "websiteUrl": "https://scout.realestate",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://scout.realestate/api/mcp",
      "headers": [
        {
          "description": "Bearer token for authenticated tools (scout.route_lead, scout.get_seller_signals). Anonymous access works without this header for scout.coverage, scout.search_listings, and scout.find_agent. Request a key at spencer@flikah.com.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}