_ registry / mcp streamable-http · checked 1h ago

propfacil

https://www.propfacil.com

Registry code: 9f33c8551d76e267

api record

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.

endpoint
https://www.propfacil.com/api/mcp
protocol
streamable-http ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
472ms

last good check

priced tools
0

of 13 tools

_ answered our checks, 90 days 1 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 13 tools
1 open 12 never probed 1 of 13 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • restore_property_results open 1h ago

    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.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • list_property_lists unknown 1h ago

    Use this when an authenticated user wants to see their PropFácil favorite lists. This returns only lists owned by the linked user.

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • my_listings unknown 1h ago

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

    mcp-tool

    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    arguments 5 lines
  • render_property_results unknown never probed

    Use this when, after search_properties, the user would benefit from interactive property cards, comparison, details, or a map. Pass only listing IDs already returned by a data tool.

    mcp-tool

    {
      "type": "object",
      "required": [
        "propertyIds"
      ],
      "properties": {
        "title": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "Short user-facing heading for the rendered property selection."
        },
        "propertyIds": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 100,
            "minLength": 1
          },
          "maxItems": 12,
          "minItems": 1,
          "description": "Up to 12 listingKey values returned by search_properties.",
          "uniqueItems": true
        }
      },
      "additionalProperties": false
    }
    arguments 27 lines
  • delete_property_list unknown never probed

    Use this when an authenticated user explicitly asks to permanently delete one of their PropFácil favorite lists and its saved entries. Do not use it for removing a single property.

    mcp-tool

    {
      "type": "object",
      "required": [
        "listId"
      ],
      "properties": {
        "listId": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "Identifier of a favorite list owned by the authenticated user."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • search_properties unknown never probed

    Use this when the user wants to find authorized PropFácil property listings in Mexico by city, transaction type, price, bedrooms, or geographic radius.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "city": {
          "type": "string",
          "maxLength": 120,
          "minLength": 1,
          "description": "Mexican city or municipality name explicitly requested by the user."
        },
        "near": {
          "type": "string",
          "pattern": "^-?\\d+(?:\\.\\d+)?,-?\\d+(?:\\.\\d+)?$",
          "description": "Map center as lat,lng. Use only a location explicitly supplied by the user."
        },
        "limit": {
          "type": "integer",
          "default": 20,
          "maximum": 50,
          "minimum": 1,
          "description": "Maximum number of results to return."
        },
        "radius": {
          "type": "number",
          "maximum": 100000,
          "minimum": 100,
          "description": "Search radius in meters."
        },
        "maxPrice": {
          "type": "number",
          "minimum": 0,
          "description": "Maximum listing price in the listing currency."
        },
        "minPrice": {
          "type": "number",
          "minimum": 0,
          "description": "Minimum listing price in the listing currency."
        },
        "minBedrooms": {
          "type": "integer",
          "maximum": 100,
          "minimum": 0,
          "description": "Minimum number of bedrooms."
        },
        "transactionType": {
          "enum": [
            "ForSale",
            "ForLease"
          ],
          "type": "string",
          "description": "Listing operation: ForSale to buy or ForLease to rent."
        }
      },
      "dependentRequired": {
        "near": [
          "radius"
        ],
        "radius": [
          "near"
        ]
      },
      "additionalProperties": false
    }
    arguments 62 lines
  • get_property unknown never probed

    Use this when the user wants the details of one authorized PropFácil listing and has supplied a listingKey or ID from search_properties.

    mcp-tool

    {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "A listingKey or listing ID returned by search_properties."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • get_property_contact unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "A listingKey or listing ID returned by search_properties or get_property."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • publish_property unknown never probed

    Use this when an authenticated user explicitly asks to publish a property publicly on PropFácil. This creates a public listing and is safe to retry with the same idempotencyKey.

    mcp-tool

    {
      "type": "object",
      "required": [
        "idempotencyKey",
        "transactionType",
        "price",
        "title",
        "description",
        "city"
      ],
      "properties": {
        "city": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2,
          "description": "Mexican city or municipality where the property is located."
        },
        "price": {
          "type": "number",
          "maximum": 500000000,
          "description": "Positive advertised price in the selected currency.",
          "exclusiveMinimum": 0
        },
        "state": {
          "type": "string",
          "maxLength": 120,
          "description": "Mexican state where the property is located, when known."
        },
        "title": {
          "type": "string",
          "maxLength": 160,
          "minLength": 8,
          "description": "Public listing title shown to prospective buyers or tenants."
        },
        "areaSqm": {
          "type": "number",
          "maximum": 10000000,
          "description": "Property area in square meters.",
          "exclusiveMinimum": 0
        },
        "bedrooms": {
          "type": "integer",
          "maximum": 100,
          "minimum": 0,
          "description": "Number of bedrooms; use zero only when the property has none."
        },
        "currency": {
          "enum": [
            "MXN",
            "USD"
          ],
          "type": "string",
          "default": "MXN",
          "description": "Currency used for the advertised price."
        },
        "latitude": {
          "type": "number",
          "maximum": 90,
          "minimum": -90,
          "description": "WGS84 latitude for the property location."
        },
        "bathrooms": {
          "type": "number",
          "maximum": 100,
          "minimum": 0,
          "description": "Number of bathrooms, including fractional half-bath values when applicable."
        },
        "longitude": {
          "type": "number",
          "maximum": 180,
          "minimum": -180,
          "description": "WGS84 longitude for the property location."
        },
        "description": {
          "type": "string",
          "maxLength": 5000,
          "minLength": 20,
          "description": "Public, accurate description of the property."
        },
        "isCommercial": {
          "type": "boolean",
          "default": false,
          "description": "True for commercial real estate; false for residential real estate."
        },
        "idempotencyKey": {
          "type": "string",
          "pattern": "^[A-Za-z0-9._:-]+$",
          "maxLength": 100,
          "minLength": 8,
          "description": "Stable unique key for this publish request; reuse it when retrying."
        },
        "transactionType": {
          "enum": [
            "ForSale",
            "ForLease"
          ],
          "type": "string",
          "description": "Whether the property is offered for sale or lease."
        }
      },
      "additionalProperties": false
    }
    arguments 102 lines
  • get_property_list unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "required": [
        "listId"
      ],
      "properties": {
        "listId": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "Identifier of a favorite list owned by the authenticated user."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • save_property_to_list unknown never probed

    Use this when an authenticated user asks to save a property to a favorite list. If no list is supplied, use the idempotent default list named Favoritos.

    mcp-tool

    {
      "type": "object",
      "required": [
        "propertyId"
      ],
      "properties": {
        "note": {
          "type": "string",
          "maxLength": 500,
          "description": "Optional private note stored with the saved property."
        },
        "listId": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "Identifier of a favorite list owned by the authenticated user."
        },
        "listName": {
          "type": "string",
          "default": "Favoritos",
          "maxLength": 80,
          "minLength": 1,
          "description": "Name for a new favorite list; defaults to Favoritos."
        },
        "propertyId": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "A listingKey returned by search_properties."
        }
      },
      "additionalProperties": false
    }
    arguments 33 lines
  • rename_property_list unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "required": [
        "listId",
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 80,
          "minLength": 1,
          "description": "New name for the favorite list."
        },
        "listId": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "Identifier of a favorite list owned by the authenticated user."
        }
      },
      "additionalProperties": false
    }
    arguments 22 lines
  • remove_property_from_list unknown never probed

    Use this when an authenticated user asks to remove a saved property from one of their PropFácil lists. The list remains available if it becomes empty.

    mcp-tool

    {
      "type": "object",
      "required": [
        "listId",
        "propertyId"
      ],
      "properties": {
        "listId": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "Identifier of a favorite list owned by the authenticated user."
        },
        "propertyId": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "A listingKey for the saved property to remove."
        }
      },
      "additionalProperties": false
    }
    arguments 22 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/9f33c8551d76e267/badge.svg)](https://brick.blue/agent/9f33c8551d76e267)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.