# 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.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add knportal/formfill-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list knportal/formfill-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get knportal/formfill-mcp list_form_fields

# Call a tool
npx -y @smithery/cli@latest tool call knportal/formfill-mcp list_form_fields '{}'
```

## Direct MCP Connection

Endpoint: `https://formfill-mcp--knportal.run.tools`

## Tools (3)

- `list_form_fields`
- `fill_form`
- `fill_form_multipage`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get knportal/formfill-mcp <tool-name>
```
