MCP server for the Davoxi AI voice agent platform — manage businesses, agents, usage, and billing via AI assistants.
| Tool name | Description | Destructive? |
|---|---|---|
| list_agents | ✓ no | |
| get_agent | ✓ no | |
| create_agent | ✓ no | |
| update_agent | ✓ no | |
| delete_agent⚠ | ⚠ yes |
| duplicate_agent | ✓ no | |
| get_profile | ✓ no | |
| list_api_keys | ✓ no | |
| create_api_key | ✓ no | |
| revoke_api_key | ✓ no | |
| list_tool_credentials | ✓ no | |
| set_tool_credential | ✓ no | |
| get_org | ✓ no | |
| update_org | ✓ no | |
| get_usage | ✓ no | |
| get_usage_summary | ✓ no | |
| get_subscription | ✓ no | |
| list_invoices | ✓ no | |
| list_businesses | ✓ no | |
| get_business | ✓ no | |
| create_business | ✓ no | |
| update_business | ✓ no | |
| set_business_hours | ✓ no | |
| pause_business | ✓ no | |
| resume_business | ✓ no | |
| delete_business⚠ | ⚠ yes | |
| list_tools | ✓ no | |
| get_tool | ✓ no | |
| create_tool | ✓ no | |
| update_tool | ✓ no | |
| delete_tool⚠ | ⚠ yes | |
| attach_tool_to_agent | ✓ no | |
| detach_tool_from_agent | ✓ no | |
| list_agent_tool_refs | ✓ no | |
| list_call_logs | ✓ no | |
| get_call_log | ✓ no | |
| test_agent_chat | ✓ no | |
| list_phone_numbers | ✓ no | |
| set_access_policy | ✓ no | |
| add_caller_to_allowlist | ✓ no | |
| add_caller_to_blocklist | ✓ no | |
| set_caller_rate_limit | ✓ no | |
| set_caller_force_mode | ✓ no | |
| list_blocked_callers | ✓ no | |
| get_caller_access_audit | ✓ no | |
| list_callers | ✓ no | |
| get_caller | ✓ no | |
| list_caller_services | ✓ no | |
| unlink_caller_service | ✓ no | |
| list_webhooks | ✓ no |
{
"mcpServers": {
"davoximcp": {
"command": "npx",
"args": [
"-y",
"@davoxi/mcp-server"
]
}
}
}