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.
Tools
ai_scraper
businesses_search
businesses_get
google_maps_search
google_maps_reviews
google_maps_photos
google_search
google_search_images
yellowpages_search
indeed_search
tripadvisor_search
booking_reviews
yelp_reviews
tripadvisor_reviews
tp_data
trustpilot_data
tp_reviews
trustpilot_reviews
emails_validator
phones_enricher
chain_info
company_insights
emails_and_contacts
ping
balance_get
requests_get
requests_list
requests_delete
Server Config
{
"mcpServers": {
"outscraper": {
"command": "npx",
"args": [
"-y",
"outscraper-mcp"
],
"env": {
"OUTSCRAPER_API_KEY": "YOUR_API_KEY"
}
}
}
}