← wisescribe.ai

INDIVIDUAL MCP TOOL

transcribe_url

Transcribe a video or podcast URL.

wisescribe.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://wisescribe.ai/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

wisescribe.ai

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.wisescribe]
url = "https://wisescribe.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wisescribe": {
      "type": "http",
      "url": "https://wisescribe.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wisescribe
Remote MCP URL: https://wisescribe.ai/api/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": {
    "wisescribe": {
      "url": "https://wisescribe.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wisescribe": {
      "type": "http",
      "url": "https://wisescribe.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wisescribe",
  "transport": "streamable-http",
  "url": "https://wisescribe.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • transcribe — Backward-compatible alias for transcribe_url.
  • poll_job — Check the status of an async transcription job returned by transcribe_url.
  • get_transcript — Retrieve a saved transcript by its ID from your Wisescribe library.
  • get_segments — Retrieve bounded timestamped transcript segments for citations, subtitle workflows, or agent context.
  • list_transcripts — List transcripts saved in your Wisescribe library.
  • search_transcripts — Search your saved Wisescribe transcript library by title, source URL, and transcript text.
  • summarize_transcript — Return a lightweight extractive summary for a saved transcript.
  • export_transcript — Export a saved transcript as markdown, plain text, or JSON.