Turn the ASP.NET Core Web API you already have into an MCP server Hovik Aghajanyan released Nabu.Mcp.AspNetCore, an open-source library that turns existing ASP.NET Core Web APIs into Model Context Protocol (MCP) servers with minimal code changes. The library publishes controllers and minimal APIs as MCP tools, generating schemas from CLR types and enforcing authorization per call by pushing synthetic HttpContext through the full pipeline. · Repo: https://github.com/hovik-aghajanyan/nabu.net https://github.com/hovik-aghajanyan/nabu.net · Docs: https://nabu.aghajanyan.me/ https://nabu.aghajanyan.me/ · NuGet: https://www.nuget.org/packages/Nabu.Mcp.AspNetCore https://www.nuget.org/packages/Nabu.Mcp.AspNetCore Nabu.Mcp.AspNetCore https://github.com/hovik-aghajanyan/nabu.net publishes existing ASP.NET Core HttpGet "{id:guid}" McpTool // <- that's it public ActionResult