Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Official MCP server for Outscraper.
Connect AI agents to Outscraper for business discovery, Google Maps intelligence, company and contact enrichment, review analysis, search, and structured web extraction.
businesses_search, then enrich a chosen record with businesses_getrequests_getai_scraperIt exposes production-ready MCP tools for:
The server supports stdio and HTTP transports, npm-based installation, hosted header or URL auth, and a normalized structuredContent result shape for MCP clients and agents.
This MCP server exposes Outscraper data sources and enrichment workflows to MCP-compatible clients.
It is designed for:
ai_scraperrequests_getIn practice, the server acts as a thin MCP layer over the Outscraper API:
For MCP clients, configure:
npx["-y", "outscraper-mcp"]OUTSCRAPER_API_KEY=YOUR_API_KEYFor task-oriented workflows, copy-paste examples, and example agent skills, see the examples folder.
pingbusinesses_searchbusinesses_getai_scrapergoogle_maps_searchgoogle_maps_reviewscompany_insightsemails_and_contactsemails_validatorgoogle_maps_photoschain_infoyellowpages_searchbooking_reviewsphones_enrichertp_data (legacy alias for trustpilot_data)trustpilot_datatp_reviews (legacy alias for trustpilot_reviews)trustpilot_reviewsyelp_reviewstripadvisor_searchtripadvisor_reviewsgoogle_searchgoogle_search_imagesindeed_searchbalance_getrequests_getrequests_listrequests_deleteThese tools are aligned to the current documented Outscraper API shapes, including:
POST /businessesPOST /ai-scraperGET /businesses/{business_id}GET /google-maps-searchGET /google-maps-photosGET /google-searchGET /google-search-imagesGET /yellowpages-searchGET /booking-reviewsGET /phones-enricherGET /trustpilotGET /trustpilot-reviewsGET /yelp-reviewsGET /tripadvisor-searchGET /tripadvisor-reviewsGET /indeed-searchGET /google-maps-reviewsGET /company-insightsGET /emails-and-contactsGET /email-validatorai_chain_info enrichment via google-maps-searchGET /profile/balanceGET /requests/{requestId}DELETE /requests/{requestId}GET /requestsEvery tool now returns the same structured envelope:
async is present when the response is an async submission or exposes async request metadata.
Async-capable tools now accept:
Available values:
auto: let the MCP server choose sync or asyncsync: force direct response modeasync: force async submission modeThe old boolean async is still accepted for compatibility, but execution_mode now has priority.
The recommended way to use this MCP server is from npm.
Provide OUTSCRAPER_API_KEY through your MCP client config or shell environment.
The server auto-loads .env on startup via dotenv.
On Windows, if a client cannot find npx, use the full Node.js path instead, for example:
Security-sensitive issues should be reported according to SECURITY.md.
The server currently supports these connection patterns:
Best for:
Auth source:
OUTSCRAPER_API_KEY environment variableTransport:
Best for:
Auth source when CLOUD_SERVICE=true:
X-OUTSCRAPER-API-KEYX-API-KEYAuthorization: Bearer <api-key>/v1/mcp/<api-key> path authTransport:
POST /mcpPOST /v1/mcp/<api-key>Best for:
Auth source when CLOUD_SERVICE=true:
Transport:
POST /mcpGET /mcpDELETE /mcp/v1/mcp/<api-key> route patternNote:
If you want to connect this server to ChatGPT as a remote MCP connector, the simplest hosted form is:
Recommended setup:
CLOUD_SERVICE=true.Typical connector values:
Outscraper MCPBusiness discovery, Google Maps data, enrichment, search, and AI scrapinghttps://your-domain.example/v1/mcp/YOUR_API_KEYNoneNotes:
If you want hosted behavior, enable:
Then the HTTP caller can send the Outscraper API key in one of these headers:
Authorization: Bearer <api-key>X-API-KEY: <api-key>X-OUTSCRAPER-API-KEY: <api-key>In CLOUD_SERVICE=true HTTP mode, request headers are used as the API key source. In local stdio mode, OUTSCRAPER_API_KEY is still required.
HTTP requests without one of these auth forms are rejected before MCP processing begins.
For ChatGPT-style connectors or other hosted setups that cannot send custom headers, you can also pass the API key in the path:
This route supports the same MCP behavior as /mcp, but authenticates from the URL path when CLOUD_SERVICE=true.
For server-to-server integrations, header auth is still preferred because URL-based API keys are more likely to appear in logs.
MCP endpoint:
Hosted URL auth endpoint:
Health endpoint:
This repository also includes a docker-compose.yml for hosted/container deployments:
Default container behavior:
3000:3000CLOUD_SERVICE=true0.0.0.0https://api.outscraper.com as the upstream API base URLEndpoints:
Important notes for Docker usage:
This mode uses local session management:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/outscraper-mcp-server)<a href="https://allmcps.com/mcp/outscraper-mcp-server"><img src="https://allmcps.com/api/badge/outscraper-mcp-server?style=directory" alt="Outscraper MCP Server on AllMCPs" /></a>