MCP Server
MCP
io.github.werebear73/sipnav-mcp
MCP server for the SIPNAV VOIP switch.
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
By
Comments
Sign in to leave a comment