Mmcp.market

Getdeck MCP server

by dodraft.studio·studio.dodraft/getdeck·v0.1.0

160+ finished slide layouts and 41 themes your agent can search, fetch and build a deck from

C67/100grade C
What users say
No reviews yet
Be the first
Safety scan
C67/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed Getdeck yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Getdeck tools (6)

write = sends, deletes, buys or posts
  • get_layoutFree

    Return one layout as a ready-to-use, self-contained document: HTML, theme CSS, and its slot definitions. Call this once the user knows which layout they want, or with ids returned by suggest_deck.

  • get_starter_kitFree

    Call this when joining several fetched layouts into one deck file. Requests like "merge these into one file", "bundle it as a deck", or "make it one HTML" mean this tool. Returns the base CSS, assembly rules, spacing tokens, and a viewport snippet for standalone viewing.

  • get_themeFree

    Return one theme in full: its complete CSS and design tokens.

  • list_layoutsFree

    Search or filter the layout catalog to find a specific layout. Returns metadata only, no HTML. Also the tool for "what is new", "any new layouts?", "what got added since last month" - pass `since` and it returns only what landed after that date. If the user asked for a whole deck rather than one slide, call suggest_deck first instead of this.

  • list_themesFree

    Search or filter the theme catalog. Returns metadata and key colors only, not the full CSS.

  • suggest_deckFree

    Compose a deck and return a preview link the user can open in the browser right away. The user sees what the finished deck looks like without a single file being generated. Use this for requests like "make me a pitch deck", "I need a sales deck", "10 slides for an investor update", "put together a product overview", or "show me a deck outline" - anything where the user has a topic but has not picked layouts yet. ALSO use it when the user already has layouts in hand - "이 레이아웃들 모아서 프리뷰 만들어줘", "combine these layouts into a preview", "추천 프리뷰 만들어줘", "show these together as a deck" - pass them as layout_ids and it returns ONE deck preview link for the whole set. Never answer that kind of request with a list of individual layout links: one deck preview is the deliverable. Returns one theme + a slide order + the preview link, plus a `clarify` question to put to the user so the composition and theme are their call, not a guess. Always pass the preview link through to the user verbatim, ask clarify.question with its options, and wait for the answer - then call this tool again with deck_id / theme_id as clarify.answer_with says. Do not start generating files while a clarify question is unanswered. Once it is settled, fetch each layout id with get_layout, then call get_starter_kit to join them into one deck.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

1 low
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 1374ms20/20
  • Tool poisoning6 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenanceno repository listed3/15
  • Maintainer identityverified namespace with website, no repo4/10

Findings (1)

  • lowNo source repository listedmaint.no-repo
Overall 67/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http getdeck https://getdeck.dodraft.studio/api/mcp
Add to Cursor

Getdeck: common questions

Is Getdeck MCP server safe?
With care: it is graded C, so read the findings first (67/100). Read the Getdeck safety report
How do I install Getdeck?
It runs remotely at getdeck.dodraft.studio. 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 Getdeck need an API key?
Yes. The registry entry asks for Authorization.
Is Getdeck maintained?
The latest release is v0.1.0.
Is Getdeck up?
100% of our last 6 checks got an answer. We check remote servers about four times a day.
What can I use instead of Getdeck?
Servers from other publishers that do the same job: Agent-Native Slides MCP server.

Alternatives to Getdeck

Same job from other publishers: the closest match first, then the best rated.

  • Agent-Native Slides
    Agent-Native Google Slides - generate and edit React presentations
    A

More from dodraft.studio