MCP Server
MCP
Outscraper MCP Server
Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data.
Install
npx -y [email protected]
Configuration Example
{
"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"
}
]
}
],
"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"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment