mortgage-tools
M
mortgage-tools
/create_enquiry

create enquiry

Submit a mortgage enquiry to Manage Your Loans on the customer's behalf so a broker contacts them. ONLY call this after the person has explicitly agreed

liveverifiedunknown~5s typical
mcpprobedmortgage-tools
$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-au-com-manageyourloans-mortgage-tools /create_enquiry for me.

Input

FieldTypeDescription
firstName*string
lastName*string
email*string
phone*string
consent*boolean
loanTypestring default ""
loanAmountstring default ""
messagestring default ""
isCostcoboolean default false
costcoMembershipNumberstring default ""

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-au-com-manageyourloans-mortgage-tools","endpoint":"/create_enquiry","input":{"firstName":"...","lastName":"...","email":"...","phone":"...","consent":true,"loanType":"","loanAmount":"","message":"","isCostco":false,"costcoMembershipNumber":""}}'
cli
npx cracked-ai run -p mcp-au-com-manageyourloans-mortgage-tools -e /create_enquiry -i '{"firstName":"...","lastName":"...","email":"...","phone":"...","consent":true,"loanType":"","loanAmount":"","message":"","isCostco":false,"costcoMembershipNumber":""}'
mcp
run_tool({ provider: "mcp-au-com-manageyourloans-mortgage-tools", endpoint: "/create_enquiry", input: {"firstName":"...","lastName":"...","email":"...","phone":"...","consent":true,"loanType":"","loanAmount":"","message":"","isCostco":false,"costcoMembershipNumber":""} })

Try it

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