INDIVIDUAL MCP TOOL
get_monitoring_options
Returns available options for ongoing monitoring — price alerts, idea tracking, watchlist monitoring, scheduled digests — with setup instructions and channels (email/Telegram).
LIVE ENDPOINT
https://marketcrew.ai/mcp
Connect to this endpoint to inspect the live schema for get_monitoring_options and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.marketcrew]
url = "https://marketcrew.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"marketcrew": {
"type": "http",
"url": "https://marketcrew.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: marketcrew
Remote MCP URL: https://marketcrew.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"marketcrew": {
"url": "https://marketcrew.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"marketcrew": {
"type": "http",
"url": "https://marketcrew.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "marketcrew",
"transport": "streamable-http",
"url": "https://marketcrew.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_price_history— Get daily OHLCV price history for a ticker: open/high/low/close/volume.get_technical_indicators— Calculate technical indicators for a ticker: SMA(50/200), RSI(14), MACD, ATR(14), ADX(14) trend strength, Stochastic(14,3), volume (OBV trend + volume vs 20-day average), RSI/price divergence, Golden/Death Cross, and RSI regime.get_relative_strength— Calculate relative strength ratio between two tickers (A/B).get_key_levels— Compute key price levels for a ticker: support/resistance zones (clustered swing highs/lows with touch counts = how often price reacted there), nearby round numbers, 50/200-day moving averages, and the 52-week high/low.get_intermarket— Intermarket compass — a first-pass read of the market environment through price-ratio lenses: asset-class rotation (bonds vs stocks, commodities), risk appetite (high-yield vs investment-grade credit, small vs large caps, cyclicals vs defensives), defensive flows (gold, utilities, yield-curve proxy) and the dollar.get_market_breadth— S&P 500 market breadth: the percentage of index members above their 50-day and 200-day moving averages, with RSI, trend and 52-week range for each breadth series.get_sentiment_data— Get market sentiment indicators: CBOE Put/Call ratios (total, equity, index, VIX), AAII investor sentiment survey (bull/bear/neutral %), and VIX level.get_macro_context— Get macro market context: sector P/E ratios, sector performance, US Treasury rates (2Y/10Y/30Y), CPI inflation data.