Send a POST request with your inputs as JSON. File parameters require a separate upload first.
Endpoint
HTTP
POST https://api.elysiatools.com/en/api/tools/audio-add-silence
Parameters
Name
Type
Required
Description
audioFile
fileupload required
Yes
—
duration
number
No
—
position
select
No
—
sampleRate
select
No
—
channels
select
No
—
MCP integration
Add this tool to your Model Context Protocol server so AI agents can list and call it.
Server configuration
Add this block to your MCP client configuration:
mcp.json
{
"mcpServers": {
"elysiatools-audio-add-silence": {
"name": "audio-add-silence",
"description": "Add a specified duration of silence to the start or end of an audio file",
"baseUrl": "https://api.elysiatools.com/mcp/sse?toolId=audio-add-silence",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
List available tools
After connecting to the SSE endpoint, list the exposed tools: