API Tools
totalpdfkit.com
This MCP server provides tools to search and retrieve detailed information about PDF tools from TotalPDF Kit.
ENDPOINT 1
https://totalpdfkit.com/mcp
MCP server metadata
- Name
- totalpdfkit
- Version
- 1.0.0
Read-only catalogue of free PDF tools. Start with search_tools when the user describes a job, or list_categories to see what exists. Every result carries the page URL to send the user to, and a flag saying whether the file stays in their browser. Nothing here uploads or converts a document.
Known tools 4
search_toolsSearch 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'.
Potential side effectsget_toolReturn 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.
Inferred read-onlyget_site_infoA 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.