MCP.so
Sign In

easydocformsVerifiedFeatured

@easydocforms

About easydocforms

MCP server for healthcare intake forms — import a blank PDF, hand the patient a hosted fill link, retrieve the completed PDF. PHI never enters agent context. Built on EasyDocForms.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "easydocforms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "EASYDOCFORMS_API_KEY=edfk_live_...",
        "ghcr.io/easydocforms/easydocforms-mcp:latest"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Easydocforms?

MCP server for healthcare intake forms — import a blank PDF, hand the patient a hosted fill link, retrieve the completed PDF. PHI never enters agent context. Built on EasyDocForms.

How to use Easydocforms?

The README includes setup instructions such as docker run -i --rm -e EASYDOCFORMS_API_KEY=edfk_live_... ghcr.io/easydocforms/easydocforms-mcp:latest.

Key features of Easydocforms

  • external_ref must never contain PHI — it's an opaque correlation id (your visit or order number)

Use cases of Easydocforms

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Easydocforms

Where is the source code for Easydocforms?

The source code is linked from the repository URL on this page.

Does Easydocforms include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Easydocforms?

The source code is linked from the repository URL on this page.

Does Easydocforms include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers