Catalog
com.hellobasestation/pdfkit
Official1 toolPDF Kit
AI-powered PDF tools: fill forms via natural language
Fill PDF forms using natural language instructions.
Captured live from the server via tools/list.
basestation.create_autofill_job
Create a PDF form filling job using AI to automatically fill out forms based on natural language instructions.
Parameters (3)
- instructionsstringrequired
Natural language instructions for how to fill the form
- formFilestringrequired
Base64-encoded PDF file to fill
- callbackUrlstring
Optional callback URL for job completion notification
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pdfkit": {
"command": "npx",
"args": [
"-y",
"pdfkit-mcp@1.0.7"
]
}
}
}