Skip to main content
Glama

Outscraper MCP Server

by jayozer

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OUTSCRAPER_API_KEYYesYour API key from Outscraper (obtain from https://app.outscraper.com/profile)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
google_maps_search
Search for businesses and places on Google Maps using Outscraper Args: query: Search query (e.g., 'restaurants brooklyn usa', 'hotels paris france') limit: Number of results to return (default: 20, max: 400) language: Language code (default: 'en') region: Country/region code (e.g., 'US', 'GB', 'DE') drop_duplicates: Remove duplicate results (default: False) enrichment: Additional services to run (e.g., ['domains_service', 'emails_validator_service']) Returns: Formatted search results with business information
google_maps_reviews
Extract reviews from Google Maps places using Outscraper Args: query: Place query, place ID, or business name (e.g., 'ChIJrc9T9fpYwokRdvjYRHT8nI4', 'Memphis Seoul brooklyn usa') reviews_limit: Number of reviews to extract per place (default: 10, 0 for unlimited) limit: Number of places to process (default: 1) sort: Sort order for reviews ('most_relevant', 'newest', 'highest_rating', 'lowest_rating') language: Language code (default: 'en') region: Country/region code (e.g., 'US', 'GB', 'DE') cutoff: Unix timestamp to get only reviews after this date Returns: Formatted reviews data with place information and individual reviews

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jayozer/outscraper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server