claude mcp add docconv-mcp -- uvx docconv-mcp{
"mcpServers": {
"docconv-mcp": {
"command": "uvx",
"args": ["docconv-mcp"]
}
}
}Resumen de MCP Servers
# docconv-mcp
<!-- mcp-name: io.github.nicklee002e/docconv-mcp -->
MCP server for **[Doc_Conv](https://converter.crepe.fund)** — convert PDF / Word / Excel /
PowerPoint documents to **Markdown**, paid **per conversion with USDC on Base** via the
[x402](https://x402.org) protocol (gasless, EIP-3009). No account, no API key: the agent signs a
USDC payment and the service returns Markdown.
Why? Feeding formatted files (PDF/PPT/DOCX) straight into an LLM can cost **5–50× more tokens**
than the same content as Markdown. This lets an agent cheaply pre-convert documents before use.
## Tools
- **`estimate_conversion(file_path)`** — free price quote (`pages`, `credits`, `priceUsdc`,
`jobId`, `jobToken`). No payment, no side effects.
- **`convert_document(file_path, max_usdc=1.0, poll_seconds=300)`** — pays via x402 (rejects if the
quote exceeds `max_usdc`) and converts. Returns inline `markdown` for text documents, or a
`downloadUrl` (zip) when the document contains images.
## Install
Published to PyPI as [`docconv-mcp`](https://pypi.org/project/docconv-mcp/). Run with
[`uvx`](https://docs.astral.sh/uv/) (no install) or `pip install docconv-mcp`.
## Configuration (env)
| Variable | Description | Default |
|---|---|---|
| `DOC_CONV_AGENT_PK` | Private key of the agent's **Base wallet** (must hold USDC). Signs x402 payments. **Secret — never commit or share.** | *(required)* |
| `DOC_CONV_BASE_URL` | Doc_Conv service base URL. Override only if self-hosting. | `https://converter.crepe.fund` |
The wallet needs **USDC on Base**; gas is paid by the service's x402 facilitator (the agent needs
no ETH). Pricing is by document size: 50 pages = 1 credit = 0.2 USDC (call `estimate_conversion`
for the exact amount).
## Claude Desktop / Claude Code (`claude_desktop_config.json` or `.mcp.json`)
```json
{
"mcpServers": {
"doc-conv": {
"command": "uvx",
"args": ["docconv-mcp"],
"env": { "DOC_CONV_AGENT_PK": "0x<your-agent-wallet-private-key>" }
}
}
}
```
Claude Code one-liner:
```bash
claude mcp add doc-conv -- env DOC_CONV_AGENT_PK=0x<key> uvx docconv-mcp
```
## Example
> "Convert `~/papers/report.pdf` to Markdown."
The agent calls `estimate_conversion` to see the price (e.g. 0.3 USDC), then `convert_document` to
pay via x402 and return the Markdown. If conversion fails, the paid credit is retained on the payer
wallet for reuse.
> ⚠️ `convert_document` spends real USDC. Use `max_usdc` to cap per-call cost.
## Links
- Service: https://converter.crepe.fund
- Agent API (OpenAPI): https://converter.crepe.fund/openapi.json
- x402 discovery: https://converter.crepe.fund/.well-known/x402.json
- Operator: [CREPE Foundation](https://crepe.fund)
## License
MIT © CREPE Foundation
Lo que la gente pregunta sobre docconv-mcp
¿Qué es nicklee002e/docconv-mcp?
+
nicklee002e/docconv-mcp es mcp servers para el ecosistema de Claude AI con 1 estrellas en GitHub.
¿Cómo se instala docconv-mcp?
+
Puedes instalar docconv-mcp clonando el repositorio (https://github.com/nicklee002e/docconv-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar nicklee002e/docconv-mcp?
+
nicklee002e/docconv-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene nicklee002e/docconv-mcp?
+
nicklee002e/docconv-mcp es mantenido por nicklee002e. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a docconv-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega docconv-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/nicklee002e-docconv-mcp)<a href="https://claudewave.com/repo/nicklee002e-docconv-mcp"><img src="https://claudewave.com/api/badge/nicklee002e-docconv-mcp" alt="Featured on ClaudeWave: nicklee002e/docconv-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!