fx rates for VS Code
io.github.hyosikpark/fx-rates
Live and historical FX rates (ECB via Frankfurter) — paid per call (x402/credits), 2 tools
client:VS Code
transport:streamable-http
Install fx rates in VS Code
.vscode/mcp.json
{
"servers": {
"fx-rates": {
"type": "http",
"url": "https://hawker-gateway.fly.dev/mcp/fx-rates"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs