← Back to Plugins
MCP Server MCP

io.github.werebear73/sipnav-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for the SIPNAV VOIP switch.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "Waretech.SipnavMcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "value": "{sipnav_username}",
          "variables": {
            "sipnav_username": {
              "description": "SIPNAV API username (enables auto-login + token auto-refresh)."
            }
          },
          "name": "SIPNAV_USERNAME"
        },
        {
          "value": "{sipnav_password}",
          "variables": {
            "sipnav_password": {
              "description": "SIPNAV API password (used with the username).",
              "isSecret": true
            }
          },
          "name": "SIPNAV_PASSWORD"
        },
        {
          "value": "{sipnav_api_url}",
          "variables": {
            "sipnav_api_url": {
              "description": "Override the SIPNAV API base URL (defaults to https://api.example.com)."
            }
          },
          "name": "SIPNAV_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...