M
mcp-server
/payment_plan
Currency Conversion Only (legacy payment_plan name)
The payment_plan identifier is retained only for compatibility. This tool converts an entered property asking-price amount across GBP/EUR/USD/TRY when complete,
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 /payment_plan for me.
Input
| Field | Type | Description |
|---|---|---|
| price* | number | Entered property asking-price amount; not a deposit or installment. |
| currency | string (GBP | EUR | USD | TRY) | Currency of the price (default GBP). |
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":"/payment_plan","input":{"price":1}}'cli
npx cracked-ai run -p mcp-app-evlek-mcp-server -e /payment_plan -i '{"price":1}'mcp
run_tool({ provider: "mcp-app-evlek-mcp-server", endpoint: "/payment_plan", input: {"price":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.