Outscraper MCP Server MCP Server
io.github.outscraper/outscraper-mcp-server
What is the Outscraper MCP Server MCP server?
Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data.
How to install Outscraper MCP Server
Copy-paste configuration for popular MCP clients.
OUTSCRAPER_API_KEYrequiredsecretYour Outscraper API key. Required for authenticated tool calls in stdio mode and for non-cloud HTTP deployments.
CLOUD_SERVICESet to true to require the API key from Authorization or X-API-KEY headers in HTTP mode
HTTP_STREAMABLE_SERVERSet to true to run the server over stateless Streamable HTTP instead of stdio
SSE_LOCALSet to true to run a local stateful HTTP/SSE mode with session management
HTTP_STATEFUL_SERVERAlternative flag for enabling stateful HTTP session mode
HOSTHTTP bind host used when HTTP_STREAMABLE_SERVER=true
PORTHTTP bind port used when HTTP_STREAMABLE_SERVER=true
X-OUTSCRAPER-API-KEYrequiredsecretYour Outscraper API key.
{
"mcpServers": {
"outscraper-mcp-server": {
"command": "npx",
"args": [
"-y",
"outscraper-mcp"
],
"env": {
"OUTSCRAPER_API_KEY": "<YOUR_OUTSCRAPER_API_KEY>",
"CLOUD_SERVICE": "<YOUR_CLOUD_SERVICE>",
"HTTP_STREAMABLE_SERVER": "<YOUR_HTTP_STREAMABLE_SERVER>",
"SSE_LOCAL": "<YOUR_SSE_LOCAL>",
"HTTP_STATEFUL_SERVER": "<YOUR_HTTP_STATEFUL_SERVER>",
"HOST": "<YOUR_HOST>",
"PORT": "<YOUR_PORT>",
"X-OUTSCRAPER-API-KEY": "<YOUR_X_OUTSCRAPER_API_KEY>"
}
}
}
}{
"mcpServers": {
"outscraper-mcp-server": {
"command": "npx",
"args": [
"-y",
"outscraper-mcp"
],
"env": {
"OUTSCRAPER_API_KEY": "<YOUR_OUTSCRAPER_API_KEY>",
"CLOUD_SERVICE": "<YOUR_CLOUD_SERVICE>",
"HTTP_STREAMABLE_SERVER": "<YOUR_HTTP_STREAMABLE_SERVER>",
"SSE_LOCAL": "<YOUR_SSE_LOCAL>",
"HTTP_STATEFUL_SERVER": "<YOUR_HTTP_STATEFUL_SERVER>",
"HOST": "<YOUR_HOST>",
"PORT": "<YOUR_PORT>",
"X-OUTSCRAPER-API-KEY": "<YOUR_X_OUTSCRAPER_API_KEY>"
}
}
}
}{
"mcpServers": {
"outscraper-mcp-server": {
"command": "npx",
"args": [
"-y",
"outscraper-mcp"
],
"env": {
"OUTSCRAPER_API_KEY": "<YOUR_OUTSCRAPER_API_KEY>",
"CLOUD_SERVICE": "<YOUR_CLOUD_SERVICE>",
"HTTP_STREAMABLE_SERVER": "<YOUR_HTTP_STREAMABLE_SERVER>",
"SSE_LOCAL": "<YOUR_SSE_LOCAL>",
"HTTP_STATEFUL_SERVER": "<YOUR_HTTP_STATEFUL_SERVER>",
"HOST": "<YOUR_HOST>",
"PORT": "<YOUR_PORT>",
"X-OUTSCRAPER-API-KEY": "<YOUR_X_OUTSCRAPER_API_KEY>"
}
}
}
}{
"servers": {
"outscraper-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"outscraper-mcp"
],
"env": {
"OUTSCRAPER_API_KEY": "<YOUR_OUTSCRAPER_API_KEY>",
"CLOUD_SERVICE": "<YOUR_CLOUD_SERVICE>",
"HTTP_STREAMABLE_SERVER": "<YOUR_HTTP_STREAMABLE_SERVER>",
"SSE_LOCAL": "<YOUR_SSE_LOCAL>",
"HTTP_STATEFUL_SERVER": "<YOUR_HTTP_STATEFUL_SERVER>",
"HOST": "<YOUR_HOST>",
"PORT": "<YOUR_PORT>",
"X-OUTSCRAPER-API-KEY": "<YOUR_X_OUTSCRAPER_API_KEY>"
}
}
}
}claude mcp add outscraper-mcp-server --env OUTSCRAPER_API_KEY=<YOUR_OUTSCRAPER_API_KEY> --env CLOUD_SERVICE=<YOUR_CLOUD_SERVICE> --env HTTP_STREAMABLE_SERVER=<YOUR_HTTP_STREAMABLE_SERVER> --env SSE_LOCAL=<YOUR_SSE_LOCAL> --env HTTP_STATEFUL_SERVER=<YOUR_HTTP_STATEFUL_SERVER> --env HOST=<YOUR_HOST> --env PORT=<YOUR_PORT> --env X-OUTSCRAPER-API-KEY=<YOUR_X_OUTSCRAPER_API_KEY> -- npx -y outscraper-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.