F
licenseNot graded
qualityB
maintenanceMCP server for the Frankfurter exchange-rate API, enabling currency conversion and rate queries.
2
-
No user-submitted related servers found.
Scored across 6 tools
Each tool has a distinct purpose: getting single rates, rate history, gold price, gold history, listing all rates, and conversion. No overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case (get_rate, list_rates, convert, etc.), making them predictable and easy to remember.
With 6 tools, the server is well-scoped for an NBP exchange rate API, covering core operations without being too many or too few.
The tool set covers getting current and historical rates, gold prices, listing all rates, and conversion. Minor gap: no explicit tool for bid/ask rates, but get_rate with Table C can retrieve them.