← Registry

Developer Tools

flingflyers.com

Publishes HTML documents at short public URLs and allows immediate revocation.

1 endpoint3 known toolsFirst detected July 25, 2026Last detected September 7, 2026

ENDPOINT 1

https://flingflyers.com/mcp

No auth detected

MCP server metadata

Name
flingflyers
Version
1.0.0
Capabilities
tools
Server instructions

Publishes an HTML document at a short public URL that expires on its own. Use it when the user wants to open a page you made in a browser, send it to someone, or read it on another device. Links are public to anyone holding them and are never private — confirm before publishing anything the user has not asked you to share. When the user asks for a change to a page you already published, call update_flyer rather than publishing again: it keeps the URL they may have already shared, which republishing would not.

Known tools 3

publish_flyer

Publish an HTML document at a short public URL and return the link.

Potential side effects
update_flyer

Replace the contents of a flyer you already published, keeping the same URL.

Inferred read-only
revoke_flyer

Take down a flyer immediately: the link starts returning "gone" and the stored document is deleted.

Inferred read-only

CONNECT 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.flingflyers]
url = "https://flingflyers.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flingflyers": {
      "type": "http",
      "url": "https://flingflyers.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flingflyers
Remote MCP URL: https://flingflyers.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": {
    "flingflyers": {
      "url": "https://flingflyers.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flingflyers": {
      "type": "http",
      "url": "https://flingflyers.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flingflyers",
  "transport": "streamable-http",
  "url": "https://flingflyers.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 flingflyers.com was fetched 2026-07-26T23:13:38.414Z and is being refreshed.

Trust status Neutral

flingflyers.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.