How to Build Multicurrency Price Lists with Copilot

Multicurrency pricing in your IDE with Copilot and ToolRouter. Generate global price configs for your app.

Tool
Currency Exchange icon
Currency Exchange

Copilot generates production-ready multicurrency pricing configurations from live exchange rates. Build pricing config files with proper currency codes and formatting rules, create internationalization logic your application needs, and automate price list regeneration as part of your deployment pipeline.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the Currency Exchange tool:

  1. In Copilot Chat: "Get latest rates for USD to all major currencies"
  2. Copilot returns the exchange rates
  3. Ask: "Generate a pricing config JSON for my plans ($49, $99) in all currencies"
  4. Integrate the config directly into your application

Example Prompt

Try this with Copilot using the Currency Exchange tool
Build a multicurrency pricing JSON config for plans at $49 and $99 USD across EUR, GBP, JPY, CAD, AUD with currency_code, symbol, and amount fields.

Tips

  • Generate application-ready pricing configs directly from live rates
  • Copilot can build the currency formatting and display logic alongside the data
  • Automate price list regeneration as part of your deployment pipeline