OpenWeb Ninja MCP
Official OpenWeb Ninja MCP server connecting any AI agent to 40+ web data APIs for web search, e-commerce, local business, jobs, real estate, and finance data.
Ads
Overview
Official Model Context Protocol server for OpenWeb Ninja APIs. Gives any MCP-compatible AI agent (Claude, Cursor, Cline, and others) real-time access to web search, local business data, jobs, e-commerce, real estate, finance, news, and more, through a single connection. One tool per API product (41 tools), each exposing that API's operations, plus a subscribe tool for adding an API's free tier on demand — 42 tools in total. Schemas are generated directly from OpenWeb Ninja's OpenAPI specs, so the server always matches the live APIs.
Installation
npx -y @openwebninja/mcp-server
Configuration
{
"mcpServers": {
"openwebninja": {
"command": "npx",
"args": [
"-y",
"@openwebninja/mcp-server"
],
"env": {
"OPENWEBNINJA_API_KEY": "your-api-key"
}
}
}
}Capabilities
- Search the web in real time
ask for current web results, news, forums, images, or videos using `realtime_web_search`, `real_time_news_search`, `realtime_forums_search`, and related tools.
- Find local businesses and reviews
look up business details, Yelp data, Trustpilot reviews, or get driving directions via `local_business_data`, `yelp_business_data`, `trustpilot_company_and_reviews`, and `driving_directions`.
- Search jobs and salaries
query job listings with `jsearch` or retrieve salary and company review data from `job_salary_data` and `realtime_glassdoor_data`.
- Research products and prices
get Amazon, Walmart, eBay, Costco, or Wayfair product data through `realtime_amazon_data`, `real_time_walmart_data`, `real_time_ebay_data`, and similar tools.
- Access real estate listings
pull property data from Zillow or Redfin using `realtime_zillow_data` and `real_time_redfin_data`.
- Add an API on demand
use `subscribe` to activate the free tier of any OpenWeb Ninja API without leaving the conversation.
Tags
- real-estate
- data-analysis
- search
- knowledge-retrieval
- web-scraping
Related MCP servers
Skyvern
OfficialAI-powered browser automation MCP server — navigate sites, fill forms, extract data, and handle logins via Claude Code CLI
Firecrawl
OfficialExtract web data with Firecrawl
Apify
OfficialOfficial Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
Bright Data
OfficialDiscover, extract, and interact with the web - one interface powering automated access across the public internet.