Scout
Rank #54,114io.github.Flikah/scout-mcp
Find licensed real estate agents, search MLS, route leads. Remote MCP for SC + GA brokerages.
Scout is a Model Context Protocol (MCP) server published by flikah. It ranks #54,114 of 115,591 servers tracked on MCP Toplist. Scout is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 21, 2026 and most recently updated on Apr 21, 2026.
Ranks ahead of 61,477 of 115,591 servers on MCP Toplist.
Use Scout
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http scout-mcp https://scout.realestate/api/mcp[mcp_servers.scout-mcp]
url = "https://scout.realestate/api/mcp"Add to ~/.codex/config.toml.
https://scout.realestate/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"scout-mcp": {
"url": "https://scout.realestate/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scout-mcp": {
"type": "http",
"url": "https://scout.realestate/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scout-mcp": {
"serverUrl": "https://scout.realestate/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scout-mcp": {
"url": "https://scout.realestate/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Flikah%2Fscout-mcp)<a href="https://mcptoplist.com/server/io.github.Flikah%2Fscout-mcp"><img src="https://mcptoplist.com/badge/io.github.Flikah%2Fscout-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
flikah
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 21, 2026 |
Frequently asked questions
- Who maintains Scout?
- Scout is maintained by flikah, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Scout listed on the Official MCP Registry?
- Yes — Scout is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Scout have?
- MCP Toplist tracks 1 version of Scout, most recently published on Apr 21, 2026.
- Where can I find the source code for Scout?
- The source code for Scout is hosted at github.com/flikah/scout-mcp.