# com.thenextgennexus/enterprise-mcp-gateway

Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the content rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 1.0.0
- **Author:** com.thenextgennexus
- **License:** Unknown
- **Endpoints:** streamable-http https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp
- **Source:** https://apify.com/nexgendata/enterprise-mcp-gateway
- **Endpoint health:** reachable (last checked 2026-09-06T11:21:18.915Z, 3 samples) — uptime is not a security property and is not part of the trust score
- **Compatible clients:** claude-code, cursor, copilot, chatgpt, gemini (basis: transport)

## Trust

60/100 (B), scored on the content rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: clean
- Obfuscation scan: clean
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-06T11:21:18.915Z
- **Version scanned:** live
- **CVEs:** no coverage — this entry has no package coordinates to query OSV against, so "no known CVEs" is NOT asserted for it.
**Findings**
- injection-shaped content (note) in the `ecommerce-intelligence__analyze_shopify_store` tool: Links to undeclared domain: store.example.com
- injection-shaped content (note) in the `ecommerce-intelligence__get_store_products` tool: Links to undeclared domain: store.example.com
- injection-shaped content (note) in the `real-estate__search_redfin_properties` tool: Links to undeclared domain: redfin.com
- injection-shaped content (note) in the `redfin__get_property_details` tool: Links to undeclared domain: redfin.com
- injection-shaped content (note) in the `sales-intelligence__detect_tech_stack` tool: Links to undeclared domain: stripe.com
- injection-shaped content (note) in the `seo-web-analysis__crawl_website` tool: Links to undeclared domain: example.com
- injection-shaped content (note) in the `seo-web-analysis__detect_tech_stack` tool: Links to undeclared domain: example.com
- injection-shaped content (note) in the `web-scraping__crawl_website` tool: Links to undeclared domain: example.com
- …and 1 more (full list in the JSON view)

## Tools

152 declared. Observed from a live `tools/list` probe.
- `academic-research__search_arxiv` — [Academic Research] Search arXiv for academic papers. Returns titles, authors, abstracts, and PDF links. Args: query: Search query (e.g. 'transformer attention 
- `academic-research__search_google_scholar` — [Academic Research] Search Google Scholar for academic papers. Returns titles, authors, citations, and links. Args: query: Search query (e.g. 'deep learning med
- `automotive__search_cars` — [Automotive Intelligence] Search Cars.com for vehicle listings. Returns prices, mileage, dealer info. Args: make: Car make (e.g. 'Toyota') model: Car model (opt
- `automotive__car_market_analysis` — [Automotive Intelligence] Analyze car market prices for a specific make/model. Returns price ranges and dealer inventory. Args: make: Car make (e.g. 'Honda') mo
- `crypto__crypto_prices` — [Crypto Intelligence] Get current cryptocurrency prices and market data from CoinGecko. Args: coins: List of coin IDs (e.g. ['bitcoin', 'ethereum']). Empty for 
- `crypto__exchange_rates` — [Crypto Intelligence] Get current currency exchange rates. Args: base_currency: Base currency code (default 'USD')
- `developer-tools__get_github_repo` — [Developer Tools] Get GitHub repository stats — stars, forks, issues, language, description, and recent activity. Args: repo: Repository in 'owner/repo' format 
- `developer-tools__search_github` — [Developer Tools] Search GitHub repositories by keyword. Returns repos with stars, descriptions, and languages. Args: query: Search query (e.g. 'machine learnin
- `developer-tools__get_npm_package` — [Developer Tools] Get npm package details — version, downloads, dependencies, description, and maintainers. Args: package_name: npm package name (e.g. 'react', 
- `developer-tools__get_pypi_package` — [Developer Tools] Get Python package details from PyPI — version, downloads, dependencies, and description. Args: package_name: PyPI package name (e.g. 'request
- `developer-tools__search_stackoverflow` — [Developer Tools] Search StackOverflow for programming questions and answers. Args: query: Search query (e.g. 'python async await', 'react useEffect cleanup') m
- `developer-tools__search_arxiv` — [Developer Tools] Search arXiv for academic papers in CS, ML, AI, physics, and math. Args: query: Search query (e.g. 'large language models', 'transformer archi
- `developer-tools__search_google_scholar` — [Developer Tools] Search Google Scholar for academic papers, citations, and research. Args: query: Search query (e.g. 'CRISPR gene editing', 'reinforcement lear
- `domain-intelligence__dns_lookup` — [Domain Intelligence] Look up DNS records for a domain. Returns A, AAAA, MX, CNAME, TXT records. Args: domain: Domain name (e.g. 'example.com')
- `domain-intelligence__whois_lookup` — [Domain Intelligence] Look up WHOIS information for a domain. Returns registrar, dates, nameservers. Args: domain: Domain name (e.g. 'example.com')
- `domain-intelligence__ssl_check` — [Domain Intelligence] Check SSL certificate for a domain. Returns issuer, expiry, validity. Args: domain: Domain name (e.g. 'example.com')
- `domain-intelligence__ip_geolocation` — [Domain Intelligence] Look up geolocation for an IP address. Returns country, city, ISP. Args: ip: IP address (e.g. '8.8.8.8')
- `ecommerce-intelligence__analyze_shopify_store` — [E-Commerce Intelligence] Analyze a Shopify store — get tech stack, theme, apps, traffic estimates, and store metadata. Args: url: Shopify store URL (e.g. 'http
- `ecommerce-intelligence__get_store_products` — [E-Commerce Intelligence] Get products listed on a Shopify store including prices, titles, images, and variants. Args: url: Shopify store URL (e.g. 'https://sto
- `finance__get_stock_data` — [Finance & Markets] Get stock market data for a ticker symbol from Yahoo Finance. Returns price, volume, market cap, PE ratio, dividend yield, and historical da
- `finance__screen_stocks` — [Finance & Markets] Screen stocks using Finviz stock screener. Filter by market cap, sector, PE ratio, and other financial metrics. Args: screener_url: Finviz f
- `finance__get_crypto_prices` — [Finance & Markets] Get cryptocurrency prices and market data from CoinGecko. Returns price, market cap, 24h change, volume. Args: coins: Comma-separated coin I
- `finance__get_exchange_rates` — [Finance & Markets] Get current currency exchange rates. Returns conversion rates for major world currencies. Args: base_currency: Base currency code (e.g. "USD
- `finance__track_crypto_portfolio` — [Finance & Markets] Track real-time prices for a portfolio of cryptocurrencies. Returns current prices, 24h changes, and market caps. Args: coins: Comma-separat
- `github__get_repo_stats` — [GitHub Intelligence] Get detailed statistics for a GitHub repository including stars, forks, issues, and activity. Args: owner: Repository owner/organization (
- `github__search_repos` — [GitHub Intelligence] Search GitHub repositories by query. Returns repo names, descriptions, stars, forks. Args: query: Search query (e.g. 'machine learning pyt
- `github__get_repo_languages` — [GitHub Intelligence] Get the programming language breakdown for a GitHub repository. Args: owner: Repository owner (e.g. 'microsoft') repo: Repository name (e.
- `github__compare_repos` — [GitHub Intelligence] Compare multiple GitHub repositories side by side. Provide repos as 'owner/repo' strings. Args: repos: List of repositories to compare (e.
- `global-equities-screener__screen_us_finviz` — [Global Equities Screener] Screen US-listed stocks (NYSE/NASDAQ/AMEX) via Finviz with 100+ filters. Args: criteria: dict of Finviz filter codes (e.g. {"cap": "l
- `global-equities-screener__screen_china_a_shares` — [Global Equities Screener] Screen Mainland China A-shares (Shanghai + Shenzhen) via Eastmoney data. Args: sector: optional sector filter (e.g. "Banking", "Pharm
- `global-equities-screener__screen_china_star_market` — [Global Equities Screener] Screen China's STAR Market (Shanghai Sci-Tech Innovation Board) — Chinese hard-tech & biotech IPOs. Args: criteria: dict of filters (
- `global-equities-screener__screen_china_chinext` — [Global Equities Screener] Screen ChiNext (Shenzhen growth board) — China's Nasdaq-equivalent for growth companies. Args: criteria: filter dict (sector, market 
- `global-equities-screener__screen_china_bse` — [Global Equities Screener] Screen the Beijing Stock Exchange (BSE) — China's small-and-medium-enterprise (SME) board. Args: criteria: filter dict (sector, marke
- `global-equities-screener__screen_chinese_adrs` — [Global Equities Screener] Screen Chinese ADRs listed on US exchanges (Alibaba, JD, PDD, NIO, etc.). Args: criteria: filter dict (sector, market cap, P/E, etc.)
- `global-equities-screener__screen_hk_hang_seng` — [Global Equities Screener] Screen Hong Kong-listed stocks via HKEX (Hang Seng + Mainboard + GEM). Args: criteria: filter dict (industry, market cap, P/E, divide
- `global-equities-screener__screen_taiwan_twse` — [Global Equities Screener] Screen Taiwan Stock Exchange (TWSE) — semiconductors heavyweights (TSMC, MediaTek, etc.). Args: criteria: filter dict (industry, mark
- `global-equities-screener__screen_korea_kospi` — [Global Equities Screener] Screen Korea's KOSPI exchange (Samsung, SK Hynix, Hyundai, LG, etc.). Args: criteria: filter dict (industry, market cap, P/E, etc.) l
- `global-equities-screener__screen_india_nse` — [Global Equities Screener] Screen India's National Stock Exchange (NSE) — Nifty 50, Nifty Bank, full universe. Args: criteria: filter dict (sector, market cap, 
- `global-equities-screener__screen_singapore_sgx` — [Global Equities Screener] Screen Singapore Exchange (SGX) — STI components and SE-Asia REIT universe. Args: criteria: filter dict (sector, market cap, dividend
- `global-equities-screener__screen_japan_tse` — [Global Equities Screener] Screen Tokyo Stock Exchange (TSE) — Nikkei 225, TOPIX, Prime / Standard / Growth markets. Args: criteria: filter dict (sector, market
- …and 112 more

## Install

**Verdict: review** — Installable, but 2 things to check first: No CVE coverage: this entry has no npm/PyPI coordinates to query OSV against, so "no known vulnerabilities" is not a claim that can be made about it.
**Cautions** (coverage gaps and advisories — never blocking)
- No CVE coverage: this entry has no npm/PyPI coordinates to query OSV against, so "no known vulnerabilities" is not a claim that can be made about it.
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"enterprise-mcp-gateway\": {\n      \"type\": \"http\",\n      \"url\": \"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp\"\n    }\n  }\n}"
```

## Blast radius

Contained to moderate — no credential declaration found, from the publisher, the upstream registry, or the README. Known so far: runs on someone else's infrastructure; read-only tool surface.
- Floor 9, ceiling 27 (tier: unknown)
- `unknown` means the floor and ceiling land in different bands — not measured enough to name one. It does not mean low.
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/com.thenextgennexus%2Fenterprise-mcp-gateway
- Install plan: https://forgeregistry.com/api/v1/packages/com.thenextgennexus%2Fenterprise-mcp-gateway/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/com.thenextgennexus%2Fenterprise-mcp-gateway
- HTML page: https://forgeregistry.com/registry/com.thenextgennexus%2Fenterprise-mcp-gateway
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
