AI & Machine Learning
soniox.com
Provides documentation navigation, search, and reading tools for Soniox's speech-to-text API.
ENDPOINT 1
https://soniox.com/docs/api/mcp/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 6
soniox_docs_tocGet the table of contents for broad Soniox documentation navigation.
Inferred read-onlysoniox_docs_summaryGet a concise overview of Soniox documentation (llms.txt) for background on features, APIs, and concepts.
Inferred read-onlysoniox_full_docsLast resort: get the FULL content of all Soniox documentation pages (~100k tokens).
Inferred read-onlysoniox_read_sectionRead one section from a Soniox documentation page by URL plus heading or anchor.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-typescript-server-on-vercel]
url = "https://soniox.com/docs/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://soniox.com/docs/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://soniox.com/docs/api/mcp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"url": "https://soniox.com/docs/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://soniox.com/docs/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://soniox.com/docs/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for soniox.com was fetched 2026-08-17T06:22:02.360Z.
soniox.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.