Mcp-currency-exchange-rate

edisonchy/Mcp-currency-exchange-rate
★ 0 stars TypeScript AI/LLM Updated 11d ago
A Node.js and Express-based MCP server that allows LLMs such as ChatGPT to access live currency exchange rates through custom tools.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-currency-exchang": {
      "command": "npx",
      "args": [
        "-y",
        "edisonchy/Mcp-currency-exchange-rate"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that lets LLMs such as ChatGPT access live currency exchange rates. https://github.com/user-attachments/assets/33b9ee21-c7a4-4947-a5b7-42e9ca1ab74f The aim of this project is to understand how to create and integrate custom MCP servers with LLMs such as ChatGPT. MCP offers a structured and reusable way for LLMs to interact with external APIs. This extends the capabilities of LLMs in two specific areas. Firstly, it gives LLMs the ability to perform actions ra