Model Context Protocol
Every tool here, inside your AI assistant.
The Paper Room runs an MCP server, so Claude, ChatGPT, Cursor, and any MCP-compatible client can call these tools directly.
ClaudeChatGPTCursor
01
Get a token
MCP calls are tied to your account and metered like the web tools. Sign up, then generate a bearer token on your account page.
02
Add the server
One command in Claude Code — or the same Streamable HTTP transport in ChatGPT, Cursor, or any MCP client.
03
Call the tools
All 20 tools become available to your assistant. No copy-pasting files back and forth.
terminal
$ claude mcp add --transport http paper-room \
https://thepaperroom.co/mcp \
--header "Authorization: Bearer YOUR_TOKEN"Generate the token on your account page. Other clients support the same transport with a custom Authorization header — check your client's docs. Test manually with npx @modelcontextprotocol/inspector.
Available tools
summarize-pdfSummarize a block of text.pdf-qaAnswer a question about a document's text.paraphraseParaphrase text.grammar-checkCorrect grammar, spelling, and punctuation.rewriteRewrite text to a free-form instruction.transcribe-audioTranscribe an audio file to text.image-ocrExtract text from an image.generate-formulaGenerate a spreadsheet formula from a description.explain-formulaExplain what a spreadsheet formula does.analyze-spreadsheetAI insights and data-quality issues from spreadsheet data.fill-spreadsheetFill in missing spreadsheet data from a description.extract-document-dataExtract structured JSON from a receipt/invoice image.cold-emailDraft a concise B2B cold outreach email.proposal-draftDraft a business proposal.meeting-minutesTurn raw notes into structured minutes with action items.sales-call-notesConvert a call transcript into CRM-ready notes.business-card-scanExtract contact fields from a business card photo.extract-email-dataExtract CRM-ready fields from raw email text.merge-pdfMerge PDFs (no credit cost — pure logic).send-emailSend from your connected Gmail or Outlook (no credit cost).