-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nikolaout edited this page Apr 9, 2026
·
2 revisions
Official MCP server for Outscraper.
It provides MCP tools for:
- business discovery
- Google Maps places, reviews, photos, and chain detection
- company insights
- emails and contacts
- email validation and phone enrichment
- Google Search and Google Images search
- Yellow Pages, Booking, Yelp, Tripadvisor, Trustpilot, and Indeed data
- account balance checks
- async request lifecycle management
Run from npm:
set OUTSCRAPER_API_KEY=YOUR_API_KEY
npx -y outscraper-mcpTypical MCP client configuration:
{
"mcpServers": {
"outscraper": {
"command": "npx",
"args": ["-y", "outscraper-mcp"],
"env": {
"OUTSCRAPER_API_KEY": "YOUR_API_KEY"
}
}
}
}-
stdiotransport for MCP desktop and editor clients - Streamable HTTP mode
- Stateful HTTP/SSE mode
-
execution_modesupport for sync, async, and auto - normalized
structuredContenttool responses - hosted header-based auth mode
Official links: