B
banking-intelligence
/value_date
value date
Calculate the value/settlement date for a payment. Determines when a payment will settle based on: - Source and destination country holiday calendars - Weekend
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 /value_date for me.
Input
| Field | Type | Description |
|---|---|---|
| source_country* | string | |
| dest_country* | string | |
| settlement_type | string | default "wire" |
| base_currency | string | |
| target_currency | string | |
| from_date | 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":"/value_date","input":{"source_country":"...","dest_country":"...","settlement_type":"wire"}}'cli
npx cracked-ai run -p mcp-ai-ohmyfin-banking-intelligence -e /value_date -i '{"source_country":"...","dest_country":"...","settlement_type":"wire"}'mcp
run_tool({ provider: "mcp-ai-ohmyfin-banking-intelligence", endpoint: "/value_date", input: {"source_country":"...","dest_country":"...","settlement_type":"wire"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.