
Vonage Reports Dashboard
Supports UIby vonage-community
Interactive in-chat reporting for Vonage SMS and Voice call records with masked PII and filterable UI.
What it does
This MCP App renders a live, filterable reporting interface directly inside Claude Desktop. It transforms raw Vonage API records into a two-tab dashboard (SMS and Voice) with KPI cards, date range filtering, and pagination, allowing users to monitor communication traffic without leaving the chat.
Key features
- Dual-Tab Interface: Separate dedicated views for SMS and Voice call reporting.
- Privacy First: Server-side masking of phone numbers (last 4 digits only) and disabled message content by default.
- Live Filtering: Filter by date range, call status, and direction (inbound/outbound).
- Data Export: Built-in capability to copy filtered results as CSV for external analysis.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"vonage-reports": {
"command": "node",
"args": ["/path/to/vonage-reports-app/dist/server.js"],
"env": {
"VONAGE_API_KEY": "your_api_key",
"VONAGE_API_SECRET": "your_api_secret",
"VONAGE_APPLICATION_ID": "your_app_id",
"VONAGE_PRIVATE_KEY64": "your_private_key_base64",
"VONAGE_VIRTUAL_NUMBER": "your_virtual_number"
}
}
}
}
Supported hosts
- claude
Quick install
npm install vonage-reports-mcp-appInformation
- Pricing
- free
- Published







