EP
EPK Properties Public Knowledge MCP
/get_property
Get public property
Use this when the user supplies a public EPK property UUID or wants full public details for a result returned by search_properties.
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 /get_property for me.
Input
| Field | Type | Description |
|---|---|---|
| property_id* | string | Stable public property UUID supplied by the user or returned by search_properties. |
| language | string (es | en | it) | default "es" |
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":"/get_property","input":{"property_id":"...","language":"es"}}'cli
npx cracked-ai run -p mcp-com-epkproperties-public-knowledge -e /get_property -i '{"property_id":"...","language":"es"}'mcp
run_tool({ provider: "mcp-com-epkproperties-public-knowledge", endpoint: "/get_property", input: {"property_id":"...","language":"es"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.