slideless-mcp (slideless-ai/mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 22 tools. No publisher has claimed this listing.

D
Caution
54/100

slideless-mcp

MCP server that wraps the Slideless HTTP API as tools for listing, sharing, uploading, and managing HTML presentations from any MCP host without installing the CLI.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

slideless-ai

Source: Glama · also listed on Official

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 11 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes22 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

slideless_invite_collaborator

Sends an invitation email granting another user dev (edit) access to a presentation. This actually sends real email. If the invitee already has a Slideless account the access is granted immediately; otherwise it lands as pending and is claimed on signup.

slideless_uninvite_collaborator

Revokes a collaborator's access to a presentation. The collaborator loses dev (edit) access immediately and can no longer view past versions through their account. Cannot be undone — re-inviting is a new invitation.

slideless_list_collaborators

Lists every collaborator on a presentation: pending, active, and revoked. Returns email, role, status, and timestamps.

slideless_whoami

Returns the identity associated with the connected API key: organization, key name, scopes, and timestamps. Useful as a sanity check that the connector is configured correctly.

slideless_search_marketplace

Searches the public Slideless marketplace for remixable presentations, apps, and plans. Public — works without an API key. Returns listings with slug, title, kind, interactive flag, tags, and popularity counts. Use the returned `slug` with slideless_remix_listing to copy a listing.

slideless_get_marketplace_listing

Fetches full detail for a single marketplace listing by slug: description, README, tags, entry path, file count, and popularity stats. Public — works without an API key.

slideless_remix_listing

Remixes a public marketplace listing: returns the listing manifest plus the inline contents of every text file (HTML/CSS/JS/SVG/JSON/etc.) up to 256 KB each — ideal for copying a deck into chat to customize. Binary or oversized files are listed as metadata only. Public — works without an API key. Th

slideless_publish_listing

Publishes an existing pushed presentation to the public Slideless marketplace as a `presentation`, `app`, or `plan`. Requires an API key with the `marketplace:publish` scope. The `kind` is fixed at publish time and cannot be changed afterward.

slideless_star_listing

Stars a marketplace listing on behalf of the connected user, bumping its star count. Requires an API key.

slideless_unstar_listing

Removes the connected user's star from a marketplace listing. Requires an API key.

slideless_list_presentations

Lists all Slideless presentations the user owns or has been invited to collaborate on. Returns titles, share URLs, view counts, and the user's role per deck.

slideless_get_presentation

Fetches full info for a single presentation: tokens, collaborators, version count, view stats, and the primary share URL.

slideless_list_versions

Lists every version of a presentation in chronological order. Each version is immutable; uploads append a new version.

slideless_get_version

Fetches the manifest for a specific version of a presentation: title, entry path, and the list of files (path, sha256, size, contentType).

slideless_download_version

Downloads a specific version of a presentation. Returns the manifest plus the inline contents of every text file (HTML/CSS/JS/SVG/JSON/etc.) up to 256 KB each — ideal for reading or modifying a deck's HTML in chat. Binary or oversized files are listed as metadata only.

slideless_delete_presentation

Permanently deletes a presentation, including every version and every share token. Cannot be undone. Only the owner can delete.

slideless_add_share_token

Mints a new public share token for a presentation and returns the share URL. Each token can be revoked independently. Optionally pin the token to a specific version.

slideless_set_token_version_mode

Pins or unpins an existing share token to a specific version. Use {type:'pinned',version:N} to freeze recipients, or {type:'latest'} to make the token follow future uploads.

slideless_unshare_presentation

Revokes share tokens. Pass `tokenId` to revoke a single token; omit it to revoke every active token on the presentation. Anyone holding a revoked link will lose access immediately.

slideless_share_via_email

Sends an invitation email to one or more recipients with a viewer link to the presentation. This actually sends real email — it does not draft. Each recipient receives a separate email with the share URL embedded.

slideless_upload_html_presentation

Uploads a single-file HTML presentation to Slideless. Pass the full HTML as a string. Pass `presentationId` to add a new version to an existing deck; omit it to create a new deck. Returns the presentationId and version. To get a shareable URL, call `slideless_add_share_token` after this.

slideless_upload_presentation_files

Uploads a multi-file HTML presentation (HTML + CSS + JS + images, etc.). Each file's content is base64-encoded. Total payload should stay under ~1 MB; for larger decks use the slideless CLI. Pass `presentationId` to add a new version to an existing deck. Returns the presentationId and version. Call

// known CVEs in dependencies1 critical11 high7 medium7 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalnext@15.5.0GHSA-9qr9-h5gf-34mp

Next.js is vulnerable to RCE in React flight protocol

highnext@15.5.0GHSA-267c-6grr-h53f

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes

highnext@15.5.0GHSA-26hh-7cqf-hhc6

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up

highnext@15.5.0GHSA-36qx-fr4f-26g5

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

highnext@15.5.0GHSA-492v-c6pp-mqqv

Next.js has a Middleware / Proxy bypass through dynamic route parameter injection

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configSLIDELESS_API_BASE_URL
// quality suggestions

Tool annotations

15/22 tools have annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

22/22 tools missing one or more hints — slideless_invite_collaborator (missing: readOnlyHint, destructiveHint, idempotentHint); slideless_uninvite_collaborator (missing: readOnlyHint, idempotentHint, openWorldHint); slideless_list_collaborators (missing: destructiveHint, idempotentHint, openWorldHint), +19 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

20/22 tool handlers declare input schemas (91%)

Declare an inputSchema with zod/joi/yup on every tool definition.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

1 critical, 11 high severity in production deps — next@15.5.0 (critical), next@15.5.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/slideless-ai/mcp?variant=verified)](https://m8ven.ai/mcp/slideless-ai/mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 7a099b1d5aad1d6244d1e3f325db8c43e57c9579
code hash: 7341eb72c61816668c5ad53e0887541a155bd16bfd9e2aa1d1a07e038e525688
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client