Outscraper MCP Server✓
io.github.outscraper/outscraper-mcp-server · v0.2.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.outscraper/outscraper-mcp-server",
"description": "Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data.",
"title": "Outscraper MCP Server",
"repository": {
"url": "https://github.com/outscraper/outscraper-mcp-server",
"source": "github"
},
"version": "0.2.3",
"packages": [
{
"registryType": "npm",
"identifier": "outscraper-mcp",
"version": "0.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Outscraper API key. Required for authenticated tool calls in stdio mode and for non-cloud HTTP deployments.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OUTSCRAPER_API_KEY"
},
{
"description": "Set to true to require the API key from Authorization or X-API-KEY headers in HTTP mode",
"format": "string",
"name": "CLOUD_SERVICE"
},
{
"description": "Set to true to run the server over stateless Streamable HTTP instead of stdio",
"format": "string",
"name": "HTTP_STREAMABLE_SERVER"
},
{
"description": "Set to true to run a local stateful HTTP/SSE mode with session management",
"format": "string",
"name": "SSE_LOCAL"
},
{
"description": "Alternative flag for enabling stateful HTTP session mode",
"format": "string",
"name": "HTTP_STATEFUL_SERVER"
},
{
"description": "HTTP bind host used when HTTP_STREAMABLE_SERVER=true",
"format": "string",
"name": "HOST"
},
{
"description": "HTTP bind port used when HTTP_STREAMABLE_SERVER=true",
"format": "string",
"name": "PORT"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.outscraper.com/mcp",
"headers": [
{
"description": "Your Outscraper API key.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "X-OUTSCRAPER-API-KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}