Waretech.SipnavMcp.osx-arm64 0.1.3

dotnet add package Waretech.SipnavMcp.osx-arm64 --version 0.1.3
                    
NuGet\Install-Package Waretech.SipnavMcp.osx-arm64 -Version 0.1.3
                    
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="Waretech.SipnavMcp.osx-arm64" Version="0.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Waretech.SipnavMcp.osx-arm64" Version="0.1.3" />
                    
Directory.Packages.props
<PackageReference Include="Waretech.SipnavMcp.osx-arm64" />
                    
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 Waretech.SipnavMcp.osx-arm64 --version 0.1.3
                    
#r "nuget: Waretech.SipnavMcp.osx-arm64, 0.1.3"
                    
#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 Waretech.SipnavMcp.osx-arm64@0.1.3
                    
#: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=Waretech.SipnavMcp.osx-arm64&version=0.1.3
                    
Install as a Cake Addin
#tool nuget:?package=Waretech.SipnavMcp.osx-arm64&version=0.1.3
                    
Install as a Cake Tool

sipnav-mcp

An MCP (Model Context Protocol) server for the SIPNAV VOIP switch, built on .NET 10 with the official ModelContextProtocol SDK. It exposes the SIPNAV Delta API as MCP tools — accounts, carriers, rate decks, call restrictions, CDRs, STIR/SHAKEN, LRN, users/roles/permissions, and more — over stdio.

Install

Requires the .NET 10 SDK (which provides dnx). Add to your MCP client config (e.g. VS Code .vscode/mcp.json):

{
  "servers": {
    "sipnav": {
      "type": "stdio",
      "command": "dnx",
      "args": ["Waretech.SipnavMcp@0.1.2", "--yes"],
      "env": {
        "SIPNAV_USERNAME": "${input:sipnav_username}",
        "SIPNAV_PASSWORD": "${input:sipnav_password}"
      }
    }
  }
}

Configuration

Variable Description
SIPNAV_USERNAME / SIPNAV_PASSWORD Recommended — enable auto-login at startup and token auto-refresh on 401
SIPNAV_API_URL Optional — override the API base URL (default https://api.example.com)
SIPNAV_API_TOKEN Optional — pre-authenticated bearer token (legacy; no auto-refresh)

License & source

Source-available under a proprietary license. © Waretech Services. Source and full documentation: https://github.com/werebear73/sipnav-mcp

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1.3 48 6/30/2026