← housenstars.com
INDIVIDUAL MCP TOOL
search_properties
Legacy compatibility tool for searching HOUSE N STARS properties.
LIVE ENDPOINT
https://hns-chatgpt-app.onrender.com/mcp
Connect to this endpoint to inspect the live schema for search_properties and invoke it with your own arguments.
Indexed 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 server
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.hns-chatgpt-app]
url = "https://hns-chatgpt-app.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hns-chatgpt-app": {
"type": "http",
"url": "https://hns-chatgpt-app.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hns-chatgpt-app
Remote MCP URL: https://hns-chatgpt-app.onrender.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": {
"hns-chatgpt-app": {
"url": "https://hns-chatgpt-app.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hns-chatgpt-app": {
"type": "http",
"url": "https://hns-chatgpt-app.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hns-chatgpt-app",
"transport": "streamable-http",
"url": "https://hns-chatgpt-app.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_hns_properties— Search real public luxury real estate listings from the HOUSE N STARS structured property dataset using server-side WordPress search.get_property— Retrieve one real public HOUSE N STARS property listing by exact numeric ID or exact slug.get_hns_dataset_overview— Explain what the HOUSE N STARS ChatGPT connector provides as a read-only AI-native luxury real estate dataset.hns_api_status— Check whether the HOUSE N STARS WordPress property API is reachable through the Render MCP server.