mcp-server
M
mcp-server
/student_housing

Illustrative Student-Housing Rental Scenario

Calculate one illustrative student-rent scenario from caller-supplied monthly rent and occupied months. The university only supplies location context; no Evlek

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 /student_housing for me.

Input

FieldTypeDescription
university*stringUniversity name, short code, or known alias, matched against the canonical Evlek universit
purchasePricenumberOptional purchase price in GBP (enables yield).
monthlyRentGBP*numberUser-supplied monthly long-term rent assumption in GBP.
occupiedMonths*integerUser-supplied number of occupied and paid months in the 12-month scenario period.

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":"/student_housing","input":{"university":"...","monthlyRentGBP":1,"occupiedMonths":1}}'
cli
npx cracked-ai run -p mcp-app-evlek-mcp-server -e /student_housing -i '{"university":"...","monthlyRentGBP":1,"occupiedMonths":1}'
mcp
run_tool({ provider: "mcp-app-evlek-mcp-server", endpoint: "/student_housing", input: {"university":"...","monthlyRentGBP":1,"occupiedMonths":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.