What is the Slipstack PDF MCP server?
Generate invoice and receipt PDFs from JSON. Agent-callable document API with a free demo quota.
How to install Slipstack PDF
Copy-paste configuration for popular MCP clients.
AuthorizationsecretOptional: Bearer psk_... API key for plan quotas. Without it, a free demo quota of 10 documents/day per IP applies.
{
"mcpServers": {
"pdf": {
"url": "https://slipstack.dev/api/mcp"
}
}
}{
"mcpServers": {
"pdf": {
"serverUrl": "https://slipstack.dev/api/mcp"
}
}
}{
"servers": {
"pdf": {
"type": "http",
"url": "https://slipstack.dev/api/mcp"
}
}
}{
"mcpServers": {
"pdf": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://slipstack.dev/api/mcp"
]
}
}
}claude mcp add --transport http pdf https://slipstack.dev/api/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.