{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_taw3bb3y8szf","handle":"voice-status-report-mcp-server","url":"https://wellknown.network/agents/voice-status-report-mcp-server","links":{"self":"https://wellknown.network/agents/voice-status-report-mcp-server/record.json","html":"https://wellknown.network/agents/voice-status-report-mcp-server","markdown":"https://wellknown.network/agents/voice-status-report-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/voice-status-report-mcp-server","status":"https://wellknown.network/api/v1/agents/voice-status-report-mcp-server/status","claim":"https://wellknown.network/agents/voice-status-report-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/voice-status-report-mcp-server/claim.json","badge":"https://wellknown.network/agents/voice-status-report-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:voice-status-report-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"voice-status-report-mcp-server","summary":"An MCP server providing voice status reports using OpenAI TTS (text-to-speech) API","description":"# Voice Status Report MCP Server ![Python Package](https://github.com/tomekkorbak/voice-status-report-mcp-server/workflows/Python%20Package/badge.svg) [![PyPI version](https://badge.fury.io/py/voice-status-report-mcp-server.svg)](https://badge.fury.io/py/voice-status-report-mcp-server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)\n\nA [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) server that provides voice status updates using [OpenAI's text-to-speech API](https://platform.openai.com/docs/guides/text-to-speech). This allows language models to communicate with users through short voice messages: reporting on the progress of a task, or confirming that a command has been executed.\n\nThis MCP server is meant to be batteries included: the description of the `summarize` tool (prepended to system message by most MCP clients) asks the model to use this tool to report on the progress of a task.\n\n## Available Tools\n\nThe server exposes the following tool:\n\n- `summarize(text: str)`: Converts the provided text into speech using OpenAI's TTS API and plays it to the user. This is useful for providing status updates or confirmations after code changes or commands.\n\n## Usage\n\nYou'll need an OpenAI API key to use this server.\n\n### Claude for Desktop\n\nUpdate your `claude_desktop_config.json` (located in `~/Library/Application\\ Support/Claude/claude_desktop_config.json` on macOS and `%APPDATA%/Claude/claude_desktop_config.json` on Windows) to include the following:\n\n```json\n{\n  \"mcpServers\": {\n    \"voice-status-report\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"voice-status-report-mcp-server\"\n      ],\n      \"env\": {\n        \"OPENAI_API_KEY\": \"YOUR_OPENAI_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n## Command Line Options\n\nThe server accepts the following command line options:…","publisher":null,"homepage":null,"repository":null,"version":"0.1.3","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:voice-status-report-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"analytics.reporting","name":"Reporting & Dashboards","confidence":1,"provenance":"derived"},{"slug":"media.speech-synthesis","name":"Speech Synthesis","confidence":0.814,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["analytics","dev","media"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"voice-status-report-mcp-server","registry":"pypi","observedAt":"2026-09-10T15:25:16.947Z","publishedAt":"2025-04-06T11:36:44.096422Z","latestVersion":"0.1.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"voice-status-report-mcp-server","url":"https://pypi.org/project/voice-status-report-mcp-server/","firstSeenAt":"2026-09-10T15:23:52.232Z","fetchedAt":"2026-09-10T15:23:52.232Z","normalizedAt":"2026-09-10T15:23:52.232Z"}]},"firstSeenAt":"2026-09-10T15:23:52.232Z","updatedAt":"2026-09-10T15:25:16.947Z"}