mcp-server
M
mcp-server
/get_yield_estimate

Build an Illustrative Long-Term Rental Scenario

Calculate an illustrative long-term-rent scenario only from caller-supplied purchase price, monthly rent, occupied months, and annual operating costs. 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 /get_yield_estimate for me.

Input

FieldTypeDescription
citystring (girne | iskele | lefkosa | gazimagusa | guzelyurt | lefke)
purchasePriceGBP*numberUser-supplied purchase price in GBP
monthlyRentGBP*numberUser-supplied monthly long-term rent assumption in GBP
annualOperatingCostsGBP*numberUser-supplied annual operating-cost 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":"/get_yield_estimate","input":{"purchasePriceGBP":1,"monthlyRentGBP":1,"annualOperatingCostsGBP":1,"occupiedMonths":1}}'
cli
npx cracked-ai run -p mcp-app-evlek-mcp-server -e /get_yield_estimate -i '{"purchasePriceGBP":1,"monthlyRentGBP":1,"annualOperatingCostsGBP":1,"occupiedMonths":1}'
mcp
run_tool({ provider: "mcp-app-evlek-mcp-server", endpoint: "/get_yield_estimate", input: {"purchasePriceGBP":1,"monthlyRentGBP":1,"annualOperatingCostsGBP":1,"occupiedMonths":1} })

Try it

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