# global-equities-screener-mcp MCP server

Global equity screeners across the US, China, Hong Kong, Taiwan, Korea, India, Japan and more.

## Links
- Registry page: https://www.getdrio.com/mcp/com-thenextgennexus-global-equities-screener-mcp
- Website: https://apify.com/nexgendata/global-equities-screener-mcp

## Install
- Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- Header: Authorization

## Tools
- screen_us_finviz - Screen US-listed stocks (NYSE/NASDAQ/AMEX) via Finviz with 100+ filters.

Args:
    criteria: dict of Finviz filter codes (e.g. {"cap": "large", "sec": "technology"}).
              Accepts {"screenerUrl": "<full finviz url>"} for pre-built screens,
              or {"market_cap_min": 1e10, "sector": "Technology", "pe_max": 25}.
    limit: max rows to return (default 50). Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_china_a_shares - Screen Mainland China A-shares (Shanghai + Shenzhen) via Eastmoney data.

Args:
    sector: optional sector filter (e.g. "Banking", "Pharmaceuticals", "EV")
    market_cap_min: minimum market cap in CNY
    limit: max rows to return (default 50) Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_china_star_market - Screen China's STAR Market (Shanghai Sci-Tech Innovation Board) — Chinese hard-tech & biotech IPOs.

Args:
    criteria: dict of filters (e.g. {"sector": "Semiconductors", "marketCapMin": 1e10})
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_china_chinext - Screen ChiNext (Shenzhen growth board) — China's Nasdaq-equivalent for growth companies.

Args:
    criteria: filter dict (sector, market cap, P/E, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_china_bse - Screen the Beijing Stock Exchange (BSE) — China's small-and-medium-enterprise (SME) board.

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_chinese_adrs - Screen Chinese ADRs listed on US exchanges (Alibaba, JD, PDD, NIO, etc.).

Args:
    criteria: filter dict (sector, market cap, P/E, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_hk_hang_seng - Screen Hong Kong-listed stocks via HKEX (Hang Seng + Mainboard + GEM).

Args:
    criteria: filter dict (industry, market cap, P/E, dividend yield, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_taiwan_twse - Screen Taiwan Stock Exchange (TWSE) — semiconductors heavyweights (TSMC, MediaTek, etc.).

Args:
    criteria: filter dict (industry, market cap, P/E, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_korea_kospi - Screen Korea's KOSPI exchange (Samsung, SK Hynix, Hyundai, LG, etc.).

Args:
    criteria: filter dict (industry, market cap, P/E, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_india_nse - Screen India's National Stock Exchange (NSE) — Nifty 50, Nifty Bank, full universe.

Args:
    criteria: filter dict (sector, market cap, P/E, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_singapore_sgx - Screen Singapore Exchange (SGX) — STI components and SE-Asia REIT universe.

Args:
    criteria: filter dict (sector, market cap, dividend yield, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_japan_tse - Screen Tokyo Stock Exchange (TSE) — Nikkei 225, TOPIX, Prime / Standard / Growth markets.

Args:
    criteria: filter dict (sector, market cap, P/B, dividend yield, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_australia_asx - Screen Australian Securities Exchange (ASX) — ASX 200 + small-caps incl. mining juniors.

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_indonesia_idx - Screen Indonesia Stock Exchange (IDX) — LQ45, IDX30, full Jakarta board.

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_thailand_set - Screen Thailand Stock Exchange (SET) — SET50, SET100, full Thai universe.

Args:
    criteria: filter dict (sector, market cap, dividend yield, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_malaysia_bursa - Screen Bursa Malaysia — FBM KLCI components and Main Market.

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_philippines_pse - Screen Philippine Stock Exchange (PSE) — PSEi components and broader market.

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_vietnam_hose - Screen Vietnam's HOSE (Ho Chi Minh City Stock Exchange) — VN30 + full HOSE board.

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_uk_lse - Screen London Stock Exchange (LSE) — FTSE 100, FTSE 250, AIM.

Args:
    criteria: filter dict (sector, market cap, dividend yield, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_germany_dax - Screen Xetra / Deutsche Börse — DAX 40, MDAX, SDAX, TecDAX.

Args:
    criteria: filter dict (sector, market cap, P/E, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_brazil_b3 - Screen Brazil's B3 exchange (São Paulo) — Bovespa Index, Small Caps, full Brazilian universe.

Args:
    criteria: filter dict (sector, market cap, dividend yield, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_canada_tsx - Screen Toronto Stock Exchange (TSX) — TSX Composite + TSX Venture exchange (mining/energy heavy).

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_mexico_bmv - Screen Bolsa Mexicana de Valores (BMV) — IPC components and broader Mexican universe.

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_saudi_tadawul - Screen Saudi Arabia's Tadawul exchange — TASI components, Aramco, banks, petrochems.

Args:
    criteria: filter dict (sector, market cap, dividend yield, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_southafrica_jse - Screen Johannesburg Stock Exchange (JSE) — Top 40, mining majors, financials.

Args:
    criteria: filter dict (sector, market cap, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp
- screen_turkey_bist - Screen Borsa Istanbul (BIST) — BIST 100, BIST 30, full Turkish universe.

Args:
    criteria: filter dict (sector, market cap, dividend yield, etc.)
    limit: max rows to return Endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.thenextgennexus
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 21, 2026
- Source: https://registry.modelcontextprotocol.io
