← unlistedhomes.com
INDIVIDUAL MCP TOOL
autocomplete_tool
Autocomplete a search term to find geographic areas (cities, counties, neighborhoods, school districts, states, etc.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.unlisted]
url = "https://api.unlistedinc.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"unlisted": {
"type": "http",
"url": "https://api.unlistedinc.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: unlisted
Remote MCP URL: https://api.unlistedinc.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"unlisted": {
"url": "https://api.unlistedinc.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"unlisted": {
"type": "http",
"url": "https://api.unlistedinc.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "unlisted",
"transport": "streamable-http",
"url": "https://api.unlistedinc.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
property_details_tool— Fetch full details for a single Unlisted property by its ID.property_search_tool— Search for properties on Unlisted that meet certain criteria.