WebReaper.Mcp 10.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebReaper.Mcp --version 10.0.0
                    
NuGet\Install-Package WebReaper.Mcp -Version 10.0.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" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebReaper.Mcp" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="WebReaper.Mcp" />
                    
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 --version 10.0.0
                    
#r "nuget: WebReaper.Mcp, 10.0.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@10.0.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&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=WebReaper.Mcp&version=10.0.0
                    
Install as a Cake Tool

MCP (Model Context Protocol) server satellite for WebReaper. Exposes scrape / map / extract as MCP tools over stdio for Cursor / Claude Desktop / Copilot Studio. Interop adapter; the primary agent surface remains the WebReaper CLI (ADR-0043). Satellite (ADR-0009) — heavy MCP SDK deps quarantined; core stays AOT-clean.

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 (1)

Showing the top 1 NuGet packages that depend on WebReaper.Mcp:

Package Downloads
WebReaper.Mcp.AspNetCore

Streamable HTTP MCP (Model Context Protocol) server host for WebReaper. Exposes scrape / map / extract / extract_with_prompt / crawl as MCP tools over HTTP, so URL-based MCP clients (n8n, hosted agents) can reach WebReaper. Sibling to the stdio WebReaper.Mcp satellite, reusing its tools. Self-run, single-tenant, bearer-token auth. ADR-0086.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.3.2 191 6/28/2026
11.3.1 88 6/27/2026
11.3.0 85 6/6/2026
11.2.0 83 6/4/2026
11.1.2 84 6/3/2026
11.1.1 81 5/30/2026
11.1.0 70 5/30/2026
11.0.0 81 5/30/2026
10.2.0 77 5/29/2026
10.1.0 79 5/29/2026
10.0.0 74 5/26/2026

10.0.0: initial release. MCP (Model Context Protocol) server satellite (ADR-0049) exposing scrape / map / extract as MCP tools over stdio for Cursor, ChatGPT Desktop, Copilot Studio and other MCP-only agent frameworks that can't reach the WebReaper CLI. Built over the ModelContextProtocol C# SDK; thin facade over the existing library API. Interop adapter — the primary agent surface remains WebReaper.Cli (ADR-0043). New satellite package per ADR-0009: the heavy MCP SDK deps stay quarantined off the dependency-light, Native-AOT-clean core. Requires WebReaper 10.0.0.