General Tools
propfacil.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.propfacil.com/api/mcp
MCP server metadata
- Name
- propfacil
- Version
- 1.3.9
Search only PropFácil-authorized inventory and never filter by source. Search and detail are public. Use get_property_contact only when the user asks to contact an advertiser, requests the original authorized listing, or activates contact inside the widget. After search_properties, call render_property_results when cards, comparison, details, or a map would help. Lists, favorites, and publishing require the linked account. Never claim availability beyond the returned status. Before publish_property, confirm the listing details with the user and reuse the same idempotencyKey on retries.
Known tools 13
search_propertiesUse this when the user wants to find authorized PropFácil property listings in Mexico by city, transaction type, price, bedrooms, or geographic radius.
Inferred read-onlyget_propertyUse this when the user wants the details of one authorized PropFácil listing and has supplied a listingKey or ID from search_properties.
Inferred read-onlyget_property_contactUse this when the user explicitly asks to contact the advertiser or open the authorized original listing for a property previously returned by PropFácil.
Inferred read-onlyrender_property_resultsUse this when, after search_properties, the user would benefit from interactive property cards, comparison, details, or a map.
Inferred read-onlyrestore_property_resultsUse this when the PropFácil app needs to restore the latest public property selection for the current MCP session after its widget is recreated.
Inferred read-onlypublish_propertyUse this when an authenticated user explicitly asks to publish a property publicly on PropFácil.
Potential side effectsmy_listingsUse this when an authenticated user asks to review the property listings they published on PropFácil.
Inferred read-onlylist_property_listsUse this when an authenticated user wants to see their PropFácil favorite lists.
Inferred read-onlyget_property_listUse this when an authenticated user wants to inspect one of their PropFácil favorite lists and its saved properties.
Inferred read-onlysave_property_to_listUse this when an authenticated user asks to save a property to a favorite list.
Inferred read-onlyrename_property_listUse this when an authenticated user asks to rename one of their PropFácil favorite lists.
Inferred read-onlyremove_property_from_listUse this when an authenticated user asks to remove a saved property from one of their PropFácil lists.
Potential side effectsdelete_property_listUse this when an authenticated user explicitly asks to permanently delete one of their PropFácil favorite lists and its saved entries.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for propfacil.com was fetched 2026-08-26T00:42:26.163Z.
propfacil.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.