FrankfurterMCP
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.
README
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:
./frankfurtermcp -
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:
curl http://localhost:8080/exchange/USD/EUR
Example Response
You will receive a JSON response similar to this:
{
"base": "USD",
"target": "EUR",
"rate": 0.85,
"date": "2023-10-01"
}
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:
git clone https://github.com/YOUR_USERNAME/frankfurtermcp.git -
Create a Branch: Create a new branch for your feature or fix:
git checkout -b feature-name -
Make Changes: Implement your changes and test them.
-
Commit Your Changes: Use clear commit messages:
git commit -m "Add feature" -
Push to Your Fork: Push your changes back to your fork:
git push origin feature-name -
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.