Czech telephony API and MCP for apps and AI agents - numbers, calls, SMS, voice agent.
claude mcp add volai --transport http https://volai.cz/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"volai": {
"url": "https://volai.cz/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"volai": {
"serverUrl": "https://volai.cz/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"volai": {
"type": "http",
"url": "https://volai.cz/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"volai": {
"url": "https://volai.cz/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"volai": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://volai.cz/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://volai.cz/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/cz.volai--volai/reviews or the review_server meta-tool.
POST /mcp