Nvoip MCP Server✓
br.com.nvoip/mcp-server · v0.2.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "br.com.nvoip/mcp-server",
"description": "Secure Nvoip MCP server for reports, call analytics, service quality, and business insights.",
"title": "Nvoip MCP Server",
"repository": {
"url": "https://github.com/Nvoip/nvoip-mcp",
"source": "github"
},
"version": "0.2.3",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.nvoip.com.br/mcp",
"headers": [
{
"description": "Bearer access token issued by the Nvoip OAuth flow.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}