# Prismism MCP server

Upload any file, get a tracked shareable link. DocSend for AI agents.

## Links
- Registry page: https://www.getdrio.com/mcp/dev-prismism-mcp
- Repository: https://github.com/prismism-dev/mcp-server
- Website: https://prismism.dev

## Install
- Command: `npx -y @prismism/mcp-server`
- Endpoint: https://prismism.dev/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: x-api-key (required; secret)
- Package: Npm @prismism/mcp-server v0.2.2
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://prismism.dev/mcp
- Header: x-api-key

## Tools
- prismism_health - Check Prismism API health status Endpoint: https://prismism.dev/mcp
- prismism_register - Create a new Prismism account and get an API key Endpoint: https://prismism.dev/mcp
- prismism_publish - Publish content and get a shareable, tracked link. Upload a file (binary via base64 or text), or pass raw HTML/Markdown directly. Supports PDF, HTML, Markdown, images, video (MP4), and text. Endpoint: https://prismism.dev/mcp
- prismism_list - List your artifacts with pagination Endpoint: https://prismism.dev/mcp
- prismism_get - Get artifact details and analytics Endpoint: https://prismism.dev/mcp
- prismism_update - Update artifact settings — title, access level, gates, content, download permissions, or expiration Endpoint: https://prismism.dev/mcp
- prismism_content - Fetch the raw content of an artifact. Returns text for text formats (HTML, Markdown, text, JSON, CSV, SVG) or base64 for binary formats (PDF, images, video). Owner API key bypasses all gates. Endpoint: https://prismism.dev/mcp
- prismism_delete - Delete an artifact permanently Endpoint: https://prismism.dev/mcp
- prismism_comments - List, create, reply to, or resolve comments on an artifact (Plus/Pro/Business plans only). Use action='list' to see threads, 'create' to start a new thread (anchor required), 'reply' to add to a thread, or 'resolve' to mark resolved. Endpoint: https://prismism.dev/mcp
- prismism_account - Get account info, plan, and usage Endpoint: https://prismism.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.prismism
- Version: 0.2.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 13, 2026
- Source: https://registry.modelcontextprotocol.io
