Skip to main content
Glama
jayozer

Outscraper MCP Server

by jayozer

Server Configuration

Describes the environment variables required to run the server.

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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
google_maps_searchA
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_reviewsB
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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: google_maps_reviews extracts reviews from specific places, while google_maps_search finds businesses and places based on queries. There is no overlap in functionality - one is for retrieving existing reviews, the other is for discovering places.

Naming Consistency5/5

Both tools follow the exact same naming pattern: google_maps_ followed by a descriptive action (reviews, search). The naming is perfectly consistent and immediately communicates what each tool does within the Google Maps/Outscraper domain.

Tool Count2/5

With only 2 tools, this server feels significantly under-scoped for what appears to be a Google Maps data extraction service. While the two tools cover basic search and review extraction, there are likely many other Google Maps operations that would be valuable (business details, photos, directions, etc.).

Completeness2/5

For a Google Maps data extraction server, the surface is severely incomplete. While search and review extraction are useful starting points, there's no coverage for getting detailed business information, extracting photos, retrieving directions, accessing opening hours, or other common Google Maps operations. Agents will hit dead ends trying to perform comprehensive Google Maps tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues