Outscraper MCP Server

Outscraper MCP Server

Provides access to Outscraper's data extraction services for business intelligence, location data, and reviews across platforms like Google Maps, Amazon, and Yelp. It enables AI assistants to perform comprehensive web scraping tasks including contact information retrieval and geolocation services.

Category
Visit Server

README

Outscraper MCP Server

smithery PyPI version Python 3.10+

A comprehensive Model Context Protocol (MCP) server that provides AI assistants with access to Outscraper's data extraction services. This server implements 25+ tools for extracting business intelligence, location data, reviews, and contact information from Google Maps, Amazon, Yelp, Trustpilot, and many other online platforms with high reliability and performance.

πŸš€ Features

Google Maps Data Extraction

  • πŸ—ΊοΈ Google Maps Search - Search for businesses and places with detailed information
  • ⭐ Google Maps Reviews - Extract customer reviews from any Google Maps place
  • πŸ“Έ Google Maps Photos - Get photos from Google Maps places
  • 🧭 Google Maps Directions - Get directions between locations on Google Maps

Search & Reviews

  • πŸ” Google Search - Search Google and retrieve organic listings, ads, and related data
  • πŸ“° Google Search News - Search Google News for articles and metadata
  • πŸ“± Google Play Reviews - Get reviews for apps from Google Play Store
  • πŸ›’ Amazon Products - Get information about products on Amazon
  • πŸ“ Amazon Reviews - Extract reviews from Amazon products
  • 🏨 Tripadvisor Reviews - Get reviews from Tripadvisor businesses
  • πŸ“² Apple Store Reviews - Extract reviews from AppStore apps
  • πŸ“Ί YouTube Comments - Get comments from YouTube videos
  • πŸ’Ό G2 Reviews - Extract reviews from G2 products
  • βœ… Trustpilot Data & Reviews - Get business data and reviews from Trustpilot
  • πŸ‘” Glassdoor Reviews - Extract company reviews from Glassdoor
  • πŸ’» Capterra Reviews - Get software product reviews from Capterra

Business & Contact Intelligence

  • πŸ“§ Emails & Contacts - Extract emails and contact information from websites
  • πŸ“ž Phones Enricher - Get carrier data and validate phone numbers
  • 🏒 Company Insights - Find company details like revenue, size, founding year, etc.
  • πŸ“¨ Email Validation - Validate email addresses and check deliverability
  • πŸ“‘ Whitepages Data - Get insights about addresses and phone number owners

Geolocation Services

  • πŸ“ Geocoding - Convert addresses to coordinates (latitude, longitude)
  • πŸ—ΊοΈ Reverse Geocoding - Convert coordinates to human-readable addresses

Advanced Capabilities

  • Data Enrichment - Enhance results with additional contact information via enrichment parameter
  • Multi-language Support - Search and extract data in different languages
  • Regional Filtering - Target specific countries/regions for localized results
  • Flexible Sorting - Sort reviews by relevance, date, rating, etc.
  • Time-based Filtering - Filter reviews by date using cutoff parameter
  • High Volume Support - Handles async processing for large requests automatically
  • Pagination Support - Skip and limit parameters for handling large result sets

Installation

Installing via Smithery (Recommended)

To install the Outscraper MCP server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install outscraper-mcp-server --client claude

Installing via PyPI

# Using pip
pip install outscraper-mcp-server

# Using uv (recommended)
uv add outscraper-mcp-server

# Using uvx for one-time execution
uvx outscraper-mcp-server

Manual Installation

git clone https://github.com/outscraper/outscraper-mcp
cd outscraper-mcp-server

# Using uv (recommended)
uv sync

# Using pip
pip install -e .

Configuration

Get Your API Key

  1. Sign up at Outscraper
  2. Get your API key from the profile page

Set Environment Variable

export OUTSCRAPER_API_KEY="your_api_key_here"

Or create a .env file:

OUTSCRAPER_API_KEY=your_api_key_here

Link to the profile page to create the API key

Client Configuration

Claude Desktop

Add to your claude_desktop_config.json:

Via Smithery (Automatic):

{
  "mcpServers": {
    "outscraper": {
      "command": "npx",
      "args": ["-y", "@smithery/cli", "run", "outscraper-mcp-server"],
      "env": {
        "OUTSCRAPER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Via Local Installation:

{
  "mcpServers": {
    "outscraper": {
      "command": "uvx",
      "args": ["outscraper-mcp-server"],
      "env": {
        "OUTSCRAPER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Via Manual Installation:

{
  "mcpServers": {
    "outscraper": {
      "command": "uv",
      "args": ["run", "python", "-m", "outscraper_mcp_server"],
      "env": {
        "OUTSCRAPER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Cursor AI

Automatic Installation with UVX (Recommended):

{
  "mcpServers": {
    "outscraper": {
      "command": "uvx",
      "args": ["outscraper-mcp-server"],
      "env": {
        "OUTSCRAPER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Manual Installation:

{
  "mcpServers": {
    "outscraper": {
      "command": "outscraper-mcp-server",
      "env": {
        "OUTSCRAPER_API_KEY": "your_api_key_here"
      }
    }
  }
}

πŸ”„ Integration with MCP Clients

This server is compatible with any MCP client, including:

  • Claude Desktop
  • Cursor AI
  • Windsurf IDE
  • Raycast
  • VS Code with MCP extensions
  • Custom MCP clients

πŸ“Š Rate Limits & Pricing

  • Check Outscraper Pricing for current rates
  • API key usage is tracked per request
  • Consider implementing caching for frequently accessed data

πŸ“„ License

Experimental Software License - see LICENSE file for details.

Notice: This software is experimental and free to use for all purposes. Created by nikolaout.

πŸ”— Links

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured