Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

CoreWise

io.github.ryanportfolio/corewise

Extract structured insights from videos, podcasts, articles, and PDFs with multi-model AI

Uptime
100.0%
1 direct probes · 30d
Response
980ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

extract_url

Start an AI extraction of a YouTube video, podcast, article, or PDF URL on CoreWise. Returns an extraction_id immediately after initialization. Initialization normally takes a few seconds but can take…

get_extraction

Get the status and results of a CoreWise extraction by id. While status is 'processing', poll every 20-30 seconds. When status is 'completed' the response contains the structured synthesis (JSON objec…

get_transcript

Get the raw source transcript (or article/PDF text) of a CoreWise extraction by id. Available as soon as the extraction has been initialized — no need to wait for 'completed'. Transcripts can be very …

search_public_extractions

Search CoreWise's public community library of extractions (videos, podcasts, articles, and PDFs already analyzed by other users). Returns titles, snippets, and share URLs. Useful to check whether a vi…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "corewise": {
      "url": "https://corewise.video/mcp",
      "transport": "streamable-http"
    }
  }
}