← Registry

AI & Machine Learning

wisescribe.ai

Transcribes video and podcast URLs into timestamped transcripts with job polling and retrieval of saved transcripts and segments.

1 endpoint9 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://wisescribe.ai/api/mcp

No auth detected

MCP server metadata

Name
wisescribe
Version
1.1.0
Capabilities
tools

Known tools 9

transcribe_url

Transcribe a video or podcast URL.

Inferred read-only
transcribe

Backward-compatible alias for transcribe_url.

Inferred read-only
poll_job

Check the status of an async transcription job returned by transcribe_url.

Inferred read-only
get_transcript

Retrieve a saved transcript by its ID from your Wisescribe library.

Inferred read-only
get_segments

Retrieve bounded timestamped transcript segments for citations, subtitle workflows, or agent context.

Inferred read-only
list_transcripts

List transcripts saved in your Wisescribe library.

Inferred read-only
search_transcripts

Search your saved Wisescribe transcript library by title, source URL, and transcript text.

Inferred read-only
summarize_transcript

Return a lightweight extractive summary for a saved transcript.

Inferred read-only
export_transcript

Export a saved transcript as markdown, plain text, or JSON.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.