WebReaper.Mcp.AspNetCore 11.3.0

dotnet add package WebReaper.Mcp.AspNetCore --version 11.3.0
                    
NuGet\Install-Package WebReaper.Mcp.AspNetCore -Version 11.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebReaper.Mcp.AspNetCore" Version="11.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebReaper.Mcp.AspNetCore" Version="11.3.0" />
                    
Directory.Packages.props
<PackageReference Include="WebReaper.Mcp.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebReaper.Mcp.AspNetCore --version 11.3.0
                    
#r "nuget: WebReaper.Mcp.AspNetCore, 11.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WebReaper.Mcp.AspNetCore@11.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WebReaper.Mcp.AspNetCore&version=11.3.0
                    
Install as a Cake Addin
#tool nuget:?package=WebReaper.Mcp.AspNetCore&version=11.3.0
                    
Install as a Cake Tool

WebReaper.Mcp.AspNetCore

A Streamable HTTP MCP server host for WebReaper. It exposes WebReaper's scraping tools over HTTP so URL-based MCP clients (n8n, hosted agents) can reach them. Sibling to the stdio WebReaper.Mcp satellite; both expose the same tools (scrape, map, extract, extract_with_prompt, crawl).

Use the stdio WebReaper.Mcp for local agents that spawn a process (Cursor, Claude Desktop). Use this package when the client connects over a URL. See ADR-0086.

Run

dotnet run --project WebReaper.Mcp.AspNetCore
# then point a Streamable-HTTP MCP client at the printed URL

The container image (Chromium baked in) is the recommended way to self-host. Each release publishes it to GHCR as ghcr.io/pavlovtech/webreaper-mcp-http:

docker run --rm -p 8080:8080 -e WEBREAPER_MCP_TOKEN=change-me \
  ghcr.io/pavlovtech/webreaper-mcp-http:latest
# or build it: docker build -f WebReaper.Mcp.AspNetCore/Dockerfile -t webreaper-mcp-http .

See docs/mcp-http-quickstart.md for the n8n wiring and a docker-compose.example.yml (server + optional browser sidecar).

Configuration (environment)

Variable Purpose
WEBREAPER_MCP_TOKEN Bearer token required on every request. Mandatory when binding a non-loopback interface.
WEBREAPER_CDP_URL Connect browser=true calls to this CDP endpoint (a shared Chromium / browserless sidecar) instead of launching.
WEBREAPER_MCP_MAX_CONCURRENT_BROWSERS Cap on concurrent managed-Chromium launches.
WEBREAPER_LLM_MODEL / WEBREAPER_LLM_BASE_URL / WEBREAPER_LLM_API_KEY OpenAI-compatible endpoint for extract_with_prompt. The key is read from the environment only.

License

MIT.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.3.0 41 6/6/2026
11.2.0 43 6/4/2026