B
banking-intelligence
/settlement_eta
settlement eta
BETA. Estimate when a SWIFT payment will arrive: a corpus-grounded arrival window with an honest tail, computed from real completed payments we have tracked, pr
liveverifiedunknown~5s typical
mcpprobedbanking-intelligence
$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-ai-ohmyfin-banking-intelligence /settlement_eta for me.
Input
| Field | Type | Description |
|---|---|---|
| uetr | string | |
| currency | string | |
| sender_bic | string | |
| receiver_bic | string | |
| intermediary_bic | string | |
| current_status | string | |
| elapsed_business_days | string | |
| amount | string | |
| sender_country | string | |
| receiver_country | string | |
| arrive_by_date | string | |
| api_key | string |
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-ai-ohmyfin-banking-intelligence","endpoint":"/settlement_eta","input":{}}'cli
npx cracked-ai run -p mcp-ai-ohmyfin-banking-intelligence -e /settlement_eta -i '{}'mcp
run_tool({ provider: "mcp-ai-ohmyfin-banking-intelligence", endpoint: "/settlement_eta", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.