← Back to Plugins
MCP Server MCP

Doc_Conv — Document to Markdown

github By github 👁 1 views ▲ 0 votes

Convert PDF/Word/Excel/PowerPoint documents to Markdown, paid in USDC via x402.

Homepage Verified source GitHub

Install

uvx docconv-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "docconv-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key of the agent's Base wallet (holds USDC). Signs x402 (EIP-3009) payments. Secret — never commit or share.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DOC_CONV_AGENT_PK"
        },
        {
          "description": "Base URL of the Doc_Conv service. Defaults to the hosted service.",
          "format": "string",
          "default": "https://converter.crepe.fund",
          "name": "DOC_CONV_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...