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
currencyCodesarrayOptional list of currency codes to return. Defaults to all supported currencies.
includeOfficialbooleanWhether to include the official EUR rate in the response.
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
amountnumberAmount to convert.
currencyCodestringCurrency code to convert to or from DZD.
directionstringConversion direction. Use "toDZD" to convert foreign currency into DZD, or "fromDZD" to convert DZD into foreign currency.
rateTypestringWhether to use the buy or sell rate for conversion.