Content Tools
deckextract.com
Extract decks from DocSend or Papermark sharing links and check account status and quota.
ENDPOINT 1
https://deckextract.com/mcp
MCP server metadata
- Name
- deckextract
- Version
- 1.3.0
Call the `deckextract` tool with a DocSend or Papermark link to extract the deck; you get back a short-lived download link plus a readable `deckextract://deck/...` resource for the PDF/PPTX/ZIP. Pass `analyze: true` (requires a DeckExtract Pro account) to also get structured deck data — company, team, round, metrics, market, competition. Some decks email a verification code or link to the viewer: the tool reply then includes the resume token(s) and the exact retry call. If a mail tool is connected (Gmail, Microsoft 365 / Outlook, AnyMailMCP, …), read the verification email from the inbox and retry the tool with it — no need to ask the user. Extractions typically take 15-90 seconds and need a signed-in account (the client prompts you to sign in on first use). Use `account_status` to check the current plan (free or Pro) and remaining monthly usage.
Known tools 2
account_statusReturns the calling account's plan (free or Pro), whether it's signed in, and this month's extraction usage and remaining quota.
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.deckextract]
url = "https://deckextract.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"deckextract": {
"type": "http",
"url": "https://deckextract.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: deckextract
Remote MCP URL: https://deckextract.com/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": {
"deckextract": {
"url": "https://deckextract.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"deckextract": {
"type": "http",
"url": "https://deckextract.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "deckextract",
"transport": "streamable-http",
"url": "https://deckextract.com/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 deckextract.com was fetched 2026-09-23T22:17:07.735Z.
deckextract.com 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.