Autofill PDF

Created By
Instafill4 months ago
Upload, search, and autofill PDF forms from chat via Instafill.ai
Overview

What is Autofill PDF?

Autofill PDF is an MCP server that connects your Instafill.ai workspace to the Claude and ChatGPT MCP clients. It enables users to upload, search, and automatically fill out PDF forms directly from chat using document URLs, saved profiles, or manual text input.

The server extracts structured data from completed forms as JSON for further processing. Users can monitor autofill sessions, check completion status, and securely download completed PDF forms.

Website: https://instafill.ai/

Docs: https://mcp.instafill.ai/docs

MCP Server: https://mcp.instafill.ai/mcp

Auth: OAuth 2.0 (PKCE) • Capabilities: Read + Write

What you can do

• Manage your form library: list and search PDF form templates in your workspace

• Autofill forms from chat using:

  • public URLs (web pages / documents)

  • saved profiles (reusable structured data)

  • manual text you provide

• Track progress of fill jobs via session_id

• Export structured results as JSON (all fields + filled values)

• Download the completed PDF securely (time-limited download link)

Common use cases

• Automate repetitive paperwork (onboarding, HR, compliance, procurement)

• Fill the same form repeatedly using saved profiles

• Fill Form A → extract JSON → reuse the data to fill Form B

• Populate PDFs from information on your site or other accessible sources

Quick start

• “List my PDF form templates” (list_forms)

• “Search for ‘W-9’ forms” (search_forms)

• “Fill form <form_id> using profile <profile_id>” (fill_form / fill_form_widget)

• “Check status for session <session_id>” (check_form_fill_status)

• “Download the completed PDF for session <session_id>” (download_filled_form)

• “Get the filled field data as JSON for session <session_id>” (get_filled_form_data)

Privacy & Security

Authentication uses OAuth 2.0 with PKCE, scoped to your selected workspace. Access can be revoked anytime from your Instafill.ai account settings.

Server Config

{
  "mcpServers": {
    "autofill-pdf": {
      "type": "streamableHttp",
      "url": "https://mcp.instafill.ai/mcp"
    }
  }
}
Project Info
Created At
4 months ago
Updated At
4 months ago
Author Name
Instafill
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

5 hours ago
Mnemom

6 hours ago