Content Tools
corewise.video
Extracts and manages content from various online sources using AI.
ENDPOINT 1
https://corewise.video/mcp
MCP server metadata
- Name
- CoreWise
- Version
- 1.0.0
CoreWise extracts structured insights from videos, podcasts, articles, and PDFs using multiple AI models with cross-validated synthesis. Typical flow: optionally search_public_extractions to see if the content was already analyzed, then extract_url to start a new extraction, then poll get_extraction every 20-30 seconds until completed. get_transcript returns the raw source transcript of an extraction (paged). extract_url requires an API key created at https://corewise.video (Profile page, 'API & MCP Keys') and consumes the key owner's monthly extraction quota.
Known tools 4
extract_urlStart an AI extraction of a YouTube video, podcast, article, or PDF URL on CoreWise.
Inferred read-onlyget_transcriptGet the raw source transcript (or article/PDF text) of a CoreWise extraction by id.
Inferred read-onlysearch_public_extractionsSearch CoreWise's public community library of extractions (videos, podcasts, articles, and PDFs already analyzed by other users).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for corewise.video was fetched 2026-07-25T22:11:24.768Z and is being refreshed.
corewise.video is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.