capout_process_pdf is the primary MCP tool for single-document processing.
Required arguments
- Always send
xn_address - Always send
profile_code:5Lfor Carrier or8Dfor Contractor - Send exactly one of:
pdfurlfile_base64file_path
- When using
file_base64, also sendfile_name
file_base64, keep the PDF at or below 50 MiB.
For local or workspace PDFs on a hosted MCP, use Staged Uploads, which supports PDFs up to 50 MiB.
For the public CapOut MCP, the practical inputs are pdf, url, and file_base64. The MCP is hosted remotely and cannot read your local machine paths directly.
Use the right source type
- Use
pdffor ChatGPT-style file attachments that includedownload_urlandfile_id - Use
urlfor a publichttps://PDF URL - Use
file_base64when the client has bytes but not a URL and the inline payload stays within the50 MiBlimit - Use
file_pathonly for a path that already exists on the CapOut MCP server itself. Do not send your local/Users/...or workspace path here.