Skip to main content
Glama
GlacianNex

stockdata-mcp

by GlacianNex

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
fmp_searchA

Find a ticker symbol by symbol fragment or company name.

Args: query: A symbol fragment ("AAP") or company name ("Apple"). limit: Max results. exchange: Optional exchange filter, e.g. "NASDAQ".

fmp_profileC

Company profile: sector, industry, market cap, description, exchange, CEO.

fmp_quoteA

Current quote for one or more symbols.

Args: symbols: One symbol, or several comma-separated ("AAPL,MSFT,NVDA"). short: Return only price/volume rather than the full quote.

fmp_peersC

Comparable companies for a symbol, as identified by FMP.

fmp_income_statementC

Income statements. Use limit to control how many periods come back.

fmp_balance_sheetD

Balance sheet statements.

fmp_cash_flowD

Cash flow statements.

fmp_key_metricsC

Per-share and valuation metrics: P/E, EV/EBITDA, ROIC, FCF per share, etc.

Args: ttm: Return trailing-twelve-month values instead of discrete periods.

fmp_ratiosC

Financial ratios: margins, liquidity, leverage, returns, payout.

fmp_financial_growthC

Period-over-period growth rates across the three statements.

fmp_financial_scoresB

Altman Z-score and Piotroski F-score for a symbol.

fmp_revenue_segmentationB

Revenue split by product line or by geography.

fmp_enterprise_valuesC

Enterprise value, market cap, and net debt over time.

fmp_analyst_estimatesC

Forward analyst estimates for revenue, EPS, EBITDA and net income.

fmp_price_targetB

Analyst price-target summary and consensus, plus the current rating snapshot.

fmp_gradesC

Analyst upgrades and downgrades, or the consensus grade distribution.

fmp_dcfB

FMP's discounted cash flow valuation for a symbol.

Args: levered: Use the levered (post-debt) DCF instead of the standard one.

fmp_dividendsB

Dividend history for a symbol: declaration, record, payment dates and amounts.

fmp_earningsB

Earnings history and upcoming dates: actual vs estimated EPS and revenue.

fmp_earnings_calendarB

Market-wide earnings calendar over a date range (YYYY-MM-DD).

fmp_historical_pricesA

Historical OHLCV data.

Args: symbol: Ticker, index (^GSPC), crypto (BTCUSD) or FX pair (EURUSD). from_date: Start date, YYYY-MM-DD. Strongly recommended — without it you get the full history, which is large. to_date: End date, YYYY-MM-DD. interval: "1day" for end-of-day, otherwise an intraday bar size. full: For daily data, include change/VWAP columns rather than the light form.

fmp_technical_indicatorD

A technical indicator series — useful for backtesting signal ideas.

fmp_screenerB

Screen for stocks matching fundamental and market filters.

Call fmp_reference("sectors") or fmp_reference("industries") first if you need the exact spelling of a sector or industry value.

fmp_referenceA

Look up the valid values for screener filters, or an index's constituents.

fmp_market_moversA

Today's biggest gainers, biggest losers, or most actively traded names.

fmp_sector_performanceB

Sector performance, or sector P/E ratios, as of a date (YYYY-MM-DD).

fmp_insider_tradingC

Insider transactions for a symbol, or aggregate insider buy/sell statistics.

fmp_newsA

Recent news articles for one or more comma-separated symbols.

fmp_requestA

Call any FMP stable endpoint directly — an escape hatch for the ~250 endpoints without a dedicated tool here (ETF holdings, 13F, senate trades, economic indicators, SEC filings, transcripts, and so on).

Args: endpoint: Path after /stable/, e.g. "etf/holdings" or "treasury-rates". params: Query parameters, e.g. {"symbol": "SPY"}. The API key is added automatically.

usage_statusA

Upstream requests spent today, what remains, and when the budget resets.

Counts requests that actually left this machine — cache hits are free and are reported separately as saved. The count is shared by every client on this machine (Claude Code and Claude Desktop use the same store and the same API key), so it reflects total spend, not this session's.

estimate_costA

Say what a set of tool calls will cost upstream before running them.

The tool-to-request ratio is not 1:1 — fmp_search issues two requests, fmp_price_target three, and fmp_quote falls back to one per symbol on a free key. Cached legs cost nothing. Use this before a multi-step analysis, or whenever a plan touches many symbols.

Args: calls: Tool calls to price, e.g. [{"tool": "fmp_profile", "args": {"symbol": "AAPL"}}, {"tool": "fmp_quote", "args": {"symbols": "AAPL,MSFT,NVDA"}}]

Returns per-call worst-case requests, how many legs are already cached, and the net spend against today's remaining budget.

cache_clearA

Drop cached responses. Use when data looks stale despite its TTL.

"expired" (the default) only removes entries already past their TTL and is always safe. Clearing live entries means paying for those requests again — note that past price bars never expire by design, because they cannot change.

backend_statusA

Report which backends are configured and how this server is set up.

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/GlacianNex/stockdata-mcp'

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