NetMind ParsePro
@protagolabs
NetMind ParsePro について
A Model Context Protocol (MCP) server that parses PDF files from a given URL into structured formats.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"parse-pdf": {
"command": "uvx",
"args": [
"netmind-parse-pdf-mcp"
],
"env": {
"NETMIND_API_TOKEN": ""
}
}
}
}ツール
1Parse PDF files from a given URL and extract content in JSON or Markdown format.
概要
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
「ファイルとストレージ」の他のコンテンツ
Sample S3 Model Context Protocol Server
aws-samplesMCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
Filesystem
chrisdocManage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
コメント