# AudioAlpha MCP server

Financial podcast intelligence platform — sentiment, narrative, and asset signals from 100+ podcasts

## Links
- Registry page: https://www.getdrio.com/mcp/io-audioalpha-www-mcp

## Install
- Endpoint: https://www.audioalpha.io/api/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://www.audioalpha.io/api/mcp
- Header: Authorization

## Tools
- get_market_snapshot - Get the overall crypto market daily snapshot (daily narrative insight report) for a given date. Returns daily headline, delta narrative, regime + justification, α-sentiment OHLC scores (0-10 scale), α-sentiment z-scores (-3 to +3), narrative summary, narrative intesity score, market psychology, consensus score, key tensions, surprise mentions (ticker + why + impact score), episode volume score, and wordcloud. Endpoint: https://www.audioalpha.io/api/mcp
- get_market_themes - Get narrative themes dominating the crypto podcast space on a given date. Each theme includes title, summary, podcast coverage count, fragility score, novelty score and counterfactual narrative. Endpoint: https://www.audioalpha.io/api/mcp
- get_market_signals - Get scenario strategic signals across all assets for a given date. Each signal includes signal type, horizon, scenario description, trigger conditions, confidence score and invalidating conditions. (Not financial advice.) Endpoint: https://www.audioalpha.io/api/mcp
- get_market_featured_quotes - Get the top featured quotes from crypto podcasts for a given date, ranked by relevance score. Endpoint: https://www.audioalpha.io/api/mcp
- get_market_episodes - Get all crypto podcast episodes published on a given date, including podcast name, α-sentiment score (0-10 scale), and transcript summary. Endpoint: https://www.audioalpha.io/api/mcp
- get_ticker_snapshot - Get detailed daily insights snapshot for a specific crypto asset. Returns daily asset summary, α-index (0-1), α-pulse (0-1), episode count, attention share (0-1), α-sentiment OHLC and 1-7 day delta (0-10 scale), bull/bear/neutral ratios (0-1), consensus score (0-1), novelty score (0-1), momentum, narrative intensity, narrative summary. Endpoint: https://www.audioalpha.io/api/mcp
- get_ticker_signals - Get scenario signals for a specific crypto asset. Returns signal type, time horizon, scenario description, trigger conditions, confidence score and invalidating conditions. (Not financial advice.) Endpoint: https://www.audioalpha.io/api/mcp
- get_ticker_featured_quotes - Get featured podcast quotes for a specific crypto asset on a given date, with α-sentiment scores (0-10 scale), ranked by selection score. Endpoint: https://www.audioalpha.io/api/mcp
- get_ticker_history - Fetch a historical time series of daily snapshots for one crypto ticker. Call this when the user asks about a ticker's recent trend, wants to chart or plot α-sentiment / α-index / α-pulse over time, asks "how has X changed over the last N days", or needs a window of data to compute averages, momentum, or volatility.

Required: `ticker` — MUST be suffixed with "-USD" (e.g. "BTC-USD", "ETH-USD", "SOL-USD"). Bare symbols like "BTC" will not match. Optional: `days` (1-1000, default 30; tier may cap lower).

Tier caps on `days`: free=7, alpha=365, pro=730, enterprise=1000.

The `date` parameter (end-date anchor) is only honored for enterprise tier — for all other tiers it is silently ignored and the window always ends at the most recent available snapshot. This is by design to prevent back-testing on arbitrary historical periods on lower tiers.

Returns: array of daily snapshots (oldest first), each with snapshot_date plus all standard AssetSnapshot fields. Response also reports tier_cap, effective_days, start_date, end_date and date_param_honored. Endpoint: https://www.audioalpha.io/api/mcp
- get_ticker_leaderboard - Get ticker leaderboard for a given date. Without category param, returns highlights object that includes assetSnapshot of top_alpha_index, top_alpha_pulse, top_riser, top_dropper, most_mentioned, most_surprising. With category param (alpha_index/alpha_pulse/risers/droppers/mentioned/surprising), returns array of LeaderboardEntry. Endpoint: https://www.audioalpha.io/api/mcp
- search_podcasts - Search for crypto podcasts by name. Returns podcast ID, name, artist, language, x-handle, and artwork. Endpoint: https://www.audioalpha.io/api/mcp
- get_podcast_episodes - Get recent episodes for a specific podcast by podcast ID. Endpoint: https://www.audioalpha.io/api/mcp
- get_podcast_latest - Get the latest episode for a specific podcast, including title, episode_id, transcript summary, episode artwork, α-sentiment (crypto markets), and traditional markets sentiment. Endpoint: https://www.audioalpha.io/api/mcp
- get_podcast_latest_full - Get the latest episode for a podcast with full details including quotes and asset mentions. Endpoint: https://www.audioalpha.io/api/mcp
- get_episode_details - Get metadata for a specific episode including title, publish date, duration, α-sentiment score (crypto) (0-10 scale), traditional markets sentiment (0-10), and podcast info. Endpoint: https://www.audioalpha.io/api/mcp
- get_episode_summary - Get the transcript summary for a specific episode, including assets mentioned and their α-sentiment (0-10 scale). Endpoint: https://www.audioalpha.io/api/mcp
- get_episode_quotes - Get all quotes extracted from a specific episode, with speaker, α-sentiment score (0-10 scale) and associated ticker. Endpoint: https://www.audioalpha.io/api/mcp
- get_episode_transcript - Get the full transcript for a specific episode including speaker diarization and speaker name mapping. Pro and Enterprise plans only. Endpoint: https://www.audioalpha.io/api/mcp
- get_episode_full - Get full episode data in one call — details, summary, quotes and asset mentions. Endpoint: https://www.audioalpha.io/api/mcp
- get_my_favorite_assets - Get the list of crypto assets the authenticated user has favorited on AudioAlpha. Endpoint: https://www.audioalpha.io/api/mcp
- get_my_favorite_podcasts - Get the list of podcasts the authenticated user follows on AudioAlpha. Endpoint: https://www.audioalpha.io/api/mcp
- get_my_feed - Get a personalized feed based on the user's favorite assets and followed podcasts. Returns snapshot_date and an array of assets, each containing: ticker, daily snapshot (sentiment, attention, consensus, momentum, summary), trading signals (with horizon, scenario, trigger, confidence, invalidating condition), and curated quotes (ranked with selection reason). Endpoint: https://www.audioalpha.io/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.audioalpha.www
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 13, 2026
- Source: https://registry.modelcontextprotocol.io
