Prism Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Prism Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center"> <img src="https://prismatic.io/favicon-48x48.png" /> <h1>@prismatic-io/prism-mcp</h1> </div>
Prism MCP Server is a local Model Context Protocol (MCP) server that helps AI assistants work with the Prismatic API for code-native integration and custom component development.
Agent Skills Also Available
>
If you're interested in AI-assisted coding, also check out our Claude Plugin, which helps your AI assistant understand the Prismatic ecosystem and provides tools for integration development, component development, and more.
This MCP server provides several tools, organized into categories. You may register whatever set of tools are most relevant to your use case.
#### Utilities
#### Codegen
Tools are organized into toolsets that can be selectively enabled via the TOOLSETS environment variable:
If no TOOLSETS environment variable is set, all tools are registered by default.
npm install --global @prismatic-io/prism prism loginConfiguration location and methods vary slightly depending on the AI tool you are using, but the following is relatively standard. More specific instructions are below.
Example setup:
{
"mcpServers": {
"prism": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@prismatic-io/prism-mcp", "."],
"env": {
"PRISMATIC_URL": "https://app.prismatic.io"
}
}
}
}If you would like the MCP server to run in a different directory than the currently open workspace, replace the . path argument with your working directory,
{
"args": ["-y", "@prismatic-io/prism-mcp", "/path/to/code-native/integration"]
}Command-line arguments:
. as the current workspace directory. If your coding agent does not support this, you can specify an absolute path of your code-native integration or custom component project instead.integration, component). If no toolsets are specified, all tools are registered by default. Being selective about toolsets may improve performance. For example, to enable only integration-related tools: {
"args": ["-y", "@prismatic-io/prism-mcp", ".", "integration"]
}Optional environment variable options:
PRISMATIC_URL: https://app.prismatic.io by default. If your Prismatic tenant is hosted in a different region, or if you use a private stack deployment, set this variable to your Prismatic URL.MCP_PRISM_PATH: Optional. If set, the MCP server will use this specific path to the Prism CLI executable instead of searching for it via npx or in your system PATH. This is useful if you have multiple Prism CLI installations or want to use a specific version. If setting this variable, use an absolute path and not a relative one.Add the above JSON config to your claude_desktop_config.json file.
To use this MCP server with Claude code, add the above config to your working directory's .mcp.json configuration file.
Alternatively, run
claude mcp add-json prism '{"type":"stdio","command":"npx","args":["-y","@prismatic-io/prism-mcp","."],"env":{"PRISMATIC_URL":"https://app.prismatic.io"}}'You can configure available MCP Servers via Cursor Settings > MCP Tools, then add the above config to your mcp.json file.
Or, click this link to install automatically: Add MCP Server to Cursor
Add the above config to the .vscode/mcp.json in your workspace, or the global mcp.json file (accessible via the "Add MCP Server..." option in the Command Palette).
Or, click this link to install automatically: Add MCP Server to VS Code
If your agent of choice is not listed, please reference their official documentation for setup instructions.
Prismatic is the leading embedded iPaaS, enabling B2B SaaS teams to ship product integrations faster and with less dev time. The only embedded iPaaS that empowers both developers and non-developers with tools for the complete integration lifecycle, Prismatic includes low-code and code-native building options, deployment and management tooling, and self-serve customer tools.
Prismatic's unparalleled versatility lets teams deliver any integration from simple to complex in one powerful platform. SaaS companies worldwide, from startups to Fortune 500s, trust Prismatic to help connect their products to the other products their customers use.
With Prismatic, you can:
Prismatic is built for B2B software companies that need to provide integrations to their customers. Whether you're a growing SaaS startup or an established enterprise, Prismatic's platform scales with your integration needs.
Our platform is particularly powerful for teams serving specialized vertical markets. We provide the flexibility and tools to build exactly the integrations your customers need, regardless of the systems you're connecting to or how unique your integration requirements may be.
Prismatic supports integrations of any complexity - from simple data syncs to sophisticated, industry-specific solutions. Teams use it to build integrations between any type of system, whether modern SaaS or legacy with standard or custom protocols. Here are some example use cases:
For information on the Prismatic platform, check out our website and docs.
This repository is MIT licensed.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.