# AgentHC Market Intelligence 

Access comprehensive market intelligence across stocks, crypto, macro, and fixed income to make data-driven investment decisions. Track real-time sentiment, institutional positioning, and cross-asset…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add traderhc/agenthc

# Browse available tools
npx -y @smithery/cli@latest tool list traderhc/agenthc

# Get full schema for a tool
npx -y @smithery/cli@latest tool get traderhc/agenthc get_market_snapshot

# Call a tool
npx -y @smithery/cli@latest tool call traderhc/agenthc get_market_snapshot '{}'
```

## Direct MCP Connection

Endpoint: `https://agenthc--traderhc.run.tools`

**Required config:**
- `agentHcApiKey` (query) — AgentHC API key. Get free at https://api.traderhc.com/docs (register endpoint). Prefix: aghc_

## Tools (28)

- `get_market_snapshot` — Real-time market snapshot: indices, volatility, yields, commodities, crypto, sentiment, and market regime.
- `get_crypto_data` — Crypto market data: prices, dominance, sentiment, and cycle analysis.
- `get_news_sentiment` — Market news sentiment analysis with breaking news detection.
- `get_economic_calendar` — Economic event calendar with upcoming releases and data analysis.
- `get_technical_analysis` — Technical analysis for any ticker: indicators, levels, trend detection, and signal strength.
- `get_bonds_data` — Bond market intelligence: yield curve, credit spreads, and fixed income analysis.
- `get_fed_data` — Federal Reserve intelligence: policy stance, rate expectations, and liquidity trend.
- `get_macro_data` — Macro economic data: inflation, employment, money supply, and financial conditions.
- `get_correlations` — Cross-market correlation tracking with anomaly detection and regime classification.
- `get_sectors` — Sector rotation analysis: performance, leadership, and cycle positioning.
- `get_divergences` — Cross-asset divergence detection across price, breadth, and volume.
- `get_etf_flows` — ETF flow tracking: rotation signals and flow-based sentiment.
- `get_options_flow` — Options flow analysis: ratios, positioning, and unusual activity.
- `get_polymarket` — Prediction market odds for policy, economic outlook, and crypto.
- `get_crypto_derivatives` — Crypto derivatives data: funding rates, open interest, and sentiment signals.
- `get_earnings` — Earnings calendar with surprises and analyst estimates.
- `get_alpha_signals` — Systematic multi-factor alpha signal composite with conviction scoring.
- `get_regime` — Market regime detection with transition probabilities and playbooks.
- `get_tail_risk` — Crisis detection engine with early warning indicators and historical playbooks.
- `get_liquidity` — Fed liquidity tracking, regime detection, and bank stress signals.
- `get_credit_cycle` — Credit cycle intelligence: spreads, lending conditions, and cycle phase detection.
- `get_positioning` — Institutional positioning: sentiment surveys, extremes, and crowded trade detection.
- `get_smart_money` — Smart vs dumb money divergence tracking and phase detection.
- `get_vol_surface` — Volatility surface intelligence: term structure, skew, and regime detection.
- `get_currency` — FX market intelligence: dollar analysis, carry trades, and EM stress detection.
- `get_valuations` — Market valuation analysis with percentile rankings and forward projections.
- `get_hedge_fund_setups` — Institutional trading playbooks with regime-specific setups.
- `get_unified_view` — Full unified intelligence — all modules aggregated into a single view with regime, bias, and top insights.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get traderhc/agenthc <tool-name>
```
