Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

flingflyers

com.flingflyers/flingflyers

Share an HTML page or PDF as a short public link. No account or API key, expires on its own.

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

Tools · 3

publish_flyer

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 …

update_flyer

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…

revoke_flyer

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…

How to use

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

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