justetf-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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. |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| help_resource | Usage notes and caveats for the justETF MCP server. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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