usefulapi

DocRaptor MCP server. Turn HTML or a live URL into polished PDF and Excel files — hosted downloads, async jobs, history.

Claude

  1. Open Settings → Connectors → Add custom connector
  2. Paste this URL:
    https://docraptor.usefulapi.io/mcp
  3. Authenticate with DocRaptor when prompted

Cursor · VS Code · Windsurf · Cline

Add to your MCP config, then reload & authorize:

{
  "mcpServers": {
    "docraptor": {
      "url": "https://docraptor.usefulapi.io/mcp"
    }
  }
}
live6 toolsFree 100 tool calls / monthPro $9/mo · $90/yr

Tools 6

ToolTypeWhat it does
docraptor_create_documentwrite
Create a document (PDF/XLS/XLSX)
Generate a PDF or Excel document from HTML (document_content) or a URL (document_url).
docraptor_get_document_statusread
Get async document status
Check the status of an asynchronous document created with docraptor_create_document({async:true}).
docraptor_list_documentsread
List documents
List metadata for documents created on this account, most recent first (paginated).
docraptor_list_ip_addressesread
List DocRaptor IP addresses
List the IP addresses DocRaptor uses to fetch remote assets / document_url. Useful for allowlisting DocRaptor on a firewall or asset host.
docraptor_usage_statusmeta
Usage status (free-tier meter)
Report the caller's current free-tier usage this month: calls used, monthly limit, remaining, and whether the cap is reached. Read-only; does not count against the meter.
docraptor_upgrademeta
Upgrade to Pro (unlimited)
Subscribe to the Pro plan for UNLIMITED DocRaptor tool calls (the free tier caps monthly usage). Choose monthly ($9/month) or yearly ($90/year — 2 months free) billing. Returns a Stripe Checkout link to open in your browser; after payment your account upgrades automatically. Read-only; does not count against the meter.

Pricing

PlanPriceLimit
Free$0100 tool calls / month
Pro$9/mo · $90/yrUnlimited

This is a Model Context Protocol endpoint — meant to be connected from an AI client, not opened in a browser. An invalid_token response at the URL is the auth gate working as designed; clients authenticate automatically.