NetMind ParsePro

NetMind ParsePro

The PDF Parser AI service, built and customized by the NetMind team.

6
Stars
1
Forks
1
Releases

Overview

NetMind ParsePro is the PDF Parser AI service developed by the NetMind team. It provides a robust, cost-efficient solution for converting PDF documents into structured outputs, specifically JSON and Markdown. The service is fully MCP server-ready, enabling straightforward integration with AI agents and existing MCP workflows. The core component is the parse_pdf tool, which accepts a source (either a local file path or a remote URL), a format parameter (json or markdown), and returns either a JSON dictionary or a Markdown string representing the extracted content. The README notes that the local path should be an absolute path and remote sources are recognized by http/https prefixes. To use the service, you obtain a Netmind API key and store it in the NETMIND_API_TOKEN environment variable. The MCP integration is demonstrated via a sample Cursor/Claude/Windsurf configuration, showing how to launch the service with uv and provide the NETMIND_API_TOKEN. The guidance includes platform-specific installation steps for UV and OS-specific paths for Cursor, Claude, and Windsurf configuration files.

Details

Owner
protagolabs
Language
Python
License
MIT License
Updated
2025-12-07

Features

parse_pdf tool

Parses a PDF file and returns extracted content in JSON or Markdown; supports local and remote inputs; outputs a JSON dictionary or Markdown string.

MCP-ready integration

Fully MCP server-ready, enabling seamless integration with AI agents and existing MCP workflows.

Environment-based authentication

Uses NETMIND_API_TOKEN for API authentication via environment variable.

Cursor/Claude/Windsurf configuration example

Includes a ready-to-use MCP config snippet for Cursor/Claude/Windsurf integration to launch the service.

Audience

AI agentsIntegrate ParsePro to extract and format PDF data in agent workflows.
Automation engineersEmbed in automation pipelines to convert PDFs to JSON or Markdown.
NetMind usersUsed within NetMind services for scalable PDF processing tasks and workflows.

Tags

pdf parsingmcp servernetmindjson outputmarkdown outputremote inputlocal inputai service