How to Build Multicurrency Price Lists with Copilot
Multicurrency pricing in your IDE with Copilot and ToolRouter. Generate global price configs for your app.
ToolCurrency ExchangeCopilot 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
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the Currency Exchange tool:
- In Copilot Chat: "Get latest rates for USD to all major currencies"
- Copilot returns the exchange rates
- Ask: "Generate a pricing config JSON for my plans ($49, $99) in all currencies"
- 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