Prismism✓
dev.prismism/mcp · v0.2.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.prismism/mcp",
"description": "Upload any file, get a tracked shareable link. DocSend for AI agents.",
"title": "Prismism",
"repository": {
"url": "https://github.com/prismism-dev/mcp-server",
"source": "github"
},
"version": "0.2.2",
"websiteUrl": "https://prismism.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@prismism/mcp-server",
"version": "0.2.2",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://prismism.dev/mcp",
"headers": [
{
"description": "Your Prismism API key from prismism.dev/dashboard",
"isRequired": true,
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}