# io.github.OpenWeb-Ninja/openwebninja-mcp (npm · @openwebninja/mcp-server)

Official MCP server for OpenWeb Ninja APIs - 40+ real-time web data and SERP APIs as MCP tools

- Trust score: 65/100 (medium)
- Change this week: +21
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@openwebninja/mcp-server`: 65/100 (this document), [markdown](https://verifymcp.io/servers/openweb-ninja-openwebninja-mcp/openwebninja-mcp-server.md), [page](https://verifymcp.io/servers/openweb-ninja-openwebninja-mcp/openwebninja-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@openwebninja/mcp-server`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 39 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 6693 tokens (~159/item across 42 items; 42 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add openweb-ninja-openwebninja-mcp -- npx -y @openwebninja/mcp-server
```

### Codex

```bash
codex mcp add openweb-ninja-openwebninja-mcp -- npx -y @openwebninja/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "openweb-ninja-openwebninja-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@openwebninja/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add openweb-ninja-openwebninja-mcp --command npx --arg -y --arg @openwebninja/mcp-server
```

### Hermes

```yaml
mcp_servers:
  openweb-ninja-openwebninja-mcp:
    command: "npx"
    args: ["-y", "@openwebninja/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "openweb-ninja-openwebninja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@openwebninja/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +11)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 54, −11)

- [security regression] Known CVEs: partial → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 65, +8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 57, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 75, +31)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (42)

### `ai_overviews` (~97 tokens)

Fetch Google's AI Overview answer block for a search query.

Operations (set "operation" to one of these; put its parameters in "args"):
\- ai_overviews (required: q): AI Overviews

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `chatgpt` (~100 tokens)

Relay a chat prompt to ChatGPT (OpenAI) and get the model's response.

Operations (set "operation" to one of these; put its parameters in "args"):
\- chat (required: message): Chat

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `copilot` (~95 tokens)

Relay a prompt to Microsoft Copilot and get the response.

Operations (set "operation" to one of these; put its parameters in "args"):
\- copilot (no required params): Copilot

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `driving_directions` (~100 tokens)

Turn-by-turn driving directions and route details between origin and destination.

Operations (set "operation" to one of these; put its parameters in "args"):
\- get_directions (required: origin, destination): Get Directions

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `email_search` (~133 tokens)

Find email addresses for a query within a given email domain (up to 5,000 results).

Operations (set "operation" to one of these; put its parameters in "args"):
\- search_emails (required: query, email_domain): Search Emails

When to use: Use to discover emails by query + domain. To scrape contacts from a known website use website_contacts_scraper.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `ev_charge_finder` (~121 tokens)

Find EV charging stations by location name or by coordinates, with connector and availability details.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search_by_location (required: near): Search by Location
\- search_by_coordinates_point (required: lat, lng): Search by Coordinates Point

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `gemini` (~95 tokens)

Relay a chat prompt to Google Gemini and get the model's response.

Operations (set "operation" to one of these; put its parameters in "args"):
\- chat (required: message): Chat

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `google_ai_mode` (~94 tokens)

Fetch Google's AI Mode conversational answer for a query.

Operations (set "operation" to one of these; put its parameters in "args"):
\- ai_mode (required: prompt): AI Mode

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `job_salary_data` (~119 tokens)

Estimated salary ranges for a job title and location, and company-specific job salaries.

Operations (set "operation" to one of these; put its parameters in "args"):
\- job_salary (required: job_title, location): Job Salary
\- company_job_salary (required: company, job_title): Company Job Salary

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `jsearch` (~197 tokens)

Job search aggregated from Google for Jobs (LinkedIn, Indeed, Glassdoor and more): search jobs, job details, and estimated salaries.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search_v2 (required: query): Job Search V2
\- search (required: query): Job Search
\- job_details (required: job_id): Job Details
\- estimated_salary (required: job_title, location): Job Salary
\- company_job_salary (required: company, job_title): Company Job Salary

When to use: Use to find job postings. For salary data only use job_salary_data; for company reviews/ratings use realtime_glassdoor_data.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `local_business_data` (~365 tokens)

Google Maps business and place data: search businesses, search by area/coordinates/nearby, plus full details, reviews, photos, posts, autocomplete and reverse geocoding. Includes contact info where available.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search
\- search_post (required: queries): Bulk Search
\- search_in_area (required: query, lat, lng, zoom): Area Search (Zoom Level)
\- area_search_by_bounding_box (required: query, bottom_left, top_right): Area Search (Bounding Box)
\- area_search_by_radius (required: query, lat, lng, radius): Area Search (Radius)
\- search_nearby (required: query, lat, lng): Search Nearby
\- business_details (required: business_id): Business Details
\- business_reviews (required: business_id): Business Reviews
\- review_details (required: business_id, review_author_id): Business Review Details
\- business_photos (required: business_id): Business Photos
\- photo_details (required: business_id, photo_id): Business Photo Details
\- business_posts (required: business_id): Buisness Posts
\- reverse_geocoding (required: lat, lng): Reverse Geocoding
\- autocomplete (required: query): Autocomplete

When to use: The primary tool for local businesses and places (Google Maps source). For Yelp use yelp_business_data; for Trustpilot reviews use trustpilot_company_and_reviews.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `local_rank_tracker` (~185 tokens)

Track a business's local search ranking across a geographic grid of coordinates (local SEO rank grid).

Operations (set "operation" to one of these; put its parameters in "args"):
\- places (required: query): Search Business Locations
\- search (required: query, lat, lng): Keyword Search at Coordinate Point
\- calculate_grid_coordinates (required: lat, lng, grid_size, radius): Calculate Grid Coordinate Points
\- ranking_at_coordinate (required: place_id, query, lat, lng): Ranking at Coordinate Point
\- grid (required: place_id, query, lat, lng, grid_size, radius): Full Grid Search

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `play_store_apps` (~220 tokens)

Google Play Store data: app search, app details, reviews, categories, developer apps and more.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: q): Search
\- app_reviews (required: app_id): App Reviews
\- app_details (required: app_id): App Details
\- categories (no required params): App Categories
\- top_grossing_apps (no required params): Top Grossing Apps
\- top_paid_apps (no required params): Top Paid Apps
\- top_free_apps (no required params): Top Free Apps
\- top_free_games (no required params): Top Free Games
\- top_grossing_games (no required params): Top Grossing Games
\- top_paid_games (no required params): Top Paid Games

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `real_time_ebay_data` (~143 tokens)

eBay product search, products by category, product details and seller feedback across eBay domains.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Product Search
\- products_by_category (required: category_id): Products by Category
\- product_details (required: product_id): Product Details
\- seller_feedback (required: seller_id): Seller Feedback

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `real_time_news_search` (~121 tokens)

Flat news article search across many outlets for a keyword query.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search

When to use: Use for a simple article keyword search. For Google News structure (topics, headlines) use realtime_news_data.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `real_time_redfin_data` (~164 tokens)

Redfin real estate data: search listings by location/coordinates/polygon, property details and market trends.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: location): Search
\- search_coordinates (required: ne_lat, ne_lng, sw_lat, sw_lng): Search by Coordinates
\- search_polygon (required: polygon): Search by Polygon
\- property_details (no required params): Property Details
\- market_trends (required: location): Market Trends

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `real_time_video_search` (~120 tokens)

Search videos across YouTube, Vimeo, TikTok and the web for a query.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search

When to use: Use for full-length videos. For short-form clips use realtime_shorts_search.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `real_time_walmart_data` (~151 tokens)

Walmart product search, products by category, product details, offers and reviews.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Product Search
\- products_by_category (required: category_id): Products By Category
\- product_details (required: product_id): Product Details
\- product_offers (required: product_id): Product Offers
\- product_reviews (required: product_id): Product Reviews

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `real_time_wayfair_data` (~122 tokens)

Wayfair product search, product details and reviews (furniture and home goods).

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (no required params): Search
\- product_details (required: sku): Product Details
\- product_reviews (required: sku): Product Reviews

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_amazon_data` (~423 tokens)

Amazon product data: search, products by category, product details/offers/reviews, best sellers, deals, seller and influencer data, ASIN-to-GTIN and more.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Product Search
\- products_by_category (required: category_id): Product by Category
\- product_details (required: asin): Product Details
\- product_reviews (required: asin, cookie): Product Reviews
\- product_review_details (required: review_id, cookie): Product Review Details
\- top_product_reviews (required: asin): Top Product Reviews
\- product_offers (required: asin): Product Offers
\- seller_profile (required: seller_id): Seller Profile
\- seller_reviews (required: seller_id): Seller Reviews
\- seller_products (required: seller_id): Seller Products
\- best_sellers (required: category): Best Sellers
\- deals_v2 (no required params): Deals
\- deal_products (required: deal_id): Deal Products
\- promo_code_details (required: promo_code): Promo Code Details
\- influencer_profile (required: influencer_name): Influencer Profile
\- influencer_posts (required: influencer_name): Influencer Posts
\- influencer_post_products (required: influencer_name, post_id): Influencer Post Products
\- asin_to_gtin (required: asin): ASIN to GTIN
\- gtin_to_asin (required: product_identifier): GTIN to ASIN
\- product_category_list (no required params): Product Category List
\- scrape_by_url (required: url): Scrape By URL

When to use: Use for Amazon specifically. For multi-retailer Google Shopping use realtime_product_search; for Walmart/Costco/Wayfair/eBay use their dedicated tools.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_books_data` (~92 tokens)

Book search with metadata across major book sources.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search Books

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_costco_data` (~102 tokens)

Costco product search and product details.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search
\- product_details (required: product_id): Product Details

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_events_data` (~116 tokens)

Search local and online events, with full event details (concerts, conferences, festivals and more).

Operations (set "operation" to one of these; put its parameters in "args"):
\- search_events (required: query): Search Events
\- event_details (required: event_id): Event Details

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_finance_data` (~307 tokens)

Real-time finance data: stock quotes/overviews, market trends, time series, company financials (income, balance sheet, cash flow), currency exchange and crypto.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search
\- market_trends (required: trend_type): Market Trends
\- stock_quote (required: symbol): Stock Quote
\- stock_time_series (required: symbol): Stock Time Series
\- stock_news (required: symbol): Stock News
\- stock_overview (required: symbol): Stock / Company Overview
\- company_income_statement (required: symbol): Company Income Statement
\- company_balance_sheet (required: symbol): Company Balance Sheet
\- company_cash_flow (required: symbol): Company Cash Flow
\- currency_exchange_rate (required: from_symbol, to_symbol): Currency Exchange Rate
\- currency_time_series (required: from_symbol, to_symbol): Currency Time Series
\- currency_news (required: from_symbol, to_symbol): Currency News
\- stock_quote_yahoo_finance (required: symbol): Stock Quote (Yahu Finance)
\- stock_time_series_yahoo_finance (required: symbol): Stock Time Series (Yahu Finance)

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_forums_search` (~100 tokens)

Search discussion forums and community threads (Reddit and similar) for a query.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search Forums

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_glassdoor_data` (~219 tokens)

Glassdoor company data: company search, overview, reviews, salaries, interviews and jobs.

Operations (set "operation" to one of these; put its parameters in "args"):
\- company_search (required: query): Company Search
\- company_overview (required: company_id): Company Overview
\- company_reviews (required: company_id): Company Reviews
\- company_jobs (required: company_id): Company Jobs
\- company_salaries (required: company_id, job_title): Company Salaries
\- company_salaries_v2 (required: company_id): Company Salaries v2
\- company_interviews (required: company_id): Company Interviews
\- job_search (required: query, location): Job Search
\- salary_estimation (required: job_title, location): Salary Estimate

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_image_search` (~134 tokens)

Google Images search with filters (size, color, type, license) and full image metadata.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search Images

When to use: Use to find images by keyword. To search BY an image (find where it appears) use reverse_image_search or realtime_lens_data.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_lens_data` (~181 tokens)

Google Lens on an image URL: visual matches, exact matches, object detection and OCR text extraction.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: url): Image Search
\- visual_matches (required: url): Visual Matches
\- exact_matches (required: url): Exact Matches
\- object_detection (required: url): Object Detection
\- ocr (required: url): Image to Text (OCR)

When to use: Use for deep visual analysis of an image (objects, text, exact product matches). For simple reverse lookup use reverse_image_search.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_news_data` (~222 tokens)

Google News data: search news, top and topic headlines, by-section and local headlines, and full-story coverage.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search
\- top_headlines (no required params): Top Headlines
\- topic_headlines (required: topic): Topic Headlines
\- topic_news_by_section (required: topic): Topic News By Section
\- local_headlines (required: query): Local Headlines (Geo)
\- full_story_coverage (required: story): Full Story Coverage
\- language_list (required: country): Language List

When to use: Use for structured Google News (headlines, topics, coverage). For a flat news search across outlets use real_time_news_search; for general web results use realtime_web_search.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_product_search` (~221 tokens)

Google Shopping product search across retailers: search, product details, offers (price comparison), reviews and price history.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: q): Product Search
\- search_light (required: q): Product Search Light
\- product_details (required: product_id): Product Details
\- product_offers (required: product_id): Product Offers
\- product_reviews (required: product_id): Product Reviews
\- product_price_history (required: product_id): Product Price History
\- deals (required: q): Deals
\- store_reviews (required: store_domain): Store Reviews

When to use: Use for cross-retailer product/price comparison. For a single retailer use realtime_amazon_data, real_time_walmart_data, etc.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_shorts_search` (~99 tokens)

Search short-form videos (YouTube Shorts and similar) for a query.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: query): Search Shorts

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_web_search` (~184 tokens)

Real-time Google web search (SERP). Organic results, knowledge panels, AI Overviews and AI Mode answers for any query.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: q): Search
\- search_full (required: q): Search Full
\- search_light (required: q): Light Search
\- search_light_post (required: queries): Light Search (Bulk)
\- ai_mode (required: prompt): AI Mode

When to use: Use for general web/Google searches. For news specifically use realtime_news_data; for autocomplete suggestions use web_search_autocomplete.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `realtime_zillow_data` (~245 tokens)

Zillow real estate data: search listings by location/coordinates/polygon, property details, and market trends.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search (required: location): Search
\- search_coordinates (required: long, lat): Search by Coordinates
\- search_polygon (required: polygon): Search by Polygon
\- property_details (no required params): Property Details
\- property_details_address (required: address): Property by Address
\- zestimate (required: zpid): Property Zestimate
\- agent_search (required: location): Agent Search
\- agent_properties_for_sale (required: encodedZuid): Agent Active Listings
\- agent_properties_sold (required: encodedZuid): Agent Sold Listings
\- agent_properties_for_rent (required: encodedZuid): Agent Rental Listings

When to use: Use for Zillow. For Redfin listings use real_time_redfin_data.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `reverse_image_search` (~105 tokens)

Reverse image search: give an image URL, find visually matching and related images across the web.

Operations (set "operation" to one of these; put its parameters in "args"):
\- reverse_image_search (required: url): Reverse Image Search

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `social_links_search` (~117 tokens)

Find social media profile links (Instagram, LinkedIn, X, Facebook, TikTok, YouTube and more) for a query, domain or brand.

Operations (set "operation" to one of these; put its parameters in "args"):
\- search_social_links (required: query): Search Social Links

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `trustpilot_company_and_reviews` (~224 tokens)

Trustpilot company search, company details, reviews, and category company listings.

Operations (set "operation" to one of these; put its parameters in "args"):
\- company_search (required: query): Company Search
\- company_details (required: company_domain): Company Details
\- company_reviews (required: company_domain): Company Reviews
\- category_company_list (required: category_id): Companies by Category
\- category_recently_reviewed_companies (required: category_id): Recently Reviewed Companies in Category
\- category_newest_companies (required: category_id): Newest Companies in Category
\- category_search (required: query): Category Search
\- category_details (required: category_id): Category Details
\- consumer_details (required: consumer_id): Consumer Details
\- consumer_reviews (required: consumer_id): Consumer Reviews

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `waze` (~152 tokens)

Waze data: traffic alerts and jams, driving directions, venue lookup, and place autocomplete.

Operations (set "operation" to one of these; put its parameters in "args"):
\- alerts_and_jams (required: bottom_left, top_right): Alerts and Jams
\- driving_directions (required: source_coordinates, destination_coordinates): Driving Directions
\- venues (required: bottom_left, top_right): Venues
\- autocomplete (required: q, coordinates): Autocomplete

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `web_search_autocomplete` (~108 tokens)

Google search autocomplete / query suggestions for a partial query.

Operations (set "operation" to one of these; put its parameters in "args"):
\- autocomplete (required: query): Autocomplete
\- autocomplete_post (required: queries): Autocomplete (Bulk)

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `web_unblocker` (~148 tokens)

Fetch the raw HTML/content of any URL through OWN's anti-bot proxy network, with optional JavaScript rendering. A general-purpose unblocker for sites without a dedicated tool.

Operations (set "operation" to one of these; put its parameters in "args"):
\- request (required: url): Request

When to use: Use only when no dedicated API covers the target site. Prefer the structured tools (Amazon, Zillow, etc.) when one exists.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `website_contacts_scraper` (~150 tokens)

Extract emails, phone numbers and social links from a website/domain; also find a website URL by keyword.

Operations (set "operation" to one of these; put its parameters in "args"):
\- scrape_contacts (required: query): Scrape Contacts from Website
\- website_url_by_keyword (no required params): Get Website by Keyword

When to use: Use to scrape contacts from a specific domain. To search the web for emails by person/company use email_search.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `yelp_business_data` (~140 tokens)

Yelp business search, business details, and Yelp reviews.

Operations (set "operation" to one of these; put its parameters in "args"):
\- business_search (required: query, location): Business Search
\- business_details (required: business_id): Business Details
\- business_reviews (required: business_id): Business Reviews

When to use: Use for Yelp specifically. For Google Maps businesses use local_business_data.

Input parameters:

- `args` (object): Parameters for the chosen operation as key/value pairs (see the tool description for required params).
- `operation` (string, required): Which endpoint to call. See the tool description for each operation and its parameters.

### `subscribe` (~162 tokens)

Subscribe the current OpenWeb Ninja API key to an API's free (BASIC) tier so that API's tool can be used. Call this when another tool returns a subscription/entitlement error: HTTP 401/403, or a 429 "Too Many Requests" when you have not subscribed to that API yet. Pass api_id = the name of the tool you want to use (e.g. "realtime_image_search"). Free tier only: it never incurs charges and will not alter an existing paid subscription. After it succeeds, wait a few seconds for it to take effect, then retry the original tool.

Input parameters:

- `api_id` (string, required): The id of the API/tool to subscribe to (same as the tool name, e.g. "jsearch").

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/openweb-ninja-openwebninja-mcp/openwebninja-mcp-server#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 54
- 2026-07-31: 65
- 2026-07-30: 57
- 2026-07-29: 75
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/@openwebninja/mcp-server
- Socket report: https://socket.dev/npm/package/@openwebninja/mcp-server
- Repository: https://github.com/OpenWeb-Ninja/openwebninja-mcp
- Website: https://www.openwebninja.com/
- Changelog RSS feed: https://verifymcp.io/servers/openweb-ninja-openwebninja-mcp/openwebninja-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/openweb-ninja-openwebninja-mcp/openwebninja-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/openweb-ninja-openwebninja-mcp/openwebninja-mcp-server
