B
banking-intelligence
/is_business_day_check
is business day check
Check if a specific date is a business day in a country. Accounts for weekends (country-specific) and public holidays. Returns whether the date is a business d
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 /is_business_day_check for me.
Input
| Field | Type | Description |
|---|---|---|
| country_code* | string | |
| check_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":"/is_business_day_check","input":{"country_code":"...","check_date":"..."}}'cli
npx cracked-ai run -p mcp-ai-ohmyfin-banking-intelligence -e /is_business_day_check -i '{"country_code":"...","check_date":"..."}'mcp
run_tool({ provider: "mcp-ai-ohmyfin-banking-intelligence", endpoint: "/is_business_day_check", input: {"country_code":"...","check_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.