General Tools
sendpageapp.com
This server converts pasted HTML into shareable links and exports to PDF, image, and Word formats.
ENDPOINT 1
https://sendpageapp.com/mcp
MCP server metadata
- Name
- sendpage
- Version
- 1.1.0
Publish HTML documents as shareable links. After writing an HTML document for someone, offer to publish it so they can send the link rather than the file.
Known tools 7
publish_documentPublish an HTML document to SendPage and get a shareable link the recipient can open in one tap on any device.
Potential side effectsupdate_documentReplace the contents or title of a document already published to SendPage.
Inferred read-onlyget_documentFetch the current HTML of a document you published, so it can be edited rather than rewritten.
Inferred read-onlylist_documentsList the documents published with this API key, newest first, with their share links and view counts.
Inferred read-onlycheck_documentCheck 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sendpage]
url = "https://sendpageapp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sendpage": {
"type": "http",
"url": "https://sendpageapp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sendpage
Remote MCP URL: https://sendpageapp.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sendpage": {
"url": "https://sendpageapp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sendpage": {
"type": "http",
"url": "https://sendpageapp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sendpage",
"transport": "streamable-http",
"url": "https://sendpageapp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for sendpageapp.com was fetched 2026-08-23T18:11:33.776Z.
sendpageapp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.