ListingFlow
Rank #55,834io.github.daleweaver1981/listingflow-mcp
50 AI prompts for real estate listing agents — CMA, MLS, buyer presentations
ListingFlow is a Model Context Protocol (MCP) server published by daleweaver1981. It ranks #55,834 of 115,591 servers tracked on MCP Toplist. ListingFlow is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 59,757 of 115,591 servers on MCP Toplist.
Use ListingFlow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add listingflow-mcp -- npx -y listingflow-mcp[mcp_servers.listingflow-mcp]
command = "npx"
args = ["-y", "listingflow-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"listingflow-mcp": {
"command": "npx",
"args": [
"-y",
"listingflow-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"listingflow-mcp": {
"command": "npx",
"args": [
"-y",
"listingflow-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"listingflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"listingflow-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"listingflow-mcp": {
"command": "npx",
"args": [
"-y",
"listingflow-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"listingflow-mcp": {
"command": "npx",
"args": [
"-y",
"listingflow-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.daleweaver1981%2Flistingflow-mcp)<a href="https://mcptoplist.com/server/io.github.daleweaver1981%2Flistingflow-mcp"><img src="https://mcptoplist.com/badge/io.github.daleweaver1981%2Flistingflow-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
daleweaver1981
Other servers by daleweaver1981
View all daleweaver1981 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | May 20, 2026 |
Frequently asked questions
- Who maintains ListingFlow?
- ListingFlow is maintained by daleweaver1981, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is ListingFlow listed on the Official MCP Registry?
- Yes — ListingFlow is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does ListingFlow have?
- MCP Toplist tracks 1 version of ListingFlow, most recently published on May 20, 2026.
- Where can I find the source code for ListingFlow?
- The source code for ListingFlow is hosted at github.com/daleweaver1981/listingflow-mcp.