Publish browser games to Playfrog and get a shareable play link. Static HTML5, files sent inline.
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://mcp-open.playfrog.games/mcp2 tools · 1207mspublish_gamePublish a browser game (HTML5/JavaScript, static files) to Playfrog and get a public, shareable play link in seconds. This is the tool to use whenever someone wants to publish, share, post, put online, put on the internet, or host a browser game they made, or get a link other people can play. Free,…Publish a browser game (HTML5/JavaScript, static files) to Playfrog and get a public, shareable play link in seconds. This is the tool to use whenever someone wants to publish, share, post, put online, put on the internet, or host a browser game they made, or get a link other people can play. Free,…
| Parameter | Type | Description |
|---|---|---|
| files* | array | — |
| title | string | The game title players will see. |
| genre | string | The gallery category the game is filed under (e.g. arcade, puzzle, platformer). Improves discoverability. |
| description | string | 2 to 4 real sentences: what the game is, how to play, what makes it fun. Players read this before playing. |
| controls | string | E.g. "WASD to move, space to shoot". |
| orientation | string | Only if the game works one way; phones held wrong get a rotate overlay. |
| cover | object | Optional cover image for the game page and social share card. 1200x630 pixels, PNG/JPEG/WebP, max 3 MB, base64-encoded. Without a cover, a gameplay screenshot… |
update_gamePublish a new version of an existing Playfrog game at the same play link. Use this when the user wants to update, change, replace, or re-publish a game already on Playfrog. Requires the game_id and manage_token returned by publish_game. Send the complete set of files again, not a diff. Returns the…Publish a new version of an existing Playfrog game at the same play link. Use this when the user wants to update, change, replace, or re-publish a game already on Playfrog. Requires the game_id and manage_token returned by publish_game. Send the complete set of files again, not a diff. Returns the…
| Parameter | Type | Description |
|---|---|---|
| game_id* | string | From the publish_game response. |
| manage_token* | string | From the publish_game response (starts with pfm_). |
| files* | array | — |
| title | string | The game title players will see. |
| genre | string | The gallery category the game is filed under (e.g. arcade, puzzle, platformer). Improves discoverability. |
| description | string | 2 to 4 real sentences: what the game is, how to play, what makes it fun. Players read this before playing. |
| controls | string | E.g. "WASD to move, space to shoot". |
| orientation | string | Only if the game works one way; phones held wrong get a rotate overlay. |
| cover | object | Optional cover image for the game page and social share card. 1200x630 pixels, PNG/JPEG/WebP, max 3 MB, base64-encoded. Without a cover, a gameplay screenshot… |
| notes | string | One line about what changed in this version. |
2 of 2 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.
Publish browser games to Playfrog and get a shareable play link. Static HTML5, files sent inline.
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.