Submit

Outscraper Mcp Server

@outscraper

Outscraper MCP Server provides MCP-compatible clients with access to Outscraper’s data extraction tools. It enables web, business, maps, reviews, and search-related data collection through the Outscraper API using a simple MCP server configuration.
Overview

Outscraper MCP Server

Outscraper MCP Server connects MCP-compatible AI clients to Outscraper’s data extraction and automation capabilities.

It allows AI assistants to use Outscraper services through the Model Context Protocol, making it easier to collect business, search, maps, reviews, and web data directly from an MCP-enabled environment.

Features

  • Connects AI assistants to the Outscraper API
  • Works with MCP-compatible clients
  • Installs easily through npx
  • Supports API-key based authentication
  • Useful for business data extraction, search data, Google Maps data, reviews, and lead generation workflows

Installation

Add the following configuration to your MCP client:

{
  "mcpServers": {
    "outscraper": {
      "command": "npx",
      "args": ["-y", "outscraper-mcp"],
      "env": {
        "OUTSCRAPER_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Server Config

{
  "mcpServers": {
    "outscraper": {
      "command": "npx",
      "args": [
        "-y",
        "outscraper-mcp"
      ],
      "env": {
        "OUTSCRAPER_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.