INDIVIDUAL MCP TOOL
publish_property
Use this when an authenticated user explicitly asks to publish a property publicly on PropFácil.
LIVE ENDPOINT
https://www.propfacil.com/api/mcp
Connect to this endpoint to inspect the live schema for publish_property and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.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.get_property_list— Use this when an authenticated user wants to inspect one of their PropFácil favorite lists and its saved properties.