Kktc Exchange Rates

Finance REST API MCP network tool

Return live buy and sell exchange rates (against Turkish lira) from Northern Cyprus (KKTC) exchange offices and banks, per currency, with the best buy and best sell office. Optionally filter to one currency code.

This page documents the HTTP endpoint POST /api/tools/kktc-exchange-rates/execute. See the MCP reference →

This tool fetches a fixed, hard-coded public upstream — never a private host. Results depend on that upstream.

Call it over REST

POST https://api.findutils.com/api/tools/kktc-exchange-rates/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/kktc-exchange-rates/execute \
  -H "Content-Type: application/json" \
  -d '{
    "currency": "GBP"
  }'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/kktc-exchange-rates

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
currency string no Optional ISO currency code to filter, e.g. "GBP", "USD", "EUR". Omit for all currencies.

Example arguments (verified)

{
  "currency": "GBP"
}

Also an MCP tool

Claude, Cursor, and any MCP client can call this tool as findutils:kktc_exchange_rates after one connect command.

Connect once

claude mcp add findutils --transport http https://mcp.findutils.com/
Open the MCP reference for Kktc Exchange Rates →

More Finance tools