WM
Wiremi Marketing MCP
/rosca_vs_loan
rosca vs loan
Compare a savings circle (ROSCA) against a bank loan for the same goal. Inputs: goal amount (>=100), months (2-60), loan APR percent (0-60). Returns the
liveverifiedunknown~5s typical
mcpprobedwiremimarketingmcp
$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-ca-wiremi-marketing-mcp /rosca_vs_loan for me.
Input
| Field | Type | Description |
|---|---|---|
| goal* | number | |
| months* | integer | |
| apr* | number |
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-ca-wiremi-marketing-mcp","endpoint":"/rosca_vs_loan","input":{"goal":1,"months":1,"apr":1}}'cli
npx cracked-ai run -p mcp-ca-wiremi-marketing-mcp -e /rosca_vs_loan -i '{"goal":1,"months":1,"apr":1}'mcp
run_tool({ provider: "mcp-ca-wiremi-marketing-mcp", endpoint: "/rosca_vs_loan", input: {"goal":1,"months":1,"apr":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.