NetMind ParsePro
@protagolabs
About NetMind ParsePro
A Model Context Protocol (MCP) server that parses PDF files from a given URL into structured formats.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"parse-pdf": {
"command": "uvx",
"args": [
"netmind-parse-pdf-mcp"
],
"env": {
"NETMIND_API_TOKEN": ""
}
}
}
}Tools
1Parse PDF files from a given URL and extract content in JSON or Markdown format.
Overview
What is NetMind ParsePro?
NetMind ParsePro is a high-quality, robust, and cost-efficient PDF parser AI service built by NetMind. It converts PDF files from a given URL into JSON or Markdown output and is MCP server–ready for seamless integration with AI agents.
How to use NetMind ParsePro?
Install UV, set the NETMIND_API_TOKEN environment variable with your NetMind API key, then add the MCP server configuration to your Cursor, Claude Desktop, or Windsurf config file using the uvx netmind-parse-pdf-mcp command. Invoke the parse_pdf tool with a PDF URL and optional format (json or markdown).
Key features of NetMind ParsePro?
- High-quality PDF parsing from URL
- Supports JSON and Markdown output
Basic information
More Files & Storage MCP servers
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
Filesystem MCP Server (@shtse8/filesystem-mcp)
shtse8📁 Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement
Google Drive MCP Server
hxie-pallasA google drive mcp servers based on Python
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
MCP File System Server
MarcusJellinghausMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.
Comments