openclaw-docproc-mcp
v1.0.0
Published
MCP server for OpenClaw Document Processing APIs — PDF extraction, OCR, and format conversion paid via x402 on Base mainnet
Maintainers
Readme
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-mcpOr install globally:
npm install -g openclaw-docproc-mcp
openclaw-docproc-mcpClaude 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), optionalfilename - 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), optionallanguage, optionalfilename - 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, optionalfilename - 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
