mcp.hmsovereign.com. This allows AI coding assistants — including Claude Code, Cursor, and any other MCP-compatible tool — to interact with your HMS Sovereign account directly, without leaving your development environment.https://mcp.hmsovereign.com/mcpAuthorization header in your MCP configuration. The server forwards this header to the API on every tool call..claude/mcp.json or via /mcp add):{
"mcpServers": {
"hms-sovereign": {
"type": "http",
"url": "https://mcp.hmsovereign.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}{
"mcpServers": {
"hms-sovereign": {
"url": "https://mcp.hmsovereign.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}https://mcp.hmsovereign.com/mcpAuthorization: Bearer YOUR_API_KEY header| Tool | Description |
|---|---|
listAssistants | List all voice assistants in your organization |
createAssistant | Create a new voice assistant |
getAssistant | Retrieve a specific assistant by ID |
updateAssistant | Update assistant configuration |
createOutboundCall | Initiate an outbound call |
listCalls | List calls with optional filters |
getCall | Get call details including transcript and analysis |
createCampaign | Create an outbound call campaign |
listVoices | Browse available TTS voices |
getUsage | Retrieve usage and billing data |
"Create a new assistant called 'Support Bot' with a friendly greeting and GPT-4o as the language model."
"List all calls from this week and summarize the outcomes."
"Start an outbound call to +31612345678 using assistant ID xyz."
"Show me my usage for the last 30 days."
Authorization header is set in your MCP client configuration, not as a query parameter or in the URL.