Install
CapOut MCP is exposed as a hosted Streamable HTTP endpoint. For Codex, install it with:npx add-mcp, Claude Code, Gemini CLI, OpenCode, and GitHub Copilot CLI, see MCP Installation.
Tool map
capout_process_pdf: process one PDF frompdf,url,file_base64, orfile_pathcapout_create_upload_url: create a short-lived staged upload link for local CLI or workspace PDFscapout_process_staged_upload: submit a staged local upload for processingcapout_document_status: get a one-shot status check for a documentcapout_wait_for_document: wait for progress and completion inside the agent UIcapout_claims: inspect remaining claimscapout_xactnet_addresses: list saved recipient addressescapout_create_xactnet_address: save a new recipient addresscapout_update_xactnet_address_profile: assignprofile_codeon a saved addresscapout_delete_xactnet_address: remove a saved recipient addresscapout_api_keys: list available live and test API keyscapout_select_api_key: switch the active API key
Choose the right workflow
- Use Process PDFs when the agent has an attachment, a public HTTPS PDF URL, or inline base64.
- Use Staged Uploads when the PDF lives on the local machine or workspace.
- Process tools require both
xn_addressandprofile_code. - Use Status and Waiting after every accepted upload until the document reaches a terminal state.