dollar-ars-mcp
If you are the rightful owner of dollar-ars-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server for retrieving the exchange rate of the US dollar against the Argentine peso.
Dollar-ARS MCP Server
MCP server for retrieving the exchange rate of the US dollar against the Argentine peso. It provides information about:
- MEP Dollar
- Crypto Dollar
- Blue Dollar
- Official Dollar
Tools
The server implements the following tools:
- getCriptoDollarPrice: Retrieves information about the current Cripto USD to ARS exchange rate.
- getBlueDollarPrice: Retrieves information about the current Blue USD to ARS exchange rate.
- getOfficialDollarPrice: Retrieves information about the current Official USD to ARS exchange rate.
- getMEPDollarPrice: Retrieves information about the current MEP USD to ARS exchange rate.
Configuration
- Clone the repository:
git clone https://github.com/PabloMusaber/dollar-ars-mcp.git
cd dollar-ars-mcp
- Build the project using Maven:
mvn clean package -DskipTests
- Register the server in your MCP configuration. Add the following entry to your MCP configuration file, and remember to update with your own path.
"dollar-ars": {
"command": "java",
"args": [
"-jar",
"/path-to-your-local-repo/target/dollar-0.0.1-SNAPSHOT.jar"
]
}