Phenomen Stocks IL
Phenomen Stocks IL — a full MCP application for Israeli equities (Tel Aviv Stock Exchange) data analysis, using AI. Market spirit scoring, momentum scanning, anticipation detection, sector heatmaps, index analysis, portfolio management, candlestick charts, and interactive widgets — all rendered directly in the chat.
Overview
Phenomen Stocks IL provides 27 data tools, 4 portfolio actions, and 26 interactive widgets for exploring Israeli equities data inside Claude and ChatGPT. The server connects to TASE Data Hub APIs for live and historical market data, backed by a PostgreSQL database with precomputed technical indicators.
Setup
Claude Desktop
- Open Settings and navigate to Connectors and click New Custom Connector
- Add name and the server URL:
https://tase-market.mcp-apps.lobix.ai/mcp - Find the new connector and click Connect
- Authenticate with your Google account when prompted
Claude.ai
- Open Settings and navigate to Connectors and click New Custom Connector
- Add name and the server URL:
https://tase-market.mcp-apps.lobix.ai/mcp - Find the new connector and click Connect
- Authenticate with your Google account when prompted
ChatGPT
- Open Settings, navigate to Apps, and enable Developer Mode (under Apps or advanced settings) — this unlocks the ability to add a custom MCP app.
- Click Create New App
- Add name and the server URL:
https://tase-market.mcp-apps.lobix.ai/mcp - Find the new connector and click Connect
- Authenticate with your Google account when prompted
- In a new chat, click Add sources (or + / Sources) and select your newly added MCP connector
- Use a tool through the MCP. Example: Show market end of day widget. ChatGPT will call the MCP server, execute the tool, and return results.
Tools
Market Overview
| Tool | Description |
|---|---|
show-market-spirit-widget | Traffic light indicator for market conditions: defense, selective, or attack |
show-market-end-of-day-widget | End-of-day trading data with prices, volume, and technical indicators |
show-market-sector-heatmap-widget | Treemap heatmap by sector, sub-sector, and symbol |
show-market-momentum-widget | Scored momentum scanner with persistence filtering, trend quality, and leader detection |
show-market-anticipation-widget | Pre-uptrend setup scanner using Stochastic signals with priority ratings |
show-market-last-update-widget | Real-time last-update trading data during market hours |
Index Analysis
| Tool | Description |
|---|---|
show-index-sector-breakdown-widget | Index constituents grouped by sector with summary cards |
show-index-end-of-day-widget | Index constituents end-of-day data with accordion layout |
show-index-sector-heatmap-widget | Treemap heatmap by sector for index constituents |
show-index-candlestick-widget | Candlestick chart for index constituents with sidebar selector |
show-index-last-update-widget | Real-time last-update trading data for index constituents |
Symbol Analysis
| Tool | Description |
|---|---|
show-symbols-end-of-day-widget | End-of-day data for specific symbols on a given date |
show-symbol-end-of-days-widget | Historical end-of-day data for a single symbol across a date range |
show-symbol-candlestick-widget | Candlestick chart for a single symbol with technical overlays |
show-symbols-candlestick-widget | Multi-symbol candlestick chart with sidebar selector |
show-symbols-table-widget | Tabular data for a list of symbols |
show-symbol-intraday-candlestick-widget | Live intraday candlestick chart with configurable timeframes |
Portfolio Tracking
| Tool | Description |
|---|---|
show-my-positions-manager-widget | Manage portfolio positions (add, edit, delete) |
show-my-position-table-widget | P&L tracker with current market data for your positions |
show-my-position-end-of-day-widget | End-of-day data for your portfolio symbols |
show-my-position-candlestick-widget | Candlestick charts for your portfolio symbols |
Watchlist
| Tool | Description |
|---|---|
show-watchlist-manager-widget | Manage watchlist items (add, edit, delete) |
show-watchlist-table-widget | Current market data for your watched symbols |
show-watchlist-end-of-day-widget | End-of-day data for your watched symbols |
show-watchlist-candlestick-widget | Candlestick charts for your watched symbols |
Data Tools
Every show-* widget tool has a corresponding get-*-data tool that returns raw JSON. Use the get- tools when you want Claude to analyze or summarize the data directly, without opening an interactive widget.
Parameters
| Parameter | Type | Description |
|---|---|---|
symbol | string | Single symbol ticker (e.g. TEVA) |
symbols | string[] | Array of symbol tickers |
tradeDate | YYYY-MM-DD | Trading date (defaults to latest available) |
dateFrom | YYYY-MM-DD | Start of date range |
dateTo | YYYY-MM-DD | End of date range |
securityIdOrSymbol | string | number | TASE security ID or symbol ticker (for intraday data) |
indexId | number | TASE index ID (defaults to TA-125) |
period | string | Performance period (e.g. "1W", "1M", "3M", "YTD") |
All symbol parameters are case-insensitive.
Example Prompts
- "Show me the market spirit"
- "Show the momentum scanner"
- "Show anticipation setups"
- "Show a candlestick chart for TEVA"
- "Show the market sector heatmap"
- "Show my portfolio positions"
- "Show intraday chart for Bank Leumi"
- "Show the TA-125 index sector breakdown"
Technical Indicators
End-of-day data includes precomputed technical indicators for every symbol:
- RSI(14) — Relative Strength Index
- MFI(14) — Money Flow Index
- CCI(20) — Commodity Channel Index
- MACD — Moving Average Convergence Divergence (signal line and histogram)
- SMA(20, 50, 200) — Simple Moving Averages
- Bollinger Bands — Upper and lower bands (20-period, 2 standard deviations)
- StdDev(20) — Standard Deviation
- Stochastic %K/%D(14) — Stochastic Oscillator
Troubleshooting
- No data returned — TASE trading hours are Sunday through Thursday, 09:45 to 17:30 Israel time. Live data endpoints return empty results when the market is closed.
- Auth required — Portfolio and watchlist tools require sign-in. Authenticate with your Google account during setup.
- Widget not loading — Try refreshing the MCP connection in your client settings, then start a new chat.
- Need help? — Contact us at contact@lobix.ai.