EP
EPK Properties Public Knowledge MCP
/search_properties
Search public properties
Use this when the user wants only public EPK Properties listings with explicit country, sale/rent, property type, price, bedroom, bathroom, area, location, or d
liveverifiedunknown~5s typical
mcpprobedepkpropertiespublic
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-epkproperties-public-knowledge /search_properties for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Location, property name, address, or keywords matched against public listing text. |
| country | string (PTY | DOM) | PTY for Panama or DOM for the Dominican Republic. |
| language | string (es | en | it) | Language for descriptions and canonical listing URLs. default "es" |
| operation_type | string (SALE | RENT) | Search by availability: SALE includes SALE and SALE_AND_RENT listings; RENT includes RENT |
| property_type | string (APARTMENT | HOUSE | VILLA | LAND | OFFICE | COMMERCIAL_LOCAL) | |
| min_price | number | |
| max_price | number | |
| min_bedrooms | integer | Minimum number of bedrooms. |
| max_bedrooms | integer | Maximum bedrooms; set equal to min_bedrooms for an exact bedroom count. |
| min_bathrooms | integer | Minimum number of bathrooms. |
| max_bathrooms | integer | Maximum bathrooms; set equal to min_bathrooms for an exact bathroom count. |
| min_area | number | Minimum area in square metres. |
| max_area | number | Maximum area in square metres. |
| limit | integer | default 10 |
| offset | integer | default 0 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-epkproperties-public-knowledge","endpoint":"/search_properties","input":{"language":"es","limit":10,"offset":0}}'cli
npx cracked-ai run -p mcp-com-epkproperties-public-knowledge -e /search_properties -i '{"language":"es","limit":10,"offset":0}'mcp
run_tool({ provider: "mcp-com-epkproperties-public-knowledge", endpoint: "/search_properties", input: {"language":"es","limit":10,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.