← Back to Plugins
MCP Server MCP

io.github.UniRate-API/mcp

github By github 👁 1 views ▲ 0 votes

Currency conversion and exchange rates for AI. 170+ currencies, historical data back to 1999.

Homepage Verified source GitHub

Install

npx -y @unirate/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@unirate/mcp",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "UniRate API key — get a free one at https://unirateapi.com",
          "isRequired": true,
          "isSecret": true,
          "name": "UNIRATE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...