justetf-mcp

justetf-mcp

Provides read-only access to justETF data including ETF search, profiles, charts, comparisons, and live quotes via MCP tools.

Category
Visit Server

README

justetf-mcp

CI License: MIT Python

A local Model Context Protocol (MCP) server for read-only justETF data.

This server wraps the third-party druzsan/justetf-scraping Python scraper and exposes a compact MCP tool surface for ETF search, profiles, charts, comparisons, and live quotes.

Caveat: justETF does not publish a stable public API for these endpoints. The upstream scraper relies on justETF web-app endpoints/page structure, so tools can break if justETF changes its site. Use conservative request volumes and review justETF terms for your use case. This is not investment advice.

Tools

  • search_etfs — query the justETF screener with filters and pagination.
  • get_etf_profile — profile/details for one ISIN, including holdings and country/sector allocations.
  • get_chart — historical chart/performance series for one ISIN.
  • compare_charts — compare performance series for multiple ISINs.
  • get_live_quote — latest gettex/EUR quote via justETF's WebSocket feed.

There is also a justetf://help resource with brief usage notes.

Install

uv sync

Or install as a Python package:

pip install .

Run locally

uv run justetf-mcp

The server communicates over stdio, which is the usual transport for local MCP clients.

MCP client configuration

Example configuration for a stdio MCP client:

{
  "mcpServers": {
    "justetf": {
      "command": "uv",
      "args": ["--directory", "/absolute/path/to/justetf-mcp", "run", "justetf-mcp"]
    }
  }
}

If you install the package globally/in a dedicated venv, use the justetf-mcp executable directly.

Example prompts

  • "Search justETF for MSCI World accumulating ETFs and show TER and fund size."
  • "Get the profile for IE00B4L5Y983 without live quote."
  • "Compare IE00B4L5Y983 and IE00B3RBWM25 over the last 5 years."
  • "Fetch the last 30 chart rows for IE00B5BMR087."

Development

uv sync --dev      # install runtime + dev dependencies
uv run pytest -q   # run the test suite
uv run ruff check . # lint

How the underlying scraper reaches justETF

The upstream justetf-scraping package currently uses:

  • Screener: https://www.justetf.com/en/search.html with Wicket AJAX POST requests.
  • Chart data: https://www.justetf.com/api/etfs/{isin}/performance-chart.
  • Live quote: wss://api.mobile.stock-data-subscriptions.justetf.com/?subscription=trend&parameters=isins:{isin}/currency:EUR/language:en.
  • Profile pages: https://www.justetf.com/en/etf-profile.html?isin={isin} plus AJAX expansion for allocations.

Acknowledgements

Data access is provided by the third-party druzsan/justetf-scraping package, which is MIT licensed. This project is not affiliated with or endorsed by justETF.

License

MIT © Paolo Gentili. The bundled dependency justetf-scraping is also MIT licensed, so the two are license-compatible.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured