INDIVIDUAL MCP TOOL
get_tool
Return everything known about one tool: its name, description, category, page URL in each of the six languages, whether the file is processed in the browser, whether the persistent workspace covers it, and the date its content last changed.
LIVE ENDPOINT
https://totalpdfkit.com/mcp
Connect to this endpoint to inspect the live schema for get_tool and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.totalpdfkit]
url = "https://totalpdfkit.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"totalpdfkit": {
"type": "http",
"url": "https://totalpdfkit.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: totalpdfkit
Remote MCP URL: https://totalpdfkit.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": {
"totalpdfkit": {
"url": "https://totalpdfkit.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"totalpdfkit": {
"type": "http",
"url": "https://totalpdfkit.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "totalpdfkit",
"transport": "streamable-http",
"url": "https://totalpdfkit.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_tools— Search this site's PDF tools by describing what you need done, for example 'turn a PDF into an editable Word file' or 'remove a password'.list_categories— Every category with how many tools it holds and their identifiers.get_site_info— A short factual description of TotalPDF Kit: how many tools, how many run in the browser, which languages, what it costs, and what it does not do.