AI & Machine Learning
wisescribe.ai
Transcribes video and podcast URLs into timestamped transcripts with job polling and retrieval of saved transcripts and segments.
ENDPOINT 1
https://wisescribe.ai/api/mcp
MCP server metadata
- Name
- wisescribe
- Version
- 1.1.0
Known tools 9
poll_jobCheck the status of an async transcription job returned by transcribe_url.
Inferred read-onlyget_segmentsRetrieve bounded timestamped transcript segments for citations, subtitle workflows, or agent context.
Inferred read-onlysearch_transcriptsSearch your saved Wisescribe transcript library by title, source URL, and transcript text.
Inferred read-onlysummarize_transcriptReturn a lightweight extractive summary for a saved transcript.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.