{"name":"cross-border-ops-brief","description":"Cross-border operating brief for a country: the FX rate, country profile, visa requirements, upcoming public holidays, and current local time an agent needs before transacting or scheduling internationally. Composite: one call runs country-info first to resolve the country, then exchange-rates, visa-requirements, holiday-lookup, and timezone-lookup in parallel, merged into one brief. Give it a country name or ISO code plus optional home_currency and nationality; get back fx, visa, holidays, and local_time sections. Reference data only, not money transmission or immigration advice. Use it as an international operations API, business-travel brief, or country-risk reference for agents planning cross-border work.","price":"$0.05","method":"POST","input_schema":{"properties":{"country":{"type":"string","description":"Destination country name or ISO 3166 code (alpha-2/alpha-3), e.g. 'Japan' or 'JP'. Required."},"home_currency":{"type":"string","description":"Optional 3-letter ISO 4217 currency code to convert from, e.g. 'USD' (default USD)."},"nationality":{"type":"string","description":"Optional 2-letter ISO 3166-1 passport country code, e.g. 'US', used to resolve visa requirements into the destination."}},"required":["country"]},"input_example":{"country":"Japan","home_currency":"USD","nationality":"US"},"output_example":{"country":"Japan","country_code":"JP","profile":{"name":"Japan","code_alpha2":"JP","capital":"Tokyo","region":"Asia","currencies":["JPY"]},"fx":{"base":"USD","date":"2026-07-06","rates":{"JPY":157.2}},"visa":{"passport":"US","destination":"JP","status":"visa-free for 90 days","visa_free":true,"visa_free_days":90},"holidays":[{"date":"2026-11-23","local_name":"Labor Thanksgiving Day","name":"Labor Thanksgiving Day"}],"local_time":{"timezone":"UTC+09:00","current_local_time":"2026-07-06T22:00:00","is_dst":false},"note":"Reference data only: exchange rates, country profile, visa rules, holidays, and local time are informational. Not money transmission, currency exchange execution, or immigration/legal advice.","composed_of":["country-info","exchange-rates","visa-requirements","holiday-lookup","timezone-lookup"],"components":[{"name":"country-info","ok":true,"ms":300},{"name":"exchange-rates","ok":true,"ms":250}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}