Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

com.sendpageapp/sendpage

com.sendpageapp/sendpage

Publish an HTML document as a link anyone can open in one tap, plus PDF, image and Word export.

Uptime
100.0%
1 direct probes · 30d
Response
737ms
last probe
Tools
7
callable
Resources
1
readable
Prompts
0
available

Tools · 7

publish_document

Publish an HTML document to SendPage and get a shareable link the recipient can open in one tap on any device. Use this whenever the user has an HTML document and wants to send, share, or deliver it t…

update_document

Replace the contents or title of a document already published to SendPage. The share link stays exactly the same, so use this to fix a typo or update figures instead of publishing again — anyone who a…

list_comments

Read the feedback people have left on a document you published. Call this when the user asks whether anyone has responded or replied, and always before revising a document — the comments say what to c…

get_document

Fetch the current HTML of a document you published, so it can be edited rather than rewritten. Call this before update_document: acting on feedback usually means one small change, and regenerating the…

list_documents

List the documents published with this API key, newest first, with their share links and view counts. Use it to find a document the user published earlier so it can be updated or re-sent.

check_document

Check an HTML document for the problems a recipient will notice and you cannot: links that lead nowhere, images that will not load, placeholder text left in, http:// references the viewer blocks. Call…

export_document

Get a downloadable PNG image, PDF, or Word (.docx) file of a document already published to SendPage. Use this when the user wants a file copy — to attach, print, or hand over — not just the link. Retu…

Resources · 1

sendpage_document_panel

The published document's share link, preview card, reader feedback and any problems found before sending.

ui://sendpage/document-panel

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.sendpageapp/sendpage": {
      "url": "https://sendpageapp.com/mcp",
      "transport": "streamable-http"
    }
  }
}