Outscraper MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTSCRAPER_API_KEY | Yes | Your Outscraper API key. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ai_scraperA | Extract structured information from a web page with Outscraper AI Scraper. Best for:
This tool is best for extracting structured data from a single page. How schema works:
Example schema: { "type": "object", "required": [], "properties": { "company_name": { "type": "string" }, "company_description": { "type": "string" }, "people": { "type": "array", "items": { "type": "string" } } } } Execution notes:
|
| businesses_searchA | Search Outscraper businesses using structured filters, a natural-language query, or both. Best for:
Prefer this tool when:
Use this instead of google_maps_search when:
Note:
|
| businesses_getA | Get one business by Outscraper business id. Best for:
Use this after businesses_search when you already know the exact business id. Do not use this for discovery:
|
| google_maps_searchA | Search Google Maps places through Outscraper. Best for:
Prefer this tool when:
Use businesses_search instead when:
Use execution_mode="auto" when:
|
| google_maps_reviewsA | Fetch Google Maps reviews for place ids or place queries. Best for:
Prefer this tool when:
Use async mode when:
Do not use this for basic place discovery:
|
| google_maps_photosA | Fetch Google Maps photos with the documented /google-maps-photos endpoint. Best for:
|
| google_searchC | Search Google with the documented /google-search endpoint. |
| google_search_imagesC | Search Google Images with the documented /google-search-images endpoint. |
| yellowpages_searchC | Search Yellowpages with the documented /yellowpages-search endpoint. |
| indeed_searchC | Search Indeed with the documented /indeed-search endpoint. |
| tripadvisor_searchC | Search Tripadvisor with the documented /tripadvisor-search endpoint. |
| booking_reviewsB | Fetch Booking reviews with the documented /booking-reviews endpoint. |
| yelp_reviewsB | Fetch Yelp reviews with the documented /yelp-reviews endpoint. |
| tripadvisor_reviewsC | Fetch Tripadvisor reviews with the documented /tripadvisor-reviews endpoint. |
| tp_dataA | Legacy alias for trustpilot_data. Prefer trustpilot_data for new integrations. |
| trustpilot_dataC | Fetch Trustpilot business data with the documented /trustpilot endpoint. |
| tp_reviewsA | Legacy alias for trustpilot_reviews. Prefer trustpilot_reviews for new integrations. |
| trustpilot_reviewsC | Fetch Trustpilot reviews with the documented /trustpilot-reviews endpoint. |
| emails_validatorA | Validate email addresses with the documented /email-validator endpoint. Best for:
|
| phones_enricherA | Enrich phone numbers using the documented /phones-enricher endpoint. Best for:
Note: this endpoint is synchronous only and does not support async execution or webhooks. |
| chain_infoA | Detect chain membership using the documented ai_chain_info enrichment. This tool uses the documented enrichment on top of the Google Maps search pipeline. Use it when you want to know whether a business is part of a chain. |
| company_insightsA | Get structured company-level insight data from Outscraper. Best for:
Prefer this tool when:
Use async mode when:
Use emails_and_contacts instead when:
Returns:
|
| emails_and_contactsA | Find emails, phones, and social/contact data from one or more company domains. Best for:
Prefer this tool when:
Use async mode when:
Use company_insights instead when:
|
| pingA | Check whether the Outscraper MCP server is running and return basic server metadata. Best for:
|
| balance_getA | Fetch the current Outscraper account balance and billing summary for the active API key. Best for:
Use this when:
|
| requests_getA | Check the status of an asynchronous Outscraper request. Use this after calling any tool with execution_mode="async" or after an auto-selected async submission. Typical flow:
Use this tool when:
|
| requests_listA | List recent Outscraper requests by bucket. Best for:
Use this when:
|
| requests_deleteA | Delete or terminate an asynchronous Outscraper request by request id. Best for:
Use this carefully:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/outscraper/outscraper-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server