Renderball MCP server
Designed, animated, editable presentations your AI writes on Renderball. No account needed to try.
0 stars
Reviews
Write oneNobody has reviewed Renderball yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Renderball tools (8, 3 write)
write = sends, deletes, buys or postscreate_deckwrite actionFreeStart a new presentation from a brief, the brand as YOU know it (name, and only the colours, fonts and logo you actually have — never guess a colour) and your outline. With the outline the reply carries the WRITING BRIEF, so the whole deck is two calls: this, then submit_deck. Without an account it also returns a guest_token to pass on later calls and deck_url, the one link to give the user.
deck_statusFreeWhether a submitted deck is still importing, ready (with the editor link), or failed (with the reason).
get_briefFreeThe writing brief for a deck whose outline is already saved.
list_decksFreeThe user's Renderball documents, newest first, with editor links. Needs an account (a key).
see_deckFreeThe deck's rendered pages as images, page 1 first — look at them for overlapping or clipped text, odd spacing or an element off its page, then fix the file and submit_deck again. Available once the deck has been submitted.
share_deckFreeTurn on the public link for a deck and return it.
submit_deckwrite actionFreeSend the complete deck file you wrote. Renderball checks it against the brief, repairs small slips, renders every page and opens it in the editor. Returns 'ready' with the editor_url, or 'importing' — then poll deck_status.
write_outlinewrite actionFreeSave the page-by-page outline you wrote for a deck. Returns the WRITING BRIEF: the exact instructions for writing the deck file (format, brand facts, truth rules). Follow it, then call submit_deck.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 588ms20/20
- Tool poisoning8 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 3 write-action tools with no auth3/15
- Maintenancelast push 4 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http renderball https://renderball.com/api/mcp
Renderball: common questions
- Is Renderball MCP server safe?
- Mostly: it is graded B (80/100). Read the Renderball safety report
- How do I install Renderball?
- It runs remotely at renderball.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Renderball need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Renderball maintained?
- The last commit was 5 days ago (2026-09-15). The latest release is v1.1.0.
- Is Renderball up?
- 100% of our last 7 checks got an answer. We check remote servers about four times a day.