
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
Waretech.SipnavMcp
Advanced tools
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.
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}"
}
}
}
}
| 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) |
Source-available under a proprietary license. © Waretech Services. Source and full documentation: https://github.com/werebear73/sipnav-mcp
FAQs
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.