🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

Waretech.SipnavMcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Waretech.SipnavMcp

MCP server for the SIPNAV VOIP switch.

Source
nugetNuGet
Version
0.1.3
Version published
Total downloads
157
Maintainers
1
Created
Source

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

VariableDescription
SIPNAV_USERNAME / SIPNAV_PASSWORDRecommended — enable auto-login at startup and token auto-refresh on 401
SIPNAV_API_URLOptional — override the API base URL (default https://api.example.com)
SIPNAV_API_TOKENOptional — 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

Keywords

AI

FAQs

Package last updated on 30 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts