WebMCP

FinanceWebMCP verified

eurodz.com WebMCP tools

EuroDZ tracks Algeria's parallel-market currency exchange rates against the Algerian Dinar (DZD), refreshed daily, with conversion and historical lookups. Its WebMCP tools let an agent fetch the latest rates, convert amounts between DZD and supported currencies, and look up historical EUR rates.

3 tools1 methodsspec API surface

What can an agent do with eurodz.com WebMCP tools?

EuroDZ tracks Algeria's parallel-market currency exchange rates against the Algerian Dinar (DZD), refreshed daily, with conversion and historical lookups. Its WebMCP tools let an agent fetch the latest rates, convert amounts between DZD and supported currencies, and look up historical EUR rates. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on eurodz.com

Tool 1 of 3WebMCPAnswer

get-latest-exchange-rates

Returns the latest supported currency rates in DZD and optional official EUR rates.

How to install

Open the eurodz.com website and ask your browser agent to use get-latest-exchange-rates

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get-latest-exchange-rates tool on eurodz.com with currencyCodes: <array>, includeOfficial: <boolean>. Return the structured result and cite the source page.

Input contract

  • currencyCodes array Optional list of currency codes to return. Defaults to all supported currencies.
  • includeOfficial boolean Whether to include the official EUR rate in the response.

Open the source definition

Tool 2 of 3WebMCPAction

convert-currency

Convert amounts between DZD and supported currencies using the latest buy or sell rates.

How to install

Open the eurodz.com website and ask your browser agent to use convert-currency

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the convert-currency tool on eurodz.com with amount: <number>, currencyCode: <string>, direction: <string>, rateType: <string>. Return the structured result and cite the source page.

Input contract

  • amount number Amount to convert.
  • currencyCode string Currency code to convert to or from DZD.
  • direction string Conversion direction. Use "toDZD" to convert foreign currency into DZD, or "fromDZD" to convert DZD into foreign currency.
  • rateType string Whether to use the buy or sell rate for conversion.

Open the source definition

Tool 3 of 3WebMCPAnswer

get-euro-historical-rate

Returns EUR parallel market and official historical rates for a given date.

How to install

Open the eurodz.com website and ask your browser agent to use get-euro-historical-rate

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get-euro-historical-rate tool on eurodz.com with date: <string>. Return the structured result and cite the source page.

Input contract

  • date string Historical date in YYYY-MM-DD format.

Open the source definition