---
name: market-sentiment-agent-production-a942.up.railway.app
description: This host exposes a single polling endpoint that returns a combined market sentiment report covering crypto and US equities. It aggregates fear/greed indices, source counts, agreement scores, and plain-language trading context into one structured response. It is a snapshot service with no streaming or historical data capabilities.
host: market-sentiment-agent-production-a942.up.railway.app
---

# market-sentiment-agent-production-a942.up.railway.app

market-sentiment-agent-production-a942.up.railway.app is a single-purpose sentiment aggregation host targeting agents that need a quick, cross-market sentiment read on crypto and US stocks. It produces a unified report with numeric fear/greed scores, classification labels, and trading context in one call. It does not offer tick-level data, historical time series, or asset-specific price feeds.

## When to use this host

Use this host when an agent needs a single-call, cross-market sentiment snapshot covering both crypto and US equities, including fear/greed classification and trading context. Do not use it for real-time streaming sentiment, tick-level price data, historical sentiment trends, or asset-specific price lookups — use dedicated market data or price feed hosts for those. Note that paid-tier features (additional sources, gold market data, divergence alerts) may not be reliably delivered; verify tier behavior before depending on them in production workflows.

## Capabilities

### Market Sentiment Reporting

Fetches a combined snapshot of crypto and US equities sentiment, including global fear/greed scores, per-market indices, source counts, agreement scores, and plain-language trading context.

- **`fetch-market-sentiment-full-report`** — Returns a combined crypto and US stocks market sentiment report with global score, per-market fear/greed indices, source counts, agreement scores, and trading context.

## Skill reference

### `fetch-market-sentiment-full-report`

**SentimentPulse Full Report** — Returns a combined crypto and US stocks market sentiment report with global score, per-market fear/greed indices, source counts, agreement scores, and trading context.

*Use when:* Use when an agent needs a current snapshot of market sentiment across crypto and US equities, including numeric fear/greed scores, classification labels, cross-market divergence, and plain-language trading context.

*Not for:* Do not use for real-time streaming sentiment or tick-level price data; this is a single-shot polling endpoint. Note: the sampled response returned tier=free with an upsell message despite a paid call, so paid-tier data (additional sources, gold market, divergence alerts) may not yet be reliably delivered.

**Returns:** Returns a full_report ASCII string, a summary_bullets array, and a raw_data object with structured global/crypto/stocks_us sentiment scores, classifications, source counts, and agreement scores.

**Example:** `GET https://market-sentiment-agent-production-a942.up.railway.app/full-report`

---
