web4-agent-protocol.openapi-mcp-server
0.6.0-alpha
This is a prerelease version of web4-agent-protocol.openapi-mcp-server.
{ "servers": { "web4-agent-protocol.openapi-mcp-server": { "type": "stdio", "command": "dnx", "args": ["web4-agent-protocol.openapi-mcp-server@0.6.0-alpha", "--yes"] } } }
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's
.vscode/mcp.json settings file.
dotnet tool install --global web4-agent-protocol.openapi-mcp-server --version 0.6.0-alpha
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local web4-agent-protocol.openapi-mcp-server --version 0.6.0-alpha
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=web4-agent-protocol.openapi-mcp-server&version=0.6.0-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package web4-agent-protocol.openapi-mcp-server --version 0.6.0-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
OpenAPI MCP Server (web4-agent-protocol.openapi-mcp-server)
An open standard for AI agents to act, not just aggregate data. This NuGet package provides an intelligent Model Context Protocol (MCP) gateway that lets any existing REST/OpenAPI service be safely consumed by AI agents (Copilot, ChatGPT, autonomous agent frameworks) without bespoke integration work.
Pillar 1: MCP Gateway + Definition File
The OpenAPI MCP Server runs as a smart gateway (an openapo-mcp-server) in front of a Publisher's existing REST API.
- Endpoint discovery
- Request/response schema mapping
- Validation
- Future monetization / microtransaction rules
Publishers do NOT rewrite business logic. They expose (or adapt) an OpenAPI (Swagger) specification enriched with minimal MCP extensions.
When using .nupkg from NuGet, reference it via dnx in the client configuration.
Configuration Example (Client Side)
{
"servers": {
"web4-agent-protocol.openapi-mcp-server": {
"type": "stdio",
"command": "dnx",
"args": ["web4-agent-protocol.openapi-mcp-server", "--version", "<version>", "--yes", "--", "https://localhost:7293/openapi/v1.json"]
}
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.6.0-alpha | 402 | 11/3/2025 |
| 0.5.0-alpha | 370 | 11/3/2025 |
| 0.4.0-alpha | 373 | 11/3/2025 |
| 0.3.0-alpha | 373 | 11/3/2025 |
| 0.2.0-alpha | 377 | 11/3/2025 |
| 0.1.0-alpha | 383 | 11/3/2025 |