We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The server supports:
Start:
set HTTP_STREAMABLE_SERVER=true set HOST=localhost set PORT=3000 set OUTSCRAPER_API_KEY=YOUR_API_KEY npx -y outscraper-mcp
Endpoints:
http://localhost:3000/mcp
http://localhost:3000/health
set SSE_LOCAL=true set HOST=localhost set PORT=3000 set OUTSCRAPER_API_KEY=YOUR_API_KEY npx -y outscraper-mcp
Session endpoints:
POST /mcp
GET /mcp
DELETE /mcp
The server tracks session state via the mcp-session-id header.
mcp-session-id
Use:
GET /health
Expected result:
ok
stdio