Skip to content
VS Code

currency exchange for VS Code

io.github.theluckystrike/currency-exchange

Convert currencies on the daily European Central Bank reference rates. No API key, no signup.

client:VS Code transport:streamable-http runtime:mcpb tools:10

Install currency exchange in VS Code

.vscode/mcp.json

{
  "servers": {
    "currency-exchange": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/currency-exchange"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

currency exchange in other clients