Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

SlideForge

dev.slideforge/slideforge

Deterministic, fully editable PowerPoint from typed slide intents. 200+ layouts, brand templates.

Uptime
100.0%
1 direct probes · 30d
Response
144ms
last probe
Tools
7
callable
Resources
2
readable
Prompts
2
available

Tools · 7

browse_catalog

Browse the PowerPoint slide catalog progressively. No args -> form overview (when-to-use, bound fields, variant counts). family=<form> -> variant one-liners. q=<text> -> ranked search. variant=/prior_…

plan_slide

Plan a PowerPoint slide before rendering (free): send a short brief, get ranked candidates + a separated verdict — route (which slide: selected|needs_confirmation|ambiguous), input (can it render: rea…

create_slide

Create one PowerPoint slide (.pptx, native, editable) from a structured intent in ONE call: pick a `form` from the menu and put your content in the typed fields (placed on the slide as given), or pass…

create_deck

Create a complete PowerPoint presentation (.pptx): a whole multi-slide deck, native and editable, in one call. `slides` is a list of create_slide intents (same form menu + data shapes — see create_sli…

translate_deck

Translate a PowerPoint (.pptx) deck preserving all formatting. $0.02/slide. Supports 32 languages (Latin, Cyrillic, Greek scripts). Provide job_id (from a previous create_slide/create_deck), pptx_url,…

upload_asset

Upload assets for PowerPoint (.pptx) generation: company template, logo, image, or document — or AI-generate an image. Purposes: • logo — company logo for chrome (PNG/JPG/SVG, max 5MB) → logo_id • im…

manage_account

SlideForge account for PowerPoint generation: balance, billing, job history, feedback, data controls. All free. Actions: status (balance+plan), usage (spend breakdown), jobs (history), job (single job…

Resources · 2

SlideForge Result Card

Inline preview card rendered when a SlideForge tool returns a slide or deck. Updates live via ui/notifications/tool-result. Supports direct file upload (drag-drop) and chained PDF → translate flows.

ui://slideforge/result-card/v19
SlideForge Result Card

Inline preview card rendered when a SlideForge tool returns a slide or deck. Updates live via ui/notifications/tool-result. Supports direct file upload (drag-drop) and chained PDF → translate flows.

ui://slideforge/result-card/skybridge/v19

Prompts · 2

create_presentation

Generate a multi-slide PowerPoint deck from a topic via structured slide intents (parallel deterministic render).

quick_slide

Generate a single client-ready slide: pick a form from the create_slide menu and pass typed fields, or just a brief.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "slideforge": {
      "url": "https://api.slideforge.dev/mcp/",
      "transport": "streamable-http"
    }
  }
}