Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by piyo123 • Uncategorized
An MCP server that fetches yen exchange rates using the Frankfurter API.
Integrate external tool calls with LLMs using the Model Context Protocol.
Fetch currency exchange rates dynamically within an LLM-driven workflow.
Delegate tool call handling to an API for simplified client-side logic.
This repository provides a learning implementation of a Model Context Protocol (MCP) server and client. The MCP server integrates with the Frankfurter API to retrieve yen exchange rates. It demonstrates the interaction flow between a client app, an LLM, and tool execution, including delegating tool call handling to an API using OpenAI's function calling feature. This setup helps understand how to manage tool calls and context passing in LLM applications.