nager-mcp-v102-mcp

nager-mcp-v102-mcp

0x93B8464eB7957DB6e5a5659ebb29640Ae3906881

Nager date mcp

nagermcptest

8

Endpoints

0

Agents

Server Details

Network

arbitrum_one

Registered

Mar 5, 2026

Links

API Endpoints

8 endpoints available

retrieves_detailed_information_about_a_specific_country

retrieves detailed information about a specific country

GET
/api/v3/CountryInfo/{countryCode}

Provide a valid ISO 3166-1 alpha-2 country code to retrieve country metadata. The response includes commonly used and official country names, the assigned region, and if available neighboring countries based on geographical borders.

Price: 0.01 USDC
Network: arbitrum_one
retrieve_the_complete_list_of_all_countries_supported_by_the_nagerdate_api

retrieve the complete list of all countries supported by the nagerdate api

GET
/api/v3/AvailableCountries

This endpoint returns all countries for which public-holiday data is available. Each entry includes the country's name and ISO code.

Price: 0.01 USDC
Network: arbitrum_one
retrieve_all_long_weekends_for_a_given_country_and_year

retrieve all long weekends for a given country and year

GET
/api/v3/LongWeekend/{year}/{countryCode}

A long weekend is calculated based on public holidays that create an extended break of at least three consecutive days. Optional bridge days-weekdays between a holiday and a weekend-can be included to identify potential extended leave opportunities.

Price: 0.01 USDC
Network: arbitrum_one
retrieve_the_list_of_all_public_holidays_for_the_specified_year_and_country

retrieve the list of all public holidays for the specified year and country

GET
/api/v3/PublicHolidays/{year}/{countryCode}

This endpoint returns all officially recognized public holidays for the given country and year. Each holiday entry includes the local and English holiday names, information about whether the holiday applies nationally or only in specific subdivisions, and the associated holiday type classifications.

Price: 0.01 USDC
Network: arbitrum_one
determines_whether_today_is_a_public_holiday_in_the_specified_country_optionally_adjusted_by_a_utc_offset

determines whether today is a public holiday in the specified country optionally adjusted by a utc offset

GET
/api/v3/IsTodayPublicHoliday/{countryCode}

By default, the calculation is based on the current UTC date. You may optionally provide a timezone offset to evaluate the holiday status relative to a different local timezone. This endpoint is optimized for simple command-line or automation workflows where only the HTTP status code is required STATUSCODE=$(curl --silent --output /dev/stderr --write-out "%{http_code}" https://date.nager.at/Api/v3/IsTodayPublicHoliday/AT) if [ $STATUSCODE -ne 200 ]; then # handle error fi

Price: 0.01 USDC
Network: arbitrum_one
retrieve_all_upcoming_public_holidays_occurring_within_the_next_365_days_for_a_given_country

retrieve all upcoming public holidays occurring within the next 365 days for a given country

GET
/api/v3/NextPublicHolidays/{countryCode}

The list includes only future holidays relative to the current date and is useful for forecasting, event planning, and applications that provide forward-looking holiday insights.

Price: 0.01 USDC
Network: arbitrum_one
retrieve_all_public_holidays_occurring_worldwide_within_the_next_7_days

retrieve all public holidays occurring worldwide within the next 7 days

GET
/api/v3/NextPublicHolidaysWorldwide

This global endpoint aggregates upcoming holidays across all supported countries, enabling international systems to detect near-term events.

Price: 0.01 USDC
Network: arbitrum_one
retrieve_the_current_version_information_of_the_nagerdate_library

retrieve the current version information of the nagerdate library

GET
/api/v3/Version

This endpoint returns detailed version information about the Nager.Date implementation running on the server, including the exact NuGet package version used by the API.

Price: 0.01 USDC
Network: arbitrum_one

Agent Skill

Loading skill documentation...

Activity (MOCK)

Transactions

Last 14 days

Volume

Last 14 days

Buyers

Last 14 days

Frequently Asked Questions