Summary
A PDF becomes text the model can work with, in whichever of two shapes suits the next step.
Accepting a URL as well as a path means a document behind a link never has to be downloaded first. The format choice carries the rest: Markdown when a person or a model will read the result, structured JSON when something downstream will parse it. Two parameters are the whole interface — where the document is, and how the output should look.
What it is
A single-tool PDF parser backed by NetMind's service.
What you get
- Content extracted from a PDF supplied either as a local file path or as a remote URL.
- The result as structured JSON or as a Markdown string, chosen per call.
Requirements
A NetMind account and its token, supplied as NETMIND_API_TOKEN.
Setup effort
One command plus a key — uvx netmind-parse-pdf-mcp, then supply credentials
