Skip to main content
Glama
AletaIndex

AletaIndex Narrative Intelligence

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NARRATIVE_API_KEYYesAPI key from aletaindex-narrative.com. Free trial available.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_narrativesA

Get financial narrative intelligence for one or more stocks.

Returns structured narrative data: persistent story threads (global narratives),
daily article clusters, individual articles, and sentiment scores. Use this to
understand what stories are driving a stock and how sentiment is evolving.

Args:
    tickers: Comma-separated ticker symbols. Examples: "NVDA" or "NVDA,TSLA,AAPL".
             Maximum 10 tickers per request. Free tier: TSLA, NVDA, AAPL, MSFT,
             AMZN, GOOGL, META, AMD, NFLX, JPM. Plus/Scale: all 109 tickers.
    from_date: Start date in YYYY-MM-DD format. Defaults to 7 days ago.
    to_date: End date in YYYY-MM-DD format. Defaults to today.

Returns:
    Dict with narrative data per ticker, including global_narratives (persistent story
    threads with title, sentiment, and dominance), daily_topics (day-level article
    clusters), and articles (individual news items with relevance and sentiment scores).
get_portfolio_riskA

Analyze narrative risk across a portfolio of stocks.

Groups narratives across all holdings by macro theme (e.g. "AI Regulation",
"Interest Rate Sensitivity") and identifies which stories create concentrated
narrative exposure across multiple positions simultaneously.

Args:
    holdings: Portfolio positions as TICKER:WEIGHT pairs, comma-separated.
              Weights represent portfolio allocation (should sum to ~1.0).
              Example: "NVDA:0.30,AAPL:0.25,TSLA:0.20,MSFT:0.25"
              Maximum 50 holdings.

Returns:
    Dict with macro risk themes, each showing affected tickers, dominant narrative
    titles, sentiment trajectory, and weighted exposure score. Also includes an
    overall portfolio narrative concentration score.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AletaIndex/aletaindex-fin-narratives'

If you have feedback or need assistance with the MCP directory API, please join our Discord server