investir-bourse-mcp
v0.1.2
Published
MCP server for Canadian and US ETF data from investirenbourse.ca
Downloads
293
Maintainers
Readme
investir-bourse-mcp
MCP server for Canadian and US ETF data from investirenbourse.ca. Query ETF prices, returns, holdings, and comparisons from any MCP-compatible AI assistant.
Installation
Add to your MCP client config:
{
"mcpServers": {
"investir-en-bourse": {
"command": "npx",
"args": ["-y", "investir-bourse-mcp"]
}
}
}Config file locations:
- Claude Desktop:
claude_desktop_config.json - Claude Code:
.claude.jsonor settings - Cursor:
.cursor/mcp.json
Available Tools
| Tool | Description |
| ---------------------- | ----------------------------------------------------------------------------- |
| search_etfs | Search and filter ETFs by name, category, strategy, market, or holding |
| get_etf_detail | Get complete details for a single ETF (holdings, returns, sectors, countries) |
| compare_etfs | Compare 2-6 ETFs side by side |
| get_etf_overlap | Analyze holdings overlap between two ETFs |
| get_price_history | Get historical adjusted close prices (1M to MAX) |
| find_etfs_by_holding | Find which ETFs contain a specific stock |
| get_similar_etfs | Find ETFs similar to a given ETF |
| get_popular_holdings | Get the most widely held stocks across all ETFs |
Example Queries
These natural language queries work with any MCP-compatible AI assistant:
- "What are the cheapest Canadian equity ETFs?" →
search_etfs - "Show me details for VEQT.TO" →
get_etf_detail - "Compare VEQT.TO vs XEQT.TO vs XGRO.TO" →
compare_etfs - "How much overlap is there between VFV.TO and XUU.TO?" →
get_etf_overlap - "Show me VOO's price history over 5 years" →
get_price_history - "Which ETFs hold Apple stock?" →
find_etfs_by_holding
Data Source
All data comes from investirenbourse.ca, which tracks 4,000+ Canadian and US ETFs. Prices are updated twice weekly (Wed + Fri). Holdings are updated weekly.
License
MIT
