# text_to_speech_stream_with_timestamps

Text To Speech Streaming With Timestamps. Spends ElevenLabs credits.

Agent View of the PolicyLayer registry record for `text_to_speech_stream_with_timestamps`. HTML page: https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/text-to-speech-stream-with-timestamps

## Facts

- Tool: `text_to_speech_stream_with_timestamps`
- Server: Elevenlabs (`@aiwerk/mcp-server-elevenlabs`) — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs.md
- Install: `npx -y @aiwerk/mcp-server-elevenlabs`
- Homepage: https://www.npmjs.com/package/@aiwerk/mcp-server-elevenlabs
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 12 (2 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `seed` | number | null | no |  |
| `text` | string | yes | The text that will get converted into speech. |
| `model_id` | string | no | Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for text to speech, you can check this using |
| `voice_id` | string | yes | Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices. |
| `next_text` | string | null | no |  |
| `language_code` | string | null | no |  |
| `output_format` | string | no | Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 w |
| `previous_text` | string | null | no |  |
| `enable_logging` | boolean | no | When enable_logging is set to false zero retention mode will be used for the request. This will mean history features are unavailable for this request, includin |
| `use_pvc_as_ivc` | boolean | no | If true, we won't use PVC version of the voice for the generation but the IVC version. This is a temporary workaround for higher latency in PVC versions. |
| `voice_settings` | object | no |  |
| `next_request_ids` | object | no |  |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "text_to_speech_stream_with_timestamps",
    "arguments": {
      "text": "<text>",
      "voice_id": "<voice_id>"
    }
  }
}
```

## Why text_to_speech_stream_with_timestamps is rated Low

Even though text_to_speech_stream_with_timestamps only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

Risk signals: High parameter count (17 properties)

## Use case

AI agents call text_to_speech_stream_with_timestamps to retrieve information from Elevenlabs without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Elevenlabs:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "text_to_speech_stream_with_timestamps": {}
  }
}
```

## Other tools on Elevenlabs (389)

- `cancel_batch_call` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/cancel-batch-call.md
- `cancel_crawl_job_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/cancel-crawl-job-route.md
- `cancel_file_upload_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/cancel-file-upload-route.md
- `delete_agent_conversation_ticket_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-agent-conversation-ticket-route.md
- `delete_agent_draft_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-agent-draft-route.md
- `delete_agent_hold_audio_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-agent-hold-audio-route.md
- `delete_agent_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-agent-route.md
- `delete_agent_test_folder_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-agent-test-folder-route.md
- `delete_asset_endpoint` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-asset-endpoint.md
- `delete_audio_isolation_history_item` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-audio-isolation-history-item.md
- `delete_auth_connection` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-auth-connection.md
- `delete_batch_call` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-batch-call.md
- `delete_chapter_endpoint` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-chapter-endpoint.md
- `delete_chat_response_test_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-chat-response-test-route.md
- `delete_conversation_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-conversation-route.md
- `delete_conversation_tag_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-conversation-tag-route.md
- `delete_dubbing` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-dubbing.md
- `delete_finetune` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-finetune.md
- `delete_invite` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-invite.md
- `delete_knowledge_base_document` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-knowledge-base-document.md
- `delete_mcp_server_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-mcp-server-route.md
- `delete_phone_number_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-phone-number-route.md
- `delete_procedure_draft_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-procedure-draft-route.md
- `delete_project` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-project.md
- `delete_pvc_voice_sample` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-pvc-voice-sample.md
- `delete_rag_index` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-rag-index.md
- `delete_sample` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-sample.md
- `delete_secret_route` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-secret-route.md
- `delete_segment` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-segment.md
- `delete_service_account_api_key` — Destructive — https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs/delete-service-account-api-key.md
- …and 359 more: https://policylayer.com/tools/aiwerk-mcp-server-elevenlabs.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=aiwerk-mcp-server-elevenlabs · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/aiwerk-mcp-server-elevenlabs
