A
arcasos-rentals
/search_rentals_structured
search rentals structured
Use ONLY when the query consists entirely of explicit numeric/categorical constraints with NO descriptive language (no mood, view, atmosphere, or aesthetic word
liveunknown~5s typical
mcparcasos-rentals
$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-arcasos-arcasos-rentals /search_rentals_structured for me.
Input
| Field | Type | Description |
|---|---|---|
| location | string | Location name in Korean (e.g., '강남', '강남역', '홍대') |
| max_guests | integer | Minimum guest capacity required |
| bedrooms | integer | Exact number of bedrooms (not a minimum). Matches search_rentals_natural semantics — '2룸' |
| bathrooms | integer | Minimum bathrooms required |
| pet_allowed | boolean | Pet-friendly rentals only |
| kid_friendly | boolean | Kid-friendly rentals only |
| is_private_entire | boolean | Entire private space (not shared) |
| property_type | string | Property type (e.g., '아파트', '펜트하우스', '주택') |
| view_types | array | View types (e.g., ['river', 'city', 'mountain']) |
| mood_tags | array | Mood tags (e.g., ['luxury', 'cozy']) |
| amenities | array | Required amenities (e.g., ['wifi', 'parking']) |
| max_price_per_week | number | Maximum price per week in KRW |
| min_price_per_week | number | Minimum price per week in KRW |
| sort | string (price_asc | price_desc | rating_desc) | Sort order (default: rating_desc) |
| limit | integer | Max results (default 10) |
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-arcasos-arcasos-rentals","endpoint":"/search_rentals_structured","input":{}}'cli
npx cracked-ai run -p mcp-com-arcasos-arcasos-rentals -e /search_rentals_structured -i '{}'mcp
run_tool({ provider: "mcp-com-arcasos-arcasos-rentals", endpoint: "/search_rentals_structured", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.