Skip to main content
Glama
p-gentili

justetf-mcp

by p-gentili

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
search_etfsA

Search the justETF screener and return ETF overview rows.

Args: query: Free-text query or ISIN. If it looks like an ISIN, the scraper sends it as an ISIN query; otherwise results are post-filtered by name/ticker/wkn/isin. strategy: justETF product group: epg-longOnly, epg-activeEtfs, epg-shortAndLeveraged, or null to query all strategies. asset_class: Optional justETF asset class such as class-equity, class-bonds, class-preciousMetals, class-commodities, class-currency, class-realEstate, class-moneyMarket. region: Optional region such as World, Europe, North%2BAmerica, Emerging%2BMarkets, Asia%2BPacific. country: Optional target country name or alpha-2 code. instrument: Optional instrument type: ETF, ETC, or ETN. provider: Optional provider code/name accepted by justETF. index: Optional tracked index name, e.g. MSCI World. currency: Response currency: EUR, USD, CHF, GBP. limit: Maximum number of rows to return, capped at 5000. offset: Result offset for pagination.

get_etf_profileB

Return comprehensive ETF profile data for one ISIN.

Includes name, description, tracked index, TER, fund size, replication, distribution policy, top holdings, country/sector allocations, and optionally a live gettex quote. include_gettex defaults to false because it uses a WebSocket and can block outside trading/network conditions.

get_chartA

Return historical ETF performance chart data for one ISIN.

Args: isin: ETF ISIN. currency: EUR, USD, CHF, or GBP. start: Optional inclusive date YYYY-MM-DD. end: Optional inclusive date YYYY-MM-DD. unclosed: Include current day's quote if justETF provides it. columns: Optional subset of chart columns. Common columns are quote, relative, dividends, cumulative_dividends, quote_with_dividends, relative_with_dividends, quote_with_reinvested_dividends, and relative_with_reinvested_dividends. limit: Number of rows to return, capped at 5000. Defaults to roughly one year. offset: Result offset for pagination after date filtering.

compare_chartsA

Compare historical chart series for multiple ETFs.

Args: isins: List of ETF ISINs. currency: EUR, USD, CHF, or GBP. dates: shortest for common range, longest for union range. input_value: quote, quote_with_dividends, or quote_with_reinvested_dividends. output_value: absolute, relative, or percentage. start/end: Optional inclusive date range applied after comparison.

get_live_quoteA

Return the latest live quote for an ETF from gettex in EUR.

This uses justETF's WebSocket feed. The upstream scraper currently supports gettex/EUR only. Outside trading hours, it should still usually return an initial quote, but a timeout is enforced for local MCP usability.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
help_resourceUsage notes and caveats for the justETF MCP server.

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/p-gentili/justetf-mcp'

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