How to Monitor Portfolio Value with Copilot
Track crypto portfolio in your IDE with Copilot and ToolRouter.
ToolCrypto PricesCopilot calculates portfolio values and helps you build tracking infrastructure. Fetch prices for your token list, generate TypeScript data structures for portfolio state, and create valuation calculation and display components -- building your crypto portfolio tracker with live data from day one.
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 Crypto Prices tool:
- In Copilot Chat: "Get prices for BTC, ETH, SOL and calculate portfolio value for these amounts: 1, 10, 500"
- Copilot returns live valuations for each position
- Ask: "Generate a TypeScript type for this portfolio data structure"
Example Prompt
Try this with Copilot using the Crypto Prices tool
Fetch prices for my portfolio tokens and help me build a portfolio tracker component.
Tips
- Use the data to build automated portfolio tracking scripts
- Copilot can generate portfolio calculation functions from the price data
- Great for prototyping crypto dashboard features