目录 / formfill-mcp
MCP
鉴权未知
未评级
已上架
formfill-mcp
Fill any interactive PDF form from your AI agent — tax forms, HR paperwork, legal documents — in a single tool call. Supports W-9, W-4, I-9, lease agreements, insurance forms, and more.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://formfill-mcp--knportal.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"formfill-mcp": {
"url": "https://formfill-mcp--knportal.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| list_form_fields | List all fillable fields in a PDF form. Args: pdf_path: Absolute path to the PDF file on disk. api_key: Your FormFill API key (get one at formfill.plenitudo.ai). Returns a JSON object with field names, types, and current values. This call does NOT count against your monthly fill quota. |
| fill_form | Fill a PDF form and save the result to disk. Args: pdf_path: Absolute path to the source (blank) PDF form. field_values: Dict mapping field names to string values. Example: {"f1_01[0]": "John", "f1_02[0]": "Doe"} output_path: Absolute path where the filled PDF will be saved. api_key: Your FormFill API key (get one at formfill.plenitudo.ai). Returns a JSON object with success status and output path. This call counts as ONE fill against your monthly quota. |
| fill_form_multipage | Fill a multi-page PDF form and save the result to disk. Identical to fill_form but explicitly iterates page-by-page, which is more reliable for forms where field names repeat across pages or where page-level annotations are used. Args: pdf_path: Absolute path to the source (blank) PDF form. field_values: Dict mapping field names to string values. output_path: Absolute path where the filled PDF will be saved. api_key: Your FormFill API key (get one at formfill.plenitudo.ai). Returns a JSON object with success status, output path, and per-page info. This call counts as ONE fill against your monthly quota. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。