M
mcp-server
/get_listing_detail
Get Full Detail for a Single Evlek Listing
Return a 360° profile of one active Evlek listing by UUID: title, description, price, location, size, amenities, features, cover image, per-photo captions/tags,
liveverifiedunknown~5s typical
mcpprobedmcp-server
$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-app-evlek-mcp-server /get_listing_detail for me.
Input
| Field | Type | Description |
|---|---|---|
| property_id* | string | Evlek listing UUID |
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-app-evlek-mcp-server","endpoint":"/get_listing_detail","input":{"property_id":"..."}}'cli
npx cracked-ai run -p mcp-app-evlek-mcp-server -e /get_listing_detail -i '{"property_id":"..."}'mcp
run_tool({ provider: "mcp-app-evlek-mcp-server", endpoint: "/get_listing_detail", input: {"property_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.