INDIVIDUAL MCP TOOL
save_property_to_list
Use this when an authenticated user asks to save a property to a favorite list.
LIVE ENDPOINT
https://www.propfacil.com/api/mcp
Connect to this endpoint to inspect the live schema for save_property_to_list 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.propfacil]
url = "https://www.propfacil.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"propfacil": {
"type": "http",
"url": "https://www.propfacil.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: propfacil
Remote MCP URL: https://www.propfacil.com/api/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": {
"propfacil": {
"url": "https://www.propfacil.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"propfacil": {
"type": "http",
"url": "https://www.propfacil.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "propfacil",
"transport": "streamable-http",
"url": "https://www.propfacil.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_properties— Use this when the user wants to find authorized PropFácil property listings in Mexico by city, transaction type, price, bedrooms, or geographic radius.get_property— Use this when the user wants the details of one authorized PropFácil listing and has supplied a listingKey or ID from search_properties.get_property_contact— Use this when the user explicitly asks to contact the advertiser or open the authorized original listing for a property previously returned by PropFácil.render_property_results— Use this when, after search_properties, the user would benefit from interactive property cards, comparison, details, or a map.restore_property_results— Use this when the PropFácil app needs to restore the latest public property selection for the current MCP session after its widget is recreated.publish_property— Use this when an authenticated user explicitly asks to publish a property publicly on PropFácil.my_listings— Use this when an authenticated user asks to review the property listings they published on PropFácil.list_property_lists— Use this when an authenticated user wants to see their PropFácil favorite lists.