← modelslab.com

INDIVIDUAL MCP TOOL

speech-to-text

Transcribe audio to text.

modelslab.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://modelslab.com/mcp/v7

No auth detected

Connect to this endpoint to inspect the live schema for speech-to-text and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

modelslab.com

CONNECT 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.modelslab-v7-api]
url = "https://modelslab.com/mcp/v7"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "modelslab-v7-api": {
      "type": "http",
      "url": "https://modelslab.com/mcp/v7"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: modelslab-v7-api
Remote MCP URL: https://modelslab.com/mcp/v7

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": {
    "modelslab-v7-api": {
      "url": "https://modelslab.com/mcp/v7"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "modelslab-v7-api": {
      "type": "http",
      "url": "https://modelslab.com/mcp/v7"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "modelslab-v7-api",
  "transport": "streamable-http",
  "url": "https://modelslab.com/mcp/v7"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list-models — List available AI models on the ModelsLab platform.
  • list-providers — List all available model providers on the ModelsLab platform.
  • text-to-image — Generate images from text prompts using AI models.
  • image-to-image — Transform existing images based on text prompts.
  • inpaint-image — Edit specific areas of images using masks.
  • fetch-image — Retrieve the status and results of an image generation request.
  • text-to-video — Generate videos from text descriptions.
  • image-to-video — Animate static images into videos.