A Model Context Protocol (MCP) server that lets Claude turn an HTML mockup or image into a public, expiring share link — with optional password and per-recipient revocable links.
claude mcp add --transport http vibes-share https://share.myappsdomain.com/mcp --header "Authorization: Bearer YOUR_TOKEN"
Claude Desktop: add the same under mcpServers in your config with a headers field. Replace YOUR_TOKEN with the token you were given.
Ask Claude things like: “share this HTML as a link”, “host this image and give me the URL”, “make a password-protected link that expires in 6 hours”.
create_share — upload an HTML/image file → public short linkcreate_from_url — fetch an HTML page/image from a URL → short linkcreate_recipient_link / revoke_recipient_link — per-recipient revocable linkslist_my_shares / link_stats — usage metricsHTML + images only, up to 10 MB. Links expire by default after 48 hours. User-generated content — not affiliated with the host. Report abuse to the operator.