Benevia.Core.MCP 0.10.0

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

Benevia.Core.MCP Summary

Benevia.Core.MCP provides MCP server infrastructure for exposing the Benevia OData API to AI clients via the Model Context Protocol.

This package includes:

  • Generic, metadata-driven tools (benevia_query, benevia_create, benevia_update, benevia_delete, benevia_commit, benevia_link, benevia_connection) that work against any entity exposed by the OData API
  • An OData loopback client that executes tool calls through the host's own API pipeline, so permissions and business logic always apply
  • Server instructions that teach connected agents how to use the tool surface

Documentation

AI agents should use the documentation on the https://core.benevia.university site. Begin with the following links:

  • Documentation specific to this library: MCP index
  • Full documentation of the platform is here: AI Index

Install

dotnet add package Benevia.Core.MCP

Register in Program.cs

builder.Services.AddCoreMcpServer();
app.UseCoreMcp();

Connect an MCP client to http://localhost:5090/mcp with a Bearer token.

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
0.10.1-ci.457 12 9/17/2026
0.10.1-ci.456 28 9/17/2026
0.10.1-ci.455 35 9/16/2026
0.10.1-ci.454 39 9/16/2026
0.10.1-ci.453 37 9/16/2026
0.10.1-ci.452 36 9/16/2026
0.10.1-ci.451 36 9/16/2026
0.10.1-ci.450 56 9/16/2026
0.10.1-ci.449 87 9/14/2026
0.10.1-ci.448 52 9/14/2026
0.10.1-ci.447 45 9/14/2026
0.10.1-ci.446 50 9/14/2026
0.10.1-ci.445 102 9/11/2026
0.10.1-ci.444 71 9/11/2026
0.10.1-ci.443 55 9/11/2026
0.10.1-ci.442 47 9/10/2026
0.10.1-ci.441 49 9/10/2026
0.10.1-ci.440 61 9/8/2026
0.10.1-ci.439 62 9/8/2026
0.10.0 147 7/8/2026
Loading failed