# tcmb_mcp

Fetch today's and historical exchange rates from the Turkish Central Bank dating back to 1996. Convert between currencies and compare trends with summary statistics. Rely on holiday-aware lookups to …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ofurkanuygur/tcmb_mcp

# Browse available tools
npx -y @smithery/cli@latest tool list ofurkanuygur/tcmb_mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ofurkanuygur/tcmb_mcp tcmb_get_current_rates

# Call a tool
npx -y @smithery/cli@latest tool call ofurkanuygur/tcmb_mcp tcmb_get_current_rates '{}'
```

## Direct MCP Connection

Endpoint: `https://tcmb_mcp--ofurkanuygur.run.tools`

## Tools (6)

- `tcmb_get_current_rates` — Get current exchange rates from the Turkish Central Bank (TCMB).
- `tcmb_get_historical_rates` — Get historical exchange rates from TCMB for a specific date.
- `tcmb_list_currencies` — List all available currencies supported by TCMB.
- `tcmb_convert_currency` — Convert between currencies using TCMB rates.
- `tcmb_get_rate_history` — Get exchange rate history with statistics for a date range.
- `tcmb_compare_currencies` — Compare multiple currencies over a time period.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ofurkanuygur/tcmb_mcp <tool-name>
```

---

Source: https://github.com/ofurkanuygur/tcmb_mcp
