Data Collection
propertysimple.ai
Searches and retrieves active U.S. real estate listings and home details by city, address, price, features, or lifestyle preferences via PropertySimple.
ENDPOINT 1
https://www.propertysimple.ai/.well-known/mcp
MCP server metadata
- Name
- PropertySimple Real Estate Search
- Version
- 1.0.0
Use search_listings to discover active homes, then get_listing for source-backed detail. All tools are public and read-only.
Known tools 2
get_listingRetrieve source-backed details for one active listing using its PropertySimple URL slug.
Inferred read-onlyCONNECT 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.propertysimple-real-estate-search]
url = "https://www.propertysimple.ai/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"propertysimple-real-estate-search": {
"type": "http",
"url": "https://www.propertysimple.ai/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: propertysimple-real-estate-search
Remote MCP URL: https://www.propertysimple.ai/.well-known/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": {
"propertysimple-real-estate-search": {
"url": "https://www.propertysimple.ai/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"propertysimple-real-estate-search": {
"type": "http",
"url": "https://www.propertysimple.ai/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "propertysimple-real-estate-search",
"transport": "streamable-http",
"url": "https://www.propertysimple.ai/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.propertysimple.ai
MCP server metadata
- Name
- WebMCP
Known tools 1
search_homesSearch active U.S. home listings by city, address, price, features, or lifestyle preferences.
Inferred read-onlyCONNECT 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.webmcp]
url = "https://www.propertysimple.ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.propertysimple.ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.propertysimple.ai
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": {
"webmcp": {
"url": "https://www.propertysimple.ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.propertysimple.ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.propertysimple.ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.