flingflyers
com.flingflyers/flingflyersShare an HTML page or PDF as a short public link. No account or API key, expires on its own.
Tools · 3
Publish an HTML document at a short public URL and return the link. Use this when the user wants to view a page you made in a real browser, send it to someone, or open it on another device — anywhere …
Replace the contents of a flyer you already published, keeping the same URL. Use this for every revision to a page that is already live — a fix, a new section, a chart the user asked you to add — so t…
Take down a flyer immediately: the link starts returning "gone" and the stored document is deleted. Needs the id and owner_token returned when it was published — there are no accounts, so that token i…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"flingflyers": {
"url": "https://flingflyers.com/mcp",
"transport": "streamable-http"
}
}
}