{"openapi":"3.1.0","info":{"title":"CurrencyFreaks API","description":"CurrencyFreaks API로 170+ 통화의 실시간 환율과 히스토리컬 환율 데이터를 조회합니다. 환율 변환, 다중 통화 지원, 해외 결제 서비스에 활용되며 무료 플랜으로 일 100회 호출이 가능합니다.","version":"1.0.0","x-fusepie-id":"currencyfreaks","x-fusepie-category":"finance","x-fusepie-provider":"CurrencyFreaks"},"servers":[{"url":"https://api.currencyfreaks.com/v2.0","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_currencyfreaks","summary":"CurrencyFreaks API","description":"CurrencyFreaks API로 170+ 통화의 실시간 환율과 히스토리컬 환율 데이터를 조회합니다. 환율 변환, 다중 통화 지원, 해외 결제 서비스에 활용되며 무료 플랜으로 일 100회 호출이 가능합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://currencyfreaks.com/signup.html"}}},"x-mcp-config":{"mcpServers":{"currencyfreaks":{"command":"npx","args":["-y","@fusepie/mcp-currencyfreaks"],"env":{"API_KEY":""}}}}}