Provides access to releases for downloading the latest version of the server from the repository.
Used to display download badges for the latest release of the MCP server.
FrankfurterMCP 🌍💱
Welcome to the FrankfurterMCP repository! This project provides a Model Context Protocol (MCP) server for the Frankfurter API, which offers reliable currency exchange rates. Whether you're building a financial application or just need a simple currency converter, this tool will help you get accurate and up-to-date exchange rates.
Table of Contents
Features
- Real-time Currency Exchange Rates: Get the latest rates from the Frankfurter API.
- MCP Compliance: Built on the Model Context Protocol for easy integration.
- Fast and Efficient: Designed for speed, making it ideal for applications that require quick responses.
- Multi-Currency Support: Convert between multiple currencies with ease.
- Simple API: Easy-to-use endpoints for developers.
Installation
To get started, you need to download and execute the latest release. You can find it here. Follow these steps:
- Download the Release: Visit the link and download the latest version of the server.
- Extract the Files: Unzip the downloaded file to your desired directory.
- Run the Server: Open your terminal and navigate to the extracted folder. Execute the server using the command:
- Check for Errors: Ensure there are no errors in the terminal. If everything is set up correctly, you should see a message indicating that the server is running.
Usage
Once the server is running, you can start making requests to the API. The default endpoint is http://localhost:8080
.
Example Request
To get the current exchange rate from USD to EUR, you can use the following curl command:
Example Response
You will receive a JSON response similar to this:
API Endpoints
1. Get Exchange Rate
- Endpoint:
/exchange/{base}/{target}
- Method: GET
- Description: Fetches the exchange rate from the base currency to the target currency.
2. List Supported Currencies
- Endpoint:
/currencies
- Method: GET
- Description: Returns a list of all supported currencies.
3. Historical Rates
- Endpoint:
/historical/{base}/{target}/{date}
- Method: GET
- Description: Retrieves the exchange rate for a specific date.
Contributing
We welcome contributions! If you want to improve this project, please follow these steps:
- Fork the Repository: Click the fork button on the top right of this page.
- Clone Your Fork: Use the following command to clone your fork to your local machine:
- Create a Branch: Create a new branch for your feature or fix:
- Make Changes: Implement your changes and test them.
- Commit Your Changes: Use clear commit messages:
- Push to Your Fork: Push your changes back to your fork:
- Create a Pull Request: Go to the original repository and click on "New Pull Request".
License
This project is licensed under the MIT License. See the LICENSE file for details.
Support
If you have any questions or need support, feel free to open an issue in the repository. You can also check the Releases section for updates and new features.
Topics
This repository covers various topics related to currency conversion and finance:
- currency-converter
- currency-exchange-rates
- fastmcp
- finance
- frankfurter-api
- mcp
- mcp-composition
- mcp-server
- model-context-protocol
- model-context-protocol-server
Conclusion
Thank you for visiting the FrankfurterMCP repository! We hope this project helps you in your currency conversion needs. Don't forget to check the Releases section for the latest updates.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that provides real-time currency exchange rates from the Frankfurter API, enabling applications to convert between multiple currencies with accurate, up-to-date information.
Related MCP Servers
- -securityFlicense-qualityAn MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.Last updated -Python
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.Last updated -310428TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3Last updated -329TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides real-time global currency exchange rate queries, enabling large language models to access up-to-date currency exchange information.Last updated -Python