Integrations

RelayPDF MCP integration

Remote hosts call POST https://api.relaypdf.com/mcp with a bearer key. Local agents run npx @relaypdf/cli mcp after relaypdf setup. Same tools; hosted results are 24-hour URLs.

Setup
claude mcp add --transport http relaypdf https://api.relaypdf.com/mcp --header "Authorization: Bearer $RELAYPDF_API_KEY"
npx @relaypdf/cli setup
npx @relaypdf/cli mcp
Hosted MCP: store the key in the host’s header/env config. Do not paste it into prompts.
Stdio MCP uses ~/.config/relaypdf/credentials.json after relaypdf setup.
Generating tools on the hosted server return a 24h download URL, not file bytes.