Document MCP Server

Parse and extract structured data from various document formats (PDF, Word, HTML).

Local serverstdioTypeScript

What is the Document MCP server?

Document MCP server exists for a simple reason — assistants are far more useful when they can act on Document directly instead of describing what you should do. Parse and extract structured data from various document formats (PDF, Word, HTML).

What you get

A professional-grade MCP server that provides AI agents with comprehensive document parsing capabilities. Built specifically for the agent economy by Agenson Horrowitz.

Setting it up

The server ships on npm as @agenson-horrowitz/document-parser-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Document is connected, these are the calls the assistant has available:

  • Stripe — powered metered billing
  • Real — time usage tracking

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the document mcp server does with a few real requests.

Choosing this one

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Document's toolset — Stripe, Real — is a fair guide to whether it matches your workflow. It is maintained by agenson-horrowitz; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Document's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
Stripepowered metered billing
Realtime usage tracking

How to install the Document MCP server

{
  "mcpServers": {
    "document-parser": {
      "command": "npx",
      "args": ["@agenson-horrowitz/document-parser-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Document to Stripe.
  • Use Document to Real.

Frequently asked questions

It connects Document to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Stripe, Real) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Document directly.