Skip to content
VS Code

Currency Exchange for VS Code

pro.publifye/currency

Norges Bank exchange rates for AI: 38 currencies against NOK since ~1980, plus buying power

client:VS Code transport:streamable-http

Install Currency Exchange in VS Code

.vscode/mcp.json

{
  "servers": {
    "currency": {
      "type": "http",
      "url": "https://currency.publifye.com/mcp"
    }
  }
}

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

Currency Exchange in other clients