Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp152 Tools · 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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")
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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")
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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")
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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'])
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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":…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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'])
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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).
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
playwright__set_cookies[Playwright Browser] Set cookies for the current browser context.[Playwright Browser] Set cookies for the current browser context.
| Parameter | Typ | Beschreibung |
|---|---|---|
| cookies* | array | — |
playwright__close_browser[Playwright Browser] Close the underlying browser, freeing resources.[Playwright Browser] Close the underlying browser, freeing resources.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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/...')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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")
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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:…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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 —…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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'])
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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'])
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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')
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | — |
| max_results | integer | — |
152 von 152 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
+ 112 weitere bei diesem Eintrag beobachtet.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.