Sign In

openclaw-docproc-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openclaw-docproc-mcp

MCP server for OpenClaw Document Processing APIs — PDF extraction, OCR, and format conversion paid via x402 on Base mainnet

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

openclaw-docproc-mcp

MCP (Model Context Protocol) server for OpenClaw Document Processing APIs. Provides AI agents with tools for PDF extraction, OCR, and document format conversion, paid via x402 micropayments on Base mainnet.

Quick Start

npx openclaw-docproc-mcp

Or install globally:

npm install -g openclaw-docproc-mcp
openclaw-docproc-mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "openclaw-docproc": {
      "command": "npx",
      "args": ["openclaw-docproc-mcp"]
    }
  }
}

Tools

pdf-extract

Extract structured text and tables from PDF documents.

  • Price: $0.02 USDC per request
  • Input: file (base64 PDF), optional filename
  • Output: Extracted text, pages with tables, metadata

ocr

Extract text from images using Tesseract OCR.

  • Price: $0.01 USDC per request
  • Input: file (base64 image), optional language, optional filename
  • Output: Recognized text with confidence score

convert

Convert documents between formats (PDF, DOCX, Markdown, JSON, HTML, TXT).

  • Price: $0.01 USDC per request
  • Input: file (base64 document), targetFormat, optional filename
  • Output: Converted document (base64)

Payment

All endpoints require x402 payment on Base mainnet (chain ID 8453) in USDC. Use @x402/fetch for automatic payment handling.

API Base URL

Default: https://api.agentsconsultants.com

Override with environment variable: OPENCLAW_API_URL

License

MIT

Keywords

mcp

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts