← corewise.video

INDIVIDUAL MCP TOOL

search_public_extractions

Search CoreWise's public community library of extractions (videos, podcasts, articles, and PDFs already analyzed by other users).

corewise.videonone authenticationAvailability not checked

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 endpoint

corewise.video

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

.mcp.json

{
  "mcpServers": {
    "corewise": {
      "type": "http",
      "url": "https://corewise.video/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • extract_url — Start an AI extraction of a YouTube video, podcast, article, or PDF URL on CoreWise.
  • get_extraction — Get the status and results of a CoreWise extraction by id.
  • get_transcript — Get the raw source transcript (or article/PDF text) of a CoreWise extraction by id.