Share an HTML page or PDF as a short public link. No account or API key, expires on its own.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://flingflyers.com/mcp3 tools · 62mspublish_flyerPublish 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 handing back raw markup is not good enough.
The link works for anyone who has it, with no account…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 handing back raw markup is not good enough. The link works for anyone who has it, with no account…
| Parameter | Type | Description |
|---|---|---|
| html* | string | The complete HTML document, including <!doctype html>. Must be self-contained. |
| ttl_hours | integer | How long the link should live, in hours. Default 168 (7 days), maximum 720 (30 days). |
update_flyerReplace 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 the link they may have already sent to someone keeps working and shows the new version.
Prefer this…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 the link they may have already sent to someone keeps working and shows the new version. Prefer this…
| Parameter | Type | Description |
|---|---|---|
| id* | string | The flyer id, e.g. x7Kp2mQ. |
| owner_token* | string | The owner_token returned by publish_flyer. |
| html* | string | The complete replacement HTML document, including <!doctype html>. Must be self-contained. |
| ttl_hours | integer | Optional. Reset the expiry to this many hours from now, maximum 720 (30 days). Omit to keep the flyer's existing expiry. |
revoke_flyerTake 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 is the only proof of ownership and it is not recoverable if lost.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 is the only proof of ownership and it is not recoverable if lost.
| Parameter | Type | Description |
|---|---|---|
| id* | string | The flyer id, e.g. x7Kp2mQ. |
| owner_token* | string | The owner_token returned by publish_flyer. |
3 of 3 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Share an HTML page or PDF as a short public link. No account or API key, expires on its own.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.