← Registry

General Tools

propfacil.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint13 known toolsFirst detected August 21, 2026Last detected August 25, 2026

ENDPOINT 1

https://www.propfacil.com/api/mcp

No auth detected

MCP server metadata

Name
propfacil
Version
1.3.9
Capabilities
toolsresources
Server instructions

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_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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
render_property_results

Use this when, after search_properties, the user would benefit from interactive property cards, comparison, details, or a map.

Inferred read-only
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.

Inferred read-only
publish_property

Use this when an authenticated user explicitly asks to publish a property publicly on PropFácil.

Potential side effects
my_listings

Use this when an authenticated user asks to review the property listings they published on PropFácil.

Inferred read-only
list_property_lists

Use this when an authenticated user wants to see their PropFácil favorite lists.

Inferred read-only
get_property_list

Use this when an authenticated user wants to inspect one of their PropFácil favorite lists and its saved properties.

Inferred read-only
save_property_to_list

Use this when an authenticated user asks to save a property to a favorite list.

Inferred read-only
rename_property_list

Use this when an authenticated user asks to rename one of their PropFácil favorite lists.

Inferred read-only
remove_property_from_list

Use this when an authenticated user asks to remove a saved property from one of their PropFácil lists.

Potential side effects
delete_property_list

Use this when an authenticated user explicitly asks to permanently delete one of their PropFácil favorite lists and its saved entries.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for propfacil.com was fetched 2026-08-26T00:42:26.163Z.

Trust status Neutral

propfacil.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.