Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp152 outils · 100 msacademic-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 mechanism', 'quantum computing')
max_results: Maximum papers to return (default 10)[Academic Research] Search arXiv for academic papers. Returns titles, authors, abstracts, and PDF links. Args: query: Search query (e.g. 'transformer attention mechanism', 'quantum computing') max_results: Maximum papers to return (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
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 medical imaging')
max_results: Maximum papers to return (default 10)[Academic Research] Search Google Scholar for academic papers. Returns titles, authors, citations, and links. Args: query: Search query (e.g. 'deep learning medical imaging') max_results: Maximum papers to return (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
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 (optional, e.g. 'Camry')
zip_code: ZIP code for local results (optional)
max_results: Max results (default 20)[Automotive Intelligence] Search Cars.com for vehicle listings. Returns prices, mileage, dealer info. Args: make: Car make (e.g. 'Toyota') model: Car model (optional, e.g. 'Camry') zip_code: ZIP code for local results (optional) max_results: Max results (default 20)
| Paramètre | Type | Description |
|---|---|---|
| make | string | — |
| model | string | — |
| zip_code | string | — |
| max_results | integer | — |
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')
model: Car model (e.g. 'Civic')
year: Model year (optional, 0 for all years)[Automotive Intelligence] Analyze car market prices for a specific make/model. Returns price ranges and dealer inventory. Args: make: Car make (e.g. 'Honda') model: Car model (e.g. 'Civic') year: Model year (optional, 0 for all years)
| Paramètre | Type | Description |
|---|---|---|
| make* | string | — |
| model* | string | — |
| year | integer | — |
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 top coins.
max_results: Max results (default 50)[Crypto Intelligence] Get current cryptocurrency prices and market data from CoinGecko. Args: coins: List of coin IDs (e.g. ['bitcoin', 'ethereum']). Empty for top coins. max_results: Max results (default 50)
| Paramètre | Type | Description |
|---|---|---|
| coins | array | — |
| max_results | integer | — |
crypto__exchange_rates[Crypto Intelligence] Get current currency exchange rates.
Args:
base_currency: Base currency code (default 'USD')[Crypto Intelligence] Get current currency exchange rates. Args: base_currency: Base currency code (default 'USD')
| Paramètre | Type | Description |
|---|---|---|
| base_currency | string | — |
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 (e.g. 'facebook/react', 'microsoft/vscode')[Developer Tools] Get GitHub repository stats — stars, forks, issues, language, description, and recent activity. Args: repo: Repository in 'owner/repo' format (e.g. 'facebook/react', 'microsoft/vscode')
| Paramètre | Type | Description |
|---|---|---|
| repo* | string | — |
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 learning python', 'react component library')
max_results: Maximum results (default 10)[Developer Tools] Search GitHub repositories by keyword. Returns repos with stars, descriptions, and languages. Args: query: Search query (e.g. 'machine learning python', 'react component library') max_results: Maximum results (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
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', 'express', 'lodash')[Developer Tools] Get npm package details — version, downloads, dependencies, description, and maintainers. Args: package_name: npm package name (e.g. 'react', 'express', 'lodash')
| Paramètre | Type | Description |
|---|---|---|
| package_name* | string | — |
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. 'requests', 'pandas', 'fastapi')[Developer Tools] Get Python package details from PyPI — version, downloads, dependencies, and description. Args: package_name: PyPI package name (e.g. 'requests', 'pandas', 'fastapi')
| Paramètre | Type | Description |
|---|---|---|
| package_name* | string | — |
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')
max_results: Maximum results (default 10)[Developer Tools] Search StackOverflow for programming questions and answers. Args: query: Search query (e.g. 'python async await', 'react useEffect cleanup') max_results: Maximum results (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
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 architecture')
max_results: Maximum results (default 10)[Developer Tools] Search arXiv for academic papers in CS, ML, AI, physics, and math. Args: query: Search query (e.g. 'large language models', 'transformer architecture') max_results: Maximum results (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
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 learning')
max_results: Maximum results (default 10)[Developer Tools] Search Google Scholar for academic papers, citations, and research. Args: query: Search query (e.g. 'CRISPR gene editing', 'reinforcement learning') max_results: Maximum results (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
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] Look up DNS records for a domain. Returns A, AAAA, MX, CNAME, TXT records. Args: domain: Domain name (e.g. 'example.com')
| Paramètre | Type | Description |
|---|---|---|
| domain* | string | — |
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] Look up WHOIS information for a domain. Returns registrar, dates, nameservers. Args: domain: Domain name (e.g. 'example.com')
| Paramètre | Type | Description |
|---|---|---|
| domain* | string | — |
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] Check SSL certificate for a domain. Returns issuer, expiry, validity. Args: domain: Domain name (e.g. 'example.com')
| Paramètre | Type | Description |
|---|---|---|
| domain* | string | — |
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')[Domain Intelligence] Look up geolocation for an IP address. Returns country, city, ISP. Args: ip: IP address (e.g. '8.8.8.8')
| Paramètre | Type | Description |
|---|---|---|
| ip* | string | — |
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. 'https://store.example.com')[E-Commerce Intelligence] Analyze a Shopify store — get tech stack, theme, apps, traffic estimates, and store metadata. Args: url: Shopify store URL (e.g. 'https://store.example.com')
| Paramètre | Type | Description |
|---|---|---|
| url* | string | — |
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://store.example.com')
max_results: Maximum products to return (default 20)[E-Commerce Intelligence] Get products listed on a Shopify store including prices, titles, images, and variants. Args: url: Shopify store URL (e.g. 'https://store.example.com') max_results: Maximum products to return (default 20)
| Paramètre | Type | Description |
|---|---|---|
| url* | string | — |
| max_results | integer | — |
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 data.
Args:
ticker: Stock ticker symbol (e.g. "AAPL", "GOOGL", "TSLA", "MSFT")[Finance & Markets] Get stock market data for a ticker symbol from Yahoo Finance. Returns price, volume, market cap, PE ratio, dividend yield, and historical data. Args: ticker: Stock ticker symbol (e.g. "AAPL", "GOOGL", "TSLA", "MSFT")
| Paramètre | Type | Description |
|---|---|---|
| ticker* | string | — |
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 filter URL or criteria (e.g. "cap_large,sec_technology" for large-cap tech stocks)
max_results: Maximum number of results (default 20)[Finance & Markets] Screen stocks using Finviz stock screener. Filter by market cap, sector, PE ratio, and other financial metrics. Args: screener_url: Finviz filter URL or criteria (e.g. "cap_large,sec_technology" for large-cap tech stocks) max_results: Maximum number of results (default 20)
| Paramètre | Type | Description |
|---|---|---|
| screener_url | string | — |
| max_results | integer | — |
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 IDs (e.g. "bitcoin,ethereum,solana") or leave empty for top coins
max_results: Maximum number of coins to return (default 20)[Finance & Markets] Get cryptocurrency prices and market data from CoinGecko. Returns price, market cap, 24h change, volume. Args: coins: Comma-separated coin IDs (e.g. "bitcoin,ethereum,solana") or leave empty for top coins max_results: Maximum number of coins to return (default 20)
| Paramètre | Type | Description |
|---|---|---|
| coins | string | — |
| max_results | integer | — |
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", "EUR", "GBP", "JPY")[Finance & Markets] Get current currency exchange rates. Returns conversion rates for major world currencies. Args: base_currency: Base currency code (e.g. "USD", "EUR", "GBP", "JPY")
| Paramètre | Type | Description |
|---|---|---|
| base_currency | string | — |
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-separated list of coin IDs to track (e.g. "bitcoin,ethereum,solana,cardano")[Finance & Markets] Track real-time prices for a portfolio of cryptocurrencies. Returns current prices, 24h changes, and market caps. Args: coins: Comma-separated list of coin IDs to track (e.g. "bitcoin,ethereum,solana,cardano")
| Paramètre | Type | Description |
|---|---|---|
| coins | string | — |
github__get_repo_stats[GitHub Intelligence] Get detailed statistics for a GitHub repository including stars, forks, issues, and activity.
Args:
owner: Repository owner/organization (e.g. 'facebook')
repo: Repository name (e.g. 'react')[GitHub Intelligence] Get detailed statistics for a GitHub repository including stars, forks, issues, and activity. Args: owner: Repository owner/organization (e.g. 'facebook') repo: Repository name (e.g. 'react')
| Paramètre | Type | Description |
|---|---|---|
| owner* | string | — |
| repo* | string | — |
github__search_repos[GitHub Intelligence] Search GitHub repositories by query. Returns repo names, descriptions, stars, forks.
Args:
query: Search query (e.g. 'machine learning python')
sort: Sort by 'stars', 'forks', or 'updated' (default: stars)
max_results: Maximum results to return (default 20)[GitHub Intelligence] Search GitHub repositories by query. Returns repo names, descriptions, stars, forks. Args: query: Search query (e.g. 'machine learning python') sort: Sort by 'stars', 'forks', or 'updated' (default: stars) max_results: Maximum results to return (default 20)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| sort | string | — |
| max_results | integer | — |
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.g. 'vscode')[GitHub Intelligence] Get the programming language breakdown for a GitHub repository. Args: owner: Repository owner (e.g. 'microsoft') repo: Repository name (e.g. 'vscode')
| Paramètre | Type | Description |
|---|---|---|
| owner* | string | — |
| repo* | string | — |
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.g. ['facebook/react', 'vuejs/vue'])[GitHub Intelligence] Compare multiple GitHub repositories side by side. Provide repos as 'owner/repo' strings. Args: repos: List of repositories to compare (e.g. ['facebook/react', 'vuejs/vue'])
| Paramètre | Type | Description |
|---|---|---|
| repos* | array | — |
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": "large", "sec": "technology"}).
Accepts {"screenerUrl": "<full finviz url>"} for pre-built screens,
or {"market_cap_min": 1e10, "sector":…[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": "large", "sec": "technology"}). Accepts {"screenerUrl": "<full finviz url>"} for pre-built screens, or {"market_cap_min": 1e10, "sector":…
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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", "Pharmaceuticals", "EV")
market_cap_min: minimum market cap in CNY
limit: max rows to return (default 50)[Global Equities Screener] 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)
| Paramètre | Type | Description |
|---|---|---|
| sector | — | — |
| market_cap_min | — | — |
| limit | integer | — |
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 (e.g. {"sector": "Semiconductors", "marketCapMin": 1e10})
limit: max rows to return[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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 cap, P/E, etc.)
limit: max rows to return[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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, market cap, etc.)
limit: max rows to return[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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.)
limit: max rows to return[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.) limit: max rows to return
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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, dividend yield, etc.)
limit: max rows to return[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_taiwan_twse[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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.)
limit: max rows to return[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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, P/E, etc.)
limit: max rows to return[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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 yield, etc.)
limit: max rows to return[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
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 cap, P/B, dividend yield, etc.)
limit: max rows to return[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_australia_asx[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_indonesia_idx[Global Equities Screener] Screen Indonesia Stock Exchange (IDX) — LQ45, IDX30, full Jakarta board.
Args:
criteria: filter dict (sector, market cap, etc.)
limit: max rows to return[Global Equities Screener] Screen Indonesia Stock Exchange (IDX) — LQ45, IDX30, full Jakarta board. Args: criteria: filter dict (sector, market cap, etc.) limit: max rows to return
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_thailand_set[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_malaysia_bursa[Global Equities Screener] Screen Bursa Malaysia — FBM KLCI components and Main Market.
Args:
criteria: filter dict (sector, market cap, etc.)
limit: max rows to return[Global Equities Screener] Screen Bursa Malaysia — FBM KLCI components and Main Market. Args: criteria: filter dict (sector, market cap, etc.) limit: max rows to return
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_philippines_pse[Global Equities Screener] Screen Philippine Stock Exchange (PSE) — PSEi components and broader market.
Args:
criteria: filter dict (sector, market cap, etc.)
limit: max rows to return[Global Equities Screener] Screen Philippine Stock Exchange (PSE) — PSEi components and broader market. Args: criteria: filter dict (sector, market cap, etc.) limit: max rows to return
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_vietnam_hose[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_uk_lse[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_germany_dax[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_brazil_b3[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_canada_tsx[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_mexico_bmv[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_saudi_tadawul[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_southafrica_jse[Global Equities Screener] Screen Johannesburg Stock Exchange (JSE) — Top 40, mining majors, financials.
Args:
criteria: filter dict (sector, market cap, etc.)
limit: max rows to return[Global Equities Screener] Screen Johannesburg Stock Exchange (JSE) — Top 40, mining majors, financials. Args: criteria: filter dict (sector, market cap, etc.) limit: max rows to return
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
global-equities-screener__screen_turkey_bist[Global Equities Screener] 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[Global Equities Screener] 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
| Paramètre | Type | Description |
|---|---|---|
| criteria | — | — |
| limit | integer | — |
google-maps__search_local_businesses[Google Maps] Search Google Maps for local businesses. Returns business names, addresses, ratings, phone numbers, and websites.
Args:
query: Business type or search query (e.g. 'plumber', 'italian restaurant')
location: City or area to search (e.g. 'San Francisco, CA')
max_results: Maximum resu…[Google Maps] Search Google Maps for local businesses. Returns business names, addresses, ratings, phone numbers, and websites. Args: query: Business type or search query (e.g. 'plumber', 'italian restaurant') location: City or area to search (e.g. 'San Francisco, CA') max_results: Maximum resu…
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| location* | string | — |
| max_results | integer | — |
google-maps__generate_leads[Google Maps] Generate B2B leads by scraping businesses from Google Maps with contact info. Returns names, addresses, phone, website, ratings.
Args:
business_type: Type of business (e.g. 'dentist', 'real estate agent', 'auto repair')
city: City name (e.g. 'Austin')
state: State abbreviation (e.…[Google Maps] Generate B2B leads by scraping businesses from Google Maps with contact info. Returns names, addresses, phone, website, ratings. Args: business_type: Type of business (e.g. 'dentist', 'real estate agent', 'auto repair') city: City name (e.g. 'Austin') state: State abbreviation (e.…
| Paramètre | Type | Description |
|---|---|---|
| business_type* | string | — |
| city* | string | — |
| state* | string | — |
| max_results | integer | — |
google-maps__validate_emails[Google Maps] Validate a list of email addresses. Checks syntax, domain, and deliverability.
Args:
emails: List of email addresses to validate (e.g. ['john@example.com', 'jane@test.com'])[Google Maps] Validate a list of email addresses. Checks syntax, domain, and deliverability. Args: emails: List of email addresses to validate (e.g. ['john@example.com', 'jane@test.com'])
| Paramètre | Type | Description |
|---|---|---|
| emails* | array | — |
hr-compensation__search_h1b_salaries[HR & Compensation] Search H1B visa salary data. Returns employer, job title, salary, location, and case status.
Args:
job_title: Job title to search (e.g. 'software engineer', 'data scientist')
company: Company name (e.g. 'Google', 'Microsoft')
location: City or state (e.g. 'San Francisco', 'C…[HR & Compensation] Search H1B visa salary data. Returns employer, job title, salary, location, and case status. Args: job_title: Job title to search (e.g. 'software engineer', 'data scientist') company: Company name (e.g. 'Google', 'Microsoft') location: City or state (e.g. 'San Francisco', 'C…
| Paramètre | Type | Description |
|---|---|---|
| job_title | string | — |
| company | string | — |
| location | string | — |
hr-compensation__search_salaries[HR & Compensation] Search general salary data for a job title and location.
Args:
job_title: Job title (e.g. 'product manager', 'nurse')
location: City or region (e.g. 'New York', 'Texas')[HR & Compensation] Search general salary data for a job title and location. Args: job_title: Job title (e.g. 'product manager', 'nurse') location: City or region (e.g. 'New York', 'Texas')
| Paramètre | Type | Description |
|---|---|---|
| job_title* | string | — |
| location | string | — |
job-market__search_jobs[Job Market] Search Indeed for job listings. Returns titles, companies, salaries, descriptions.
Args:
query: Job title or keywords (e.g. 'software engineer')
location: City or state (optional, e.g. 'New York')
max_results: Max results (default 20)[Job Market] Search Indeed for job listings. Returns titles, companies, salaries, descriptions. Args: query: Job title or keywords (e.g. 'software engineer') location: City or state (optional, e.g. 'New York') max_results: Max results (default 20)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| location | string | — |
| max_results | integer | — |
job-market__company_reviews[Job Market] Get Glassdoor reviews for a company. Returns ratings, pros, cons, salary data.
Args:
company: Company name (e.g. 'Google')
max_results: Max reviews (default 20)[Job Market] Get Glassdoor reviews for a company. Returns ratings, pros, cons, salary data. Args: company: Company name (e.g. 'Google') max_results: Max reviews (default 20)
| Paramètre | Type | Description |
|---|---|---|
| company* | string | — |
| max_results | integer | — |
job-market__salary_search[Job Market] Search H1B visa salary data for a job title. Returns employer, salary, location.
Args:
job_title: Job title (e.g. 'Data Scientist')
location: City or state (optional)[Job Market] Search H1B visa salary data for a job title. Returns employer, salary, location. Args: job_title: Job title (e.g. 'Data Scientist') location: City or state (optional)
| Paramètre | Type | Description |
|---|---|---|
| job_title* | string | — |
| location | string | — |
legal__search_court_records[Legal Intelligence] Search public court records by name, case number, or state. Returns case details, filing dates, and parties involved.
Args:
name: Person or entity name to search (e.g. 'John Smith')
case_number: Specific case number to look up
state: State to search in (e.g. 'CA', 'NY')[Legal Intelligence] Search public court records by name, case number, or state. Returns case details, filing dates, and parties involved. Args: name: Person or entity name to search (e.g. 'John Smith') case_number: Specific case number to look up state: State to search in (e.g. 'CA', 'NY')
| Paramètre | Type | Description |
|---|---|---|
| name | string | — |
| case_number | string | — |
| state | string | — |
news__get_ap_news[News & Media] Get the latest headlines from AP News (Associated Press). Returns article titles, summaries, URLs, and publication dates.
Args:
max_results: Maximum number of articles to return (default 10)[News & Media] Get the latest headlines from AP News (Associated Press). Returns article titles, summaries, URLs, and publication dates. Args: max_results: Maximum number of articles to return (default 10)
| Paramètre | Type | Description |
|---|---|---|
| max_results | integer | — |
news__get_bbc_news[News & Media] Get the latest headlines from BBC News. Returns article titles, summaries, URLs, and publication dates.
Args:
max_results: Maximum number of articles to return (default 10)[News & Media] Get the latest headlines from BBC News. Returns article titles, summaries, URLs, and publication dates. Args: max_results: Maximum number of articles to return (default 10)
| Paramètre | Type | Description |
|---|---|---|
| max_results | integer | — |
news__get_npr_news[News & Media] Get the latest stories from NPR (National Public Radio). Returns article titles, summaries, and URLs.
Args:
max_results: Maximum number of articles to return (default 10)[News & Media] Get the latest stories from NPR (National Public Radio). Returns article titles, summaries, and URLs. Args: max_results: Maximum number of articles to return (default 10)
| Paramètre | Type | Description |
|---|---|---|
| max_results | integer | — |
news__get_hacker_news[News & Media] Get top stories from Hacker News (Y Combinator). Returns titles, URLs, scores, and comment counts. Great for tech and startup news.
Args:
max_results: Maximum number of stories to return (default 20)[News & Media] Get top stories from Hacker News (Y Combinator). Returns titles, URLs, scores, and comment counts. Great for tech and startup news. Args: max_results: Maximum number of stories to return (default 20)
| Paramètre | Type | Description |
|---|---|---|
| max_results | integer | — |
news__search_google_news[News & Media] Search Google News for articles matching a query. Returns headlines, sources, URLs, and publication dates.
Args:
query: Search query (e.g. "artificial intelligence", "climate change")
max_results: Maximum number of results (default 10, max 100)[News & Media] Search Google News for articles matching a query. Returns headlines, sources, URLs, and publication dates. Args: query: Search query (e.g. "artificial intelligence", "climate change") max_results: Maximum number of results (default 10, max 100)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
playwright__navigate[Playwright Browser] Navigate the browser to a URL. Returns the final URL and page title.[Playwright Browser] Navigate the browser to a URL. Returns the final URL and page title.
| Paramètre | Type | Description |
|---|---|---|
| url* | string | — |
| wait_until | string | — |
playwright__screenshot[Playwright Browser] Take a PNG screenshot of the current page (or a specific element). Returns base64 PNG.[Playwright Browser] Take a PNG screenshot of the current page (or a specific element). Returns base64 PNG.
| Paramètre | Type | Description |
|---|---|---|
| full_page | boolean | — |
| selector | — | — |
playwright__click[Playwright Browser] Click an element matched by CSS selector or visible text.[Playwright Browser] Click an element matched by CSS selector or visible text.
| Paramètre | Type | Description |
|---|---|---|
| selector | — | — |
| text | — | — |
| button | string | — |
| double_click | boolean | — |
playwright__type_text[Playwright Browser] Type text into an input/textarea. Optionally clear first or press Enter after.[Playwright Browser] Type text into an input/textarea. Optionally clear first or press Enter after.
| Paramètre | Type | Description |
|---|---|---|
| selector* | string | — |
| text* | string | — |
| clear | boolean | — |
| press_enter | boolean | — |
playwright__get_text[Playwright Browser] Extract visible text from the page or a specific element.[Playwright Browser] Extract visible text from the page or a specific element.
| Paramètre | Type | Description |
|---|---|---|
| selector | — | — |
playwright__get_html[Playwright Browser] Return the HTML of the page or a specific element.[Playwright Browser] Return the HTML of the page or a specific element.
| Paramètre | Type | Description |
|---|---|---|
| selector | — | — |
| outer | boolean | — |
playwright__evaluate[Playwright Browser] Evaluate JavaScript in the page context. Use `return` for values or an expression.[Playwright Browser] Evaluate JavaScript in the page context. Use `return` for values or an expression.
| Paramètre | Type | Description |
|---|---|---|
| script* | string | — |
playwright__select_option[Playwright Browser] Choose an option from a <select> element by value or visible label.[Playwright Browser] Choose an option from a <select> element by value or visible label.
| Paramètre | Type | Description |
|---|---|---|
| selector* | string | — |
| value | — | — |
| label | — | — |
playwright__scroll[Playwright Browser] Scroll the page (or an element) in the given direction by `amount` pixels.[Playwright Browser] Scroll the page (or an element) in the given direction by `amount` pixels.
| Paramètre | Type | Description |
|---|---|---|
| direction | string | — |
| amount | integer | — |
| selector | — | — |
playwright__wait_for[Playwright Browser] Wait until a selector reaches a given state (visible|hidden|attached|detached).[Playwright Browser] Wait until a selector reaches a given state (visible|hidden|attached|detached).
| Paramètre | Type | Description |
|---|---|---|
| selector | — | — |
| timeout | integer | — |
| state | string | — |
playwright__get_links[Playwright Browser] Collect all anchor hrefs, optionally filtered by regex.[Playwright Browser] Collect all anchor hrefs, optionally filtered by regex.
| Paramètre | Type | Description |
|---|---|---|
| selector | — | — |
| pattern | — | — |
playwright__extract_table[Playwright Browser] Extract a standard HTML table as a list of row objects keyed by header.[Playwright Browser] Extract a standard HTML table as a list of row objects keyed by header.
| Paramètre | Type | Description |
|---|---|---|
| selector | string | — |
playwright__page_pdf[Playwright Browser] Render the current page as PDF (headless only). Returns base64 PDF.[Playwright Browser] Render the current page as PDF (headless only). Returns base64 PDF.
| Paramètre | Type | Description |
|---|---|---|
| format_ | string | — |
| landscape | boolean | — |
playwright__fill_form[Playwright Browser] Fill multiple form fields from a list of {selector, value} and optionally submit.[Playwright Browser] Fill multiple form fields from a list of {selector, value} and optionally submit.
| Paramètre | Type | Description |
|---|---|---|
| fields* | array | — |
| submit | boolean | — |
playwright__get_cookies[Playwright Browser] Return all cookies for the current browser context.[Playwright Browser] Return all cookies for the current browser context.
Aucun schéma d’entrée n’a été publié pour cet outil.
playwright__set_cookies[Playwright Browser] Set cookies for the current browser context.[Playwright Browser] Set cookies for the current browser context.
| Paramètre | Type | Description |
|---|---|---|
| cookies* | array | — |
playwright__close_browser[Playwright Browser] Close the underlying browser, freeing resources.[Playwright Browser] Close the underlying browser, freeing resources.
Aucun schéma d’entrée n’a été publié pour cet outil.
premium-data__search_government_contracts[Premium Data] Search US federal government contracts, grants, and spending data from USASpending.gov.
Args:
keyword: Search keyword (e.g., 'cybersecurity', 'cloud computing', 'AI')
agency: Filter by agency (e.g., 'Department of Defense')
award_type: Type: contracts, grants, loans, or all
min_a…[Premium Data] Search US federal government contracts, grants, and spending data from USASpending.gov. Args: keyword: Search keyword (e.g., 'cybersecurity', 'cloud computing', 'AI') agency: Filter by agency (e.g., 'Department of Defense') award_type: Type: contracts, grants, loans, or all min_a…
| Paramètre | Type | Description |
|---|---|---|
| keyword* | string | — |
| agency | string | — |
| award_type | string | — |
| min_amount | integer | — |
| max_results | integer | — |
premium-data__lookup_business_registration[Premium Data] Look up company registration records, officers, and filings from global business registries.
Args:
company_name: Company name to search
jurisdiction: Jurisdiction code (e.g., 'us_de' for Delaware, 'gb' for UK)
max_results: Max results (default 10)[Premium Data] Look up company registration records, officers, and filings from global business registries. Args: company_name: Company name to search jurisdiction: Jurisdiction code (e.g., 'us_de' for Delaware, 'gb' for UK) max_results: Max results (default 10)
| Paramètre | Type | Description |
|---|---|---|
| company_name* | string | — |
| jurisdiction | string | — |
| max_results | integer | — |
premium-data__search_amazon_products[Premium Data] Search Amazon for product details, pricing, reviews, and ratings.
Args:
search_query: Product search query
asins: List of ASINs to look up directly
max_results: Max results (default 15)[Premium Data] Search Amazon for product details, pricing, reviews, and ratings. Args: search_query: Product search query asins: List of ASINs to look up directly max_results: Max results (default 15)
| Paramètre | Type | Description |
|---|---|---|
| search_query | string | — |
| asins | array | — |
| max_results | integer | — |
premium-data__search_fda_recalls[Premium Data] Search FDA product recalls, safety alerts, and enforcement actions across drugs, food, and devices.
Args:
search_term: Product, drug, or company name
category: Category: drug, food, device, or all
severity: Classification: Class I, Class II, or Class III
max_results: Max results…[Premium Data] Search FDA product recalls, safety alerts, and enforcement actions across drugs, food, and devices. Args: search_term: Product, drug, or company name category: Category: drug, food, device, or all severity: Classification: Class I, Class II, or Class III max_results: Max results…
| Paramètre | Type | Description |
|---|---|---|
| search_term | string | — |
| category | string | — |
| severity | string | — |
| max_results | integer | — |
premium-data__compare_product_prices[Premium Data] Compare product prices across e-commerce platforms using Google Shopping and direct URL monitoring.
Args:
product_name: Product name to search
product_urls: Direct product page URLs to check
max_results: Max results (default 20)[Premium Data] Compare product prices across e-commerce platforms using Google Shopping and direct URL monitoring. Args: product_name: Product name to search product_urls: Direct product page URLs to check max_results: Max results (default 20)
| Paramètre | Type | Description |
|---|---|---|
| product_name | string | — |
| product_urls | array | — |
| max_results | integer | — |
real-estate__search_redfin_properties[Real Estate] Search for real estate properties on Redfin by location. Returns property listings with prices, addresses, beds, baths, and square footage.
Args:
location: City, ZIP code, or full Redfin search URL (e.g. "Seattle, WA", "90210", or "https://www.redfin.com/zipcode/90210")
max_results…[Real Estate] Search for real estate properties on Redfin by location. Returns property listings with prices, addresses, beds, baths, and square footage. Args: location: City, ZIP code, or full Redfin search URL (e.g. "Seattle, WA", "90210", or "https://www.redfin.com/zipcode/90210") max_results…
| Paramètre | Type | Description |
|---|---|---|
| location* | string | — |
| max_results | integer | — |
real-estate__get_property_details[Real Estate] Get detailed information about a specific property from its Redfin URL.
Args:
url: Full Redfin property URL[Real Estate] Get detailed information about a specific property from its Redfin URL. Args: url: Full Redfin property URL
| Paramètre | Type | Description |
|---|---|---|
| url* | string | — |
reddit__search_reddit[Reddit] Search Reddit posts. Returns titles, scores, comments, and content.
Args:
query: Search query (e.g. 'best programming language')
subreddit: Specific subreddit (optional, e.g. 'programming')
max_results: Max posts (default 20)[Reddit] Search Reddit posts. Returns titles, scores, comments, and content. Args: query: Search query (e.g. 'best programming language') subreddit: Specific subreddit (optional, e.g. 'programming') max_results: Max posts (default 20)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| subreddit | string | — |
| max_results | integer | — |
reddit__get_subreddit[Reddit] Get posts from a subreddit. Returns titles, scores, comments.
Args:
subreddit: Subreddit name (e.g. 'technology')
sort: Sort order: 'hot', 'new', 'top' (default 'hot')
max_results: Max posts (default 25)[Reddit] Get posts from a subreddit. Returns titles, scores, comments. Args: subreddit: Subreddit name (e.g. 'technology') sort: Sort order: 'hot', 'new', 'top' (default 'hot') max_results: Max posts (default 25)
| Paramètre | Type | Description |
|---|---|---|
| subreddit* | string | — |
| sort | string | — |
| max_results | integer | — |
redfin__search_properties[Redfin Real Estate] Search Redfin for property listings by location and filters. Returns prices, addresses, beds, baths, sqft.
Args:
location: City, ZIP, or neighborhood (e.g. 'Seattle, WA', '90210')
min_price: Minimum listing price in USD (0 for no minimum)
max_price: Maximum listing price in…[Redfin Real Estate] Search Redfin for property listings by location and filters. Returns prices, addresses, beds, baths, sqft. Args: location: City, ZIP, or neighborhood (e.g. 'Seattle, WA', '90210') min_price: Minimum listing price in USD (0 for no minimum) max_price: Maximum listing price in…
| Paramètre | Type | Description |
|---|---|---|
| location* | string | — |
| min_price | integer | — |
| max_price | integer | — |
| property_type | string | — |
redfin__get_property_details[Redfin Real Estate] Get detailed information for a specific Redfin property listing including price history, description, photos, and nearby data.
Args:
url: Full Redfin property URL (e.g. 'https://www.redfin.com/WA/Seattle/...')[Redfin Real Estate] Get detailed information for a specific Redfin property listing including price history, description, photos, and nearby data. Args: url: Full Redfin property URL (e.g. 'https://www.redfin.com/WA/Seattle/...')
| Paramètre | Type | Description |
|---|---|---|
| url* | string | — |
regulatory-filings__get_form_4_insider_trades[Regulatory Filings] Retrieve SEC Form 4 insider trades (officers/directors buying or selling their own stock).
Replaces a WhaleWisdom Insider feed subscription. Returns transaction date, insider name & role, shares, price, value.
Args:
ticker: Optional ticker filter (e.g. "NVDA")
days_back: Loo…[Regulatory Filings] Retrieve SEC Form 4 insider trades (officers/directors buying or selling their own stock). Replaces a WhaleWisdom Insider feed subscription. Returns transaction date, insider name & role, shares, price, value. Args: ticker: Optional ticker filter (e.g. "NVDA") days_back: Loo…
| Paramètre | Type | Description |
|---|---|---|
| ticker | string | — |
| days_back | integer | — |
| min_value_usd | number | — |
regulatory-filings__get_form_d_private_funding[Regulatory Filings] Retrieve SEC Form D private offerings — private rounds, hedge fund launches, exempt securities filings.
VC and private equity intel for tracking who's raising and how much.
Args:
state: Optional state filter (e.g. "CA", "NY") — passed as a query keyword
days_back: Lookback w…[Regulatory Filings] Retrieve SEC Form D private offerings — private rounds, hedge fund launches, exempt securities filings. VC and private equity intel for tracking who's raising and how much. Args: state: Optional state filter (e.g. "CA", "NY") — passed as a query keyword days_back: Lookback w…
| Paramètre | Type | Description |
|---|---|---|
| state | string | — |
| days_back | integer | — |
| min_amount | number | — |
regulatory-filings__get_form_8k_material_events[Regulatory Filings] Retrieve SEC Form 8-K material event filings — M&A, executive changes, bankruptcy, earnings, going concerns.
Replaces an 8-K Push subscription. Real-time material event monitoring for any public company.
Args:
ticker: Optional ticker filter
event_type: Optional 8-K item filt…[Regulatory Filings] Retrieve SEC Form 8-K material event filings — M&A, executive changes, bankruptcy, earnings, going concerns. Replaces an 8-K Push subscription. Real-time material event monitoring for any public company. Args: ticker: Optional ticker filter event_type: Optional 8-K item filt…
| Paramètre | Type | Description |
|---|---|---|
| ticker | string | — |
| event_type | string | — |
| days_back | integer | — |
regulatory-filings__get_form_13f_holdings[Regulatory Filings] Retrieve SEC Form 13F-HR holdings — institutional investor positions ($100M+ AUM funds).
Pull Berkshire Hathaway, Renaissance, Citadel, Two Sigma quarterly position disclosures.
Args:
filer_cik: Filer CIK number (e.g. "0001067983" for Berkshire) or fund name (passed as query)…[Regulatory Filings] Retrieve SEC Form 13F-HR holdings — institutional investor positions ($100M+ AUM funds). Pull Berkshire Hathaway, Renaissance, Citadel, Two Sigma quarterly position disclosures. Args: filer_cik: Filer CIK number (e.g. "0001067983" for Berkshire) or fund name (passed as query)…
| Paramètre | Type | Description |
|---|---|---|
| filer_cik | string | — |
| quarter | string | — |
regulatory-filings__get_schedule_13d_activist[Regulatory Filings] Retrieve SEC Schedule 13D / 13G activist & beneficial-ownership filings (>5% stake).
Track Carl Icahn, Elliott Management, Pershing Square, Trian moves — the activist signal.
Args:
target_ticker: Optional ticker of target company
filer: Optional activist filer name (post-fil…[Regulatory Filings] Retrieve SEC Schedule 13D / 13G activist & beneficial-ownership filings (>5% stake). Track Carl Icahn, Elliott Management, Pershing Square, Trian moves — the activist signal. Args: target_ticker: Optional ticker of target company filer: Optional activist filer name (post-fil…
| Paramètre | Type | Description |
|---|---|---|
| target_ticker | string | — |
| filer | string | — |
| days_back | integer | — |
regulatory-filings__detect_insider_cluster[Regulatory Filings] Detect insider buying clusters — multiple officers/directors buying the same stock inside a window.
The smart-money signal hedge funds pay $200+/mo for. Returns one row per stock with cluster strength.
Args:
ticker: Optional ticker to filter
days_window: Cluster detection wi…[Regulatory Filings] Detect insider buying clusters — multiple officers/directors buying the same stock inside a window. The smart-money signal hedge funds pay $200+/mo for. Returns one row per stock with cluster strength. Args: ticker: Optional ticker to filter days_window: Cluster detection wi…
| Paramètre | Type | Description |
|---|---|---|
| ticker | string | — |
| days_window | integer | — |
| min_insiders | integer | — |
regulatory-filings__get_13f_delta[Regulatory Filings] Compute the position delta between a 13F filer's two most recent filings.
Returns new positions, increased stakes, reduced stakes, and full exits per CUSIP — the actionable signal WhaleWisdom Premium charges $999/yr for.
Args:
filer_cik: Filer CIK (e.g. "0001067983" for Berks…[Regulatory Filings] Compute the position delta between a 13F filer's two most recent filings. Returns new positions, increased stakes, reduced stakes, and full exits per CUSIP — the actionable signal WhaleWisdom Premium charges $999/yr for. Args: filer_cik: Filer CIK (e.g. "0001067983" for Berks…
| Paramètre | Type | Description |
|---|---|---|
| filer_cik* | string | — |
| days_back | integer | — |
regulatory-filings__get_swf_holdings[Regulatory Filings] Retrieve sovereign wealth fund (SWF) US equity holdings — Norway GPFG, GIC Singapore, ADIA, PIF.
Tracks position changes for the world's largest state-backed investors.
Args:
fund: Optional SWF name filter (e.g. "Norway", "GIC", "ADIA")
quarter: Informational; the actor retu…[Regulatory Filings] Retrieve sovereign wealth fund (SWF) US equity holdings — Norway GPFG, GIC Singapore, ADIA, PIF. Tracks position changes for the world's largest state-backed investors. Args: fund: Optional SWF name filter (e.g. "Norway", "GIC", "ADIA") quarter: Informational; the actor retu…
| Paramètre | Type | Description |
|---|---|---|
| fund | string | — |
| quarter | string | — |
regulatory-filings__get_ipo_calendar[Regulatory Filings] Retrieve upcoming IPO calendar — pricing date, shares offered, price range, lead underwriters.
Args:
days_forward: Calendar horizon in days (default 30) — passed via the upstream date_range enum[Regulatory Filings] Retrieve upcoming IPO calendar — pricing date, shares offered, price range, lead underwriters. Args: days_forward: Calendar horizon in days (default 30) — passed via the upstream date_range enum
| Paramètre | Type | Description |
|---|---|---|
| days_forward | integer | — |
regulatory-filings__get_earnings_calendar[Regulatory Filings] Retrieve upcoming earnings calendar — report dates, EPS estimates, revenue estimates.
Args:
days_forward: Calendar horizon in days (default 14)
ticker: Optional ticker filter (post-filtered)[Regulatory Filings] Retrieve upcoming earnings calendar — report dates, EPS estimates, revenue estimates. Args: days_forward: Calendar horizon in days (default 14) ticker: Optional ticker filter (post-filtered)
| Paramètre | Type | Description |
|---|---|---|
| days_forward | integer | — |
| ticker | string | — |
regulatory-filings__get_earnings_estimates[Regulatory Filings] Retrieve analyst earnings estimate revisions — EPS upgrades/downgrades over the lookback window.
Args:
ticker: Required ticker symbol
days_back: Lookback window — maps to 30d / 60d / 90d[Regulatory Filings] Retrieve analyst earnings estimate revisions — EPS upgrades/downgrades over the lookback window. Args: ticker: Required ticker symbol days_back: Lookback window — maps to 30d / 60d / 90d
| Paramètre | Type | Description |
|---|---|---|
| ticker* | string | — |
| days_back | integer | — |
regulatory-filings__get_analyst_targets[Regulatory Filings] Retrieve Wall Street analyst price targets for a ticker — high, low, mean, latest changes by firm.
Args:
ticker: Required ticker symbol[Regulatory Filings] Retrieve Wall Street analyst price targets for a ticker — high, low, mean, latest changes by firm. Args: ticker: Required ticker symbol
| Paramètre | Type | Description |
|---|---|---|
| ticker* | string | — |
regulatory-filings__get_pre_ipo_secondary[Regulatory Filings] Retrieve pre-IPO secondary market valuations — Forge, EquityZen, Hiive prices for SpaceX, Stripe, OpenAI tier names.
Args:
company: Optional company name filter (e.g. "SpaceX", "Stripe")[Regulatory Filings] Retrieve pre-IPO secondary market valuations — Forge, EquityZen, Hiive prices for SpaceX, Stripe, OpenAI tier names. Args: company: Optional company name filter (e.g. "SpaceX", "Stripe")
| Paramètre | Type | Description |
|---|---|---|
| company | string | — |
regulatory-filings__get_options_unusual_activity[Regulatory Filings] Retrieve unusual options activity — volume vs open-interest spikes, large block trades, suspected smart-money positioning.
Args:
ticker: Optional ticker filter
min_volume_ratio: Minimum volume / open-interest ratio (default 2.0)[Regulatory Filings] Retrieve unusual options activity — volume vs open-interest spikes, large block trades, suspected smart-money positioning. Args: ticker: Optional ticker filter min_volume_ratio: Minimum volume / open-interest ratio (default 2.0)
| Paramètre | Type | Description |
|---|---|---|
| ticker | string | — |
| min_volume_ratio | number | — |
regulatory-filings__get_short_interest[Regulatory Filings] Retrieve short interest data — short ratio, days-to-cover, % of float short, changes vs prior period.
Args:
ticker: Optional ticker filter
days_back: Informational; actor returns latest reported short interest snapshot[Regulatory Filings] Retrieve short interest data — short ratio, days-to-cover, % of float short, changes vs prior period. Args: ticker: Optional ticker filter days_back: Informational; actor returns latest reported short interest snapshot
| Paramètre | Type | Description |
|---|---|---|
| ticker | string | — |
| days_back | integer | — |
regulatory-filings__get_stock_splits_corporate_actions[Regulatory Filings] Retrieve upcoming stock splits, spinoffs, mergers, special dividends, and other corporate actions.
Args:
days_forward: Calendar horizon in days (default 60)[Regulatory Filings] Retrieve upcoming stock splits, spinoffs, mergers, special dividends, and other corporate actions. Args: days_forward: Calendar horizon in days (default 60)
| Paramètre | Type | Description |
|---|---|---|
| days_forward | integer | — |
regulatory-filings__get_dividend_aristocrats[Regulatory Filings] Retrieve S&P 500 Dividend Aristocrats — companies with 25+ consecutive years of dividend increases.
Args:
min_years: Minimum consecutive years of dividend increases (default 25)[Regulatory Filings] Retrieve S&P 500 Dividend Aristocrats — companies with 25+ consecutive years of dividend increases. Args: min_years: Minimum consecutive years of dividend increases (default 25)
| Paramètre | Type | Description |
|---|---|---|
| min_years | integer | — |
review-intelligence__trustpilot_reviews[Review Intelligence] Get Trustpilot reviews for a company. Returns ratings, review text, dates.
Args:
company: Company name or Trustpilot URL slug (e.g. 'amazon.com')
max_results: Max reviews (default 20)[Review Intelligence] Get Trustpilot reviews for a company. Returns ratings, review text, dates. Args: company: Company name or Trustpilot URL slug (e.g. 'amazon.com') max_results: Max reviews (default 20)
| Paramètre | Type | Description |
|---|---|---|
| company* | string | — |
| max_results | integer | — |
review-intelligence__g2_reviews[Review Intelligence] Get G2 software reviews. Returns ratings, pros, cons, use cases.
Args:
product: Software product name (e.g. 'Salesforce')
max_results: Max reviews (default 20)[Review Intelligence] Get G2 software reviews. Returns ratings, pros, cons, use cases. Args: product: Software product name (e.g. 'Salesforce') max_results: Max reviews (default 20)
| Paramètre | Type | Description |
|---|---|---|
| product* | string | — |
| max_results | integer | — |
review-intelligence__yelp_reviews[Review Intelligence] Get Yelp business reviews. Returns ratings, review text, photos.
Args:
business: Business name or type (e.g. 'pizza')
location: City (optional, e.g. 'Chicago')
max_results: Max results (default 20)[Review Intelligence] Get Yelp business reviews. Returns ratings, review text, photos. Args: business: Business name or type (e.g. 'pizza') location: City (optional, e.g. 'Chicago') max_results: Max results (default 20)
| Paramètre | Type | Description |
|---|---|---|
| business* | string | — |
| location | string | — |
| max_results | integer | — |
sales-intelligence__find_company_emails[Sales Intelligence] Find publicly available business email addresses for a company domain.
Wraps `nexgendata/company-email-finder`. Returns probable role-based
emails (info@, sales@, support@, etc.) plus any verified contacts
discovered by crawling the homepage and common contact pages.
Args:
d…[Sales Intelligence] Find publicly available business email addresses for a company domain. Wraps `nexgendata/company-email-finder`. Returns probable role-based emails (info@, sales@, support@, etc.) plus any verified contacts discovered by crawling the homepage and common contact pages. Args: d…
| Paramètre | Type | Description |
|---|---|---|
| domain* | string | — |
sales-intelligence__enrich_company[Sales Intelligence] Enrich a single company with domain, description, industry, employee
band, social profiles, and (where available) email patterns.
Wraps `nexgendata/company-enrichment-tool`. Accepts either a free-form
company name ("Stripe") or a domain ("stripe.com").
Args:
domain_or_name:…[Sales Intelligence] Enrich a single company with domain, description, industry, employee band, social profiles, and (where available) email patterns. Wraps `nexgendata/company-enrichment-tool`. Accepts either a free-form company name ("Stripe") or a domain ("stripe.com"). Args: domain_or_name:…
| Paramètre | Type | Description |
|---|---|---|
| domain_or_name* | string | — |
sales-intelligence__aggregate_company_profile[Sales Intelligence] Build a full company profile by aggregating across multiple public
sources: homepage, /about, /careers, JSON-LD schema, plus Crunchbase
free-tier funding scrape when `include_funding=True`.
Wraps `nexgendata/company-data-aggregator`. The richest of the
company-research tools —…[Sales Intelligence] Build a full company profile by aggregating across multiple public sources: homepage, /about, /careers, JSON-LD schema, plus Crunchbase free-tier funding scrape when `include_funding=True`. Wraps `nexgendata/company-data-aggregator`. The richest of the company-research tools —…
| Paramètre | Type | Description |
|---|---|---|
| name_or_domain* | string | — |
| include_funding | boolean | — |
sales-intelligence__find_b2b_leads[Sales Intelligence] Find B2B sales leads matching an industry / geography / size filter.
Wraps `nexgendata/b2b-leads-finder`. Returns company-level leads with
names, domains, and (where available) job-title contacts that match
a Marketing Manager / sales-decision-maker profile. Use
`enrich_lead_l…[Sales Intelligence] Find B2B sales leads matching an industry / geography / size filter. Wraps `nexgendata/b2b-leads-finder`. Returns company-level leads with names, domains, and (where available) job-title contacts that match a Marketing Manager / sales-decision-maker profile. Use `enrich_lead_l…
| Paramètre | Type | Description |
|---|---|---|
| industry* | string | — |
| country | — | — |
| employee_band | — | — |
| limit | integer | — |
sales-intelligence__enrich_lead_list[Sales Intelligence] Bulk-enrich a list of company domains with emails, contact pages,
social profiles, and (where available) phone numbers.
Wraps `nexgendata/lead-list-enricher`. Best used after `find_b2b_leads`
to add contact-tier data to a freshly built lead list. Up to ~50
domains per call rec…[Sales Intelligence] Bulk-enrich a list of company domains with emails, contact pages, social profiles, and (where available) phone numbers. Wraps `nexgendata/lead-list-enricher`. Best used after `find_b2b_leads` to add contact-tier data to a freshly built lead list. Up to ~50 domains per call rec…
| Paramètre | Type | Description |
|---|---|---|
| domains* | array | — |
sales-intelligence__detect_hiring_signal[Sales Intelligence] Detect hiring-momentum signals for a list of companies. Aggregates
open-role counts, growth-related keywords (Series A/B/C, scaling,
expansion), and trend indicators from job boards.
Wraps `nexgendata/hiring-signal-detector`. Useful for sales prospecting
("which of my target a…[Sales Intelligence] Detect hiring-momentum signals for a list of companies. Aggregates open-role counts, growth-related keywords (Series A/B/C, scaling, expansion), and trend indicators from job boards. Wraps `nexgendata/hiring-signal-detector`. Useful for sales prospecting ("which of my target a…
| Paramètre | Type | Description |
|---|---|---|
| company_slugs* | array | — |
sales-intelligence__track_startup_funding[Sales Intelligence] Track recent startup funding announcements filtered by stage and
sector.
Wraps `nexgendata/startup-funding-tracker`. Returns recent rounds
(Crunchbase News + TechCrunch + sector press) including company,
amount, round type, investors, and date.
Args:
stage: Optional stage fi…[Sales Intelligence] Track recent startup funding announcements filtered by stage and sector. Wraps `nexgendata/startup-funding-tracker`. Returns recent rounds (Crunchbase News + TechCrunch + sector press) including company, amount, round type, investors, and date. Args: stage: Optional stage fi…
| Paramètre | Type | Description |
|---|---|---|
| stage | — | — |
| sector | — | — |
| days_back | integer | — |
sales-intelligence__detect_tech_stack[Sales Intelligence] Detect the technology stack used by a website (frameworks, CMS,
analytics, payment, hosting, security, marketing tools).
Wraps `nexgendata/wappalyzer-replacement`. Drop-in replacement for
the discontinued Wappalyzer API — returns categorized technology
detections with version…[Sales Intelligence] Detect the technology stack used by a website (frameworks, CMS, analytics, payment, hosting, security, marketing tools). Wraps `nexgendata/wappalyzer-replacement`. Drop-in replacement for the discontinued Wappalyzer API — returns categorized technology detections with version…
| Paramètre | Type | Description |
|---|---|---|
| domain* | string | — |
sales-intelligence__find_yc_companies[Sales Intelligence] Find Y Combinator companies, optionally filtered by batch (e.g.
"W26", "S25") or status ("Active", "Acquired", "Public").
Wraps `nexgendata/yc-companies-directory-scraper`. Returns the YC
directory entries (company name, batch, description, website,
industries, location, statu…[Sales Intelligence] Find Y Combinator companies, optionally filtered by batch (e.g. "W26", "S25") or status ("Active", "Acquired", "Public"). Wraps `nexgendata/yc-companies-directory-scraper`. Returns the YC directory entries (company name, batch, description, website, industries, location, statu…
| Paramètre | Type | Description |
|---|---|---|
| batch | — | — |
| stage | — | — |
sales-intelligence__search_linkedin_jobs[Sales Intelligence] Search LinkedIn for public job postings matching a query.
Wraps `nexgendata/linkedin-jobs-scraper`. Returns job title, company,
location, posted date, and description. Posted-within filter is a
soft hint applied client-side via the LinkedIn search UI.
Args:
query: Free-text…[Sales Intelligence] Search LinkedIn for public job postings matching a query. Wraps `nexgendata/linkedin-jobs-scraper`. Returns job title, company, location, posted date, and description. Posted-within filter is a soft hint applied client-side via the LinkedIn search UI. Args: query: Free-text…
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| location | — | — |
| posted_within_days | integer | — |
seo-web-analysis__crawl_website[SEO & Web Analysis] Crawl a website and extract structured content from pages. Returns titles, headings, text, and links.
Args:
url: Starting URL to crawl (e.g. 'https://example.com')
max_pages: Maximum pages to crawl (default 10)[SEO & Web Analysis] Crawl a website and extract structured content from pages. Returns titles, headings, text, and links. Args: url: Starting URL to crawl (e.g. 'https://example.com') max_pages: Maximum pages to crawl (default 10)
| Paramètre | Type | Description |
|---|---|---|
| url* | string | — |
| max_pages | integer | — |
seo-web-analysis__detect_tech_stack[SEO & Web Analysis] Detect the technology stack of a website — frameworks, CMS, analytics, CDN, hosting, and more.
Args:
url: Website URL to analyze (e.g. 'https://example.com')[SEO & Web Analysis] Detect the technology stack of a website — frameworks, CMS, analytics, CDN, hosting, and more. Args: url: Website URL to analyze (e.g. 'https://example.com')
| Paramètre | Type | Description |
|---|---|---|
| url* | string | — |
seo-web-analysis__check_dns[SEO & Web Analysis] Look up DNS records for a domain. Returns A, AAAA, MX, NS, TXT, and CNAME records.
Args:
domain: Domain name (e.g. 'example.com')[SEO & Web Analysis] Look up DNS records for a domain. Returns A, AAAA, MX, NS, TXT, and CNAME records. Args: domain: Domain name (e.g. 'example.com')
| Paramètre | Type | Description |
|---|---|---|
| domain* | string | — |
seo-web-analysis__check_ssl[SEO & Web Analysis] Check SSL certificate details for a domain — issuer, expiry, protocol version, and validity.
Args:
domain: Domain to check (e.g. 'example.com')[SEO & Web Analysis] Check SSL certificate details for a domain — issuer, expiry, protocol version, and validity. Args: domain: Domain to check (e.g. 'example.com')
| Paramètre | Type | Description |
|---|---|---|
| domain* | string | — |
seo-web-analysis__lookup_whois[SEO & Web Analysis] Look up WHOIS registration data for a domain — registrar, creation date, expiry, nameservers.
Args:
domain: Domain name (e.g. 'example.com')[SEO & Web Analysis] Look up WHOIS registration data for a domain — registrar, creation date, expiry, nameservers. Args: domain: Domain name (e.g. 'example.com')
| Paramètre | Type | Description |
|---|---|---|
| domain* | string | — |
social-content__search_devto[Social Content] Search dev.to for developer articles and tutorials.
Args:
query: Search query (e.g. 'react hooks', 'python fastapi')
max_results: Maximum articles (default 10)[Social Content] Search dev.to for developer articles and tutorials. Args: query: Search query (e.g. 'react hooks', 'python fastapi') max_results: Maximum articles (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
social-content__get_steam_games[Social Content] Search Steam for games. Returns titles, prices, ratings, and descriptions.
Args:
query: Game name or search term (e.g. 'cyberpunk', 'strategy')
max_results: Maximum games (default 10)[Social Content] Search Steam for games. Returns titles, prices, ratings, and descriptions. Args: query: Game name or search term (e.g. 'cyberpunk', 'strategy') max_results: Maximum games (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
social-content__search_podcasts[Social Content] Search for podcast episodes by topic.
Args:
query: Topic or podcast name (e.g. 'artificial intelligence', 'startup')
max_results: Maximum episodes (default 10)[Social Content] Search for podcast episodes by topic. Args: query: Topic or podcast name (e.g. 'artificial intelligence', 'startup') max_results: Maximum episodes (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
social-content__search_events[Social Content] Search Eventbrite for upcoming events.
Args:
query: Event topic (e.g. 'tech meetup', 'AI conference')
location: City or region (e.g. 'San Francisco')[Social Content] Search Eventbrite for upcoming events. Args: query: Event topic (e.g. 'tech meetup', 'AI conference') location: City or region (e.g. 'San Francisco')
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| location | string | — |
sports__get_nba_scores[Sports Data] Get today's NBA basketball scores, schedules, and game results. Returns teams, scores, game status (live/final/scheduled), and tip-off times.[Sports Data] Get today's NBA basketball scores, schedules, and game results. Returns teams, scores, game status (live/final/scheduled), and tip-off times.
Aucun schéma d’entrée n’a été publié pour cet outil.
sports__get_nfl_scores[Sports Data] Get current NFL football scores, schedules, and game results. Returns teams, scores, quarters, game status, and kickoff times.[Sports Data] Get current NFL football scores, schedules, and game results. Returns teams, scores, quarters, game status, and kickoff times.
Aucun schéma d’entrée n’a été publié pour cet outil.
sports__get_nhl_scores[Sports Data] Get today's NHL hockey scores, schedules, and game results. Returns teams, scores, periods, game status, and start times.[Sports Data] Get today's NHL hockey scores, schedules, and game results. Returns teams, scores, periods, game status, and start times.
Aucun schéma d’entrée n’a été publié pour cet outil.
sports__get_all_scores[Sports Data] Get scores from ALL major sports leagues (NBA, NFL, NHL) in one call. Perfect for a daily sports briefing.[Sports Data] Get scores from ALL major sports leagues (NBA, NFL, NHL) in one call. Perfect for a daily sports briefing.
Aucun schéma d’entrée n’a été publié pour cet outil.
travel__search_airbnb[Travel Intelligence] Search Airbnb listings by location. Returns prices, ratings, amenities, and host info.
Args:
location: City or area (e.g. 'Paris, France')
checkin: Check-in date YYYY-MM-DD (optional)
checkout: Check-out date YYYY-MM-DD (optional)
max_results: Max listings to return (defa…[Travel Intelligence] Search Airbnb listings by location. Returns prices, ratings, amenities, and host info. Args: location: City or area (e.g. 'Paris, France') checkin: Check-in date YYYY-MM-DD (optional) checkout: Check-out date YYYY-MM-DD (optional) max_results: Max listings to return (defa…
| Paramètre | Type | Description |
|---|---|---|
| location* | string | — |
| checkin | string | — |
| checkout | string | — |
| max_results | integer | — |
travel__search_hotels[Travel Intelligence] Search Booking.com for hotels. Returns prices, ratings, and amenities.
Args:
destination: City or area (e.g. 'Tokyo, Japan')
max_results: Max results (default 20)[Travel Intelligence] Search Booking.com for hotels. Returns prices, ratings, and amenities. Args: destination: City or area (e.g. 'Tokyo, Japan') max_results: Max results (default 20)
| Paramètre | Type | Description |
|---|---|---|
| destination* | string | — |
| max_results | integer | — |
travel__search_tripadvisor[Travel Intelligence] Search TripAdvisor for restaurants, attractions, or hotels with reviews.
Args:
query: Search query (e.g. 'best restaurants in Rome')
max_results: Max results (default 20)[Travel Intelligence] Search TripAdvisor for restaurants, attractions, or hotels with reviews. Args: query: Search query (e.g. 'best restaurants in Rome') max_results: Max results (default 20)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
weather__get_weather[Weather] Get current weather and forecast for a location. Returns conditions, temperature, humidity, wind, and multi-day forecast.
Args:
location: City name or coordinates (e.g. 'London, UK', 'New York, NY', '37.7749,-122.4194')[Weather] Get current weather and forecast for a location. Returns conditions, temperature, humidity, wind, and multi-day forecast. Args: location: City name or coordinates (e.g. 'London, UK', 'New York, NY', '37.7749,-122.4194')
| Paramètre | Type | Description |
|---|---|---|
| location* | string | — |
web-scraping__crawl_website[Web Scraping] Crawl a website and extract its content as structured data.
Args:
url: Website URL to crawl (e.g. 'https://example.com')
max_pages: Max pages to crawl (default 5)[Web Scraping] Crawl a website and extract its content as structured data. Args: url: Website URL to crawl (e.g. 'https://example.com') max_pages: Max pages to crawl (default 5)
| Paramètre | Type | Description |
|---|---|---|
| url* | string | — |
| max_pages | integer | — |
web-scraping__google_search[Web Scraping] Search Google and return organic results with titles, URLs, snippets.
Args:
query: Search query (e.g. 'best python libraries 2026')
max_results: Max results (default 10)[Web Scraping] Search Google and return organic results with titles, URLs, snippets. Args: query: Search query (e.g. 'best python libraries 2026') max_results: Max results (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
web-scraping__wikipedia_lookup[Web Scraping] Look up a Wikipedia article and return its content.
Args:
topic: Topic to look up (e.g. 'Artificial intelligence')[Web Scraping] Look up a Wikipedia article and return its content. Args: topic: Topic to look up (e.g. 'Artificial intelligence')
| Paramètre | Type | Description |
|---|---|---|
| topic* | string | — |
yahoo-finance__get_stock_quote[Yahoo Finance] Get the current stock quote for a ticker symbol. Returns price, change, volume, market cap, P/E ratio.
Args:
ticker: Stock ticker symbol (e.g. 'AAPL', 'TSLA', 'MSFT')[Yahoo Finance] Get the current stock quote for a ticker symbol. Returns price, change, volume, market cap, P/E ratio. Args: ticker: Stock ticker symbol (e.g. 'AAPL', 'TSLA', 'MSFT')
| Paramètre | Type | Description |
|---|---|---|
| ticker* | string | — |
yahoo-finance__get_multiple_quotes[Yahoo Finance] Get current quotes for multiple stocks at once.
Args:
tickers: List of ticker symbols (e.g. ['AAPL', 'GOOGL', 'MSFT'])[Yahoo Finance] Get current quotes for multiple stocks at once. Args: tickers: List of ticker symbols (e.g. ['AAPL', 'GOOGL', 'MSFT'])
| Paramètre | Type | Description |
|---|---|---|
| tickers* | array | — |
yahoo-finance__compare_stocks[Yahoo Finance] Compare multiple stocks side by side with key metrics.
Args:
tickers: List of ticker symbols to compare (e.g. ['AAPL', 'MSFT', 'GOOGL'])[Yahoo Finance] Compare multiple stocks side by side with key metrics. Args: tickers: List of ticker symbols to compare (e.g. ['AAPL', 'MSFT', 'GOOGL'])
| Paramètre | Type | Description |
|---|---|---|
| tickers* | array | — |
youtube-media__youtube_transcript[YouTube & Media] Extract transcript/subtitles from a YouTube video.
Args:
video_url: YouTube video URL (e.g. 'https://youtube.com/watch?v=...')
language: Language code (default 'en')[YouTube & Media] Extract transcript/subtitles from a YouTube video. Args: video_url: YouTube video URL (e.g. 'https://youtube.com/watch?v=...') language: Language code (default 'en')
| Paramètre | Type | Description |
|---|---|---|
| video_url* | string | — |
| language | string | — |
youtube-media__search_podcasts[YouTube & Media] Search for podcast episodes by topic.
Args:
query: Search query (e.g. 'AI startups')
max_results: Max episodes (default 20)[YouTube & Media] Search for podcast episodes by topic. Args: query: Search query (e.g. 'AI startups') max_results: Max episodes (default 20)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
youtube-media__imdb_search[YouTube & Media] Search IMDB for movies and TV shows. Returns titles, ratings, cast.
Args:
query: Movie or show title (e.g. 'Inception')
max_results: Max results (default 10)[YouTube & Media] Search IMDB for movies and TV shows. Returns titles, ratings, cast. Args: query: Movie or show title (e.g. 'Inception') max_results: Max results (default 10)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
152 outils sur 152 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
+ 112 de plus observés sur cette entrée.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.