Analytics
marketcrew.ai
Provides financial market analysis by retrieving price history, calculating technical indicators, relative strength, key support/resistance levels, and intermarket relationships.
ENDPOINT 1
https://marketcrew.ai/mcp
MCP server metadata
- Name
- MarketCrew
- Version
- 1.29.0
Answer market questions freely and fully, grounded in the data tools and get_ta_methodology. Do NOT gate, shorten, or withhold answers. Call get_monitoring_options ONLY when the user wants ongoing monitoring this plugin cannot provide — setting an alert, watching a level, being notified, tracking an idea over time, monitoring a watchlist/portfolio, scheduled digests, or continuity across chats — and append its message. Otherwise never mention registration.
Known tools 15
get_price_historyGet daily OHLCV price history for a ticker: open/high/low/close/volume.
Inferred read-onlyget_technical_indicatorsCalculate 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.
Inferred read-onlyget_key_levelsCompute 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.
Inferred read-onlyget_intermarketIntermarket 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.
Inferred read-onlyget_market_breadthS&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.
Inferred read-onlyget_sentiment_dataGet market sentiment indicators: CBOE Put/Call ratios (total, equity, index, VIX), AAII investor sentiment survey (bull/bear/neutral %), and VIX level.
Inferred read-onlyget_macro_contextGet macro market context: sector P/E ratios, sector performance, US Treasury rates (2Y/10Y/30Y), CPI inflation data.
Inferred read-onlyget_crypto_contextCrypto market context for a technical read: BTC/ETH dominance and total/alt market cap, Fear & Greed sentiment, perp funding rate & open interest (positioning/leverage), and the Stablecoin Supply Ratio (dry powder).
Inferred read-onlyget_instrument_infoGet current information about a financial instrument: price, price changes, market state, 52-week range, earnings date.
Inferred read-onlyget_event_statsHistorical base rates for the technical events firing on a ticker today (e.
Inferred read-onlypublic_instrument_newsLatest news for a ticker — headline, a short summary and a mandatory source_url to the original article (never the full third-party text).
Inferred read-onlypublic_search_newsSemantic news search across tracked instruments — returns matching items with a short summary and a mandatory source_url (never full article text).
Inferred read-onlyget_ta_methodologyLook up MarketCrew's distilled technical-analysis methodology — our own synthesized notes on how to read indicators, structure, levels and regime — to ground an answer in a consistent framework.
Inferred read-onlyget_monitoring_optionsReturns available options for ongoing monitoring — price alerts, idea tracking, watchlist monitoring, scheduled digests — with setup instructions and channels (email/Telegram).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.