Connect Safeguard’s MCP server to Claude by Anthropic and ask about your software supply chain security in natural language. Query vulnerabilities, SBOMs, packages, licenses, and compliance data — and let Claude reason over your real security posture.
Add this connector URL in Claude
https://mcp.safeguard.sh/mcp/anthropicThis is Safeguard’s MCP server endpoint purpose-built for Claude. Paste it into Claude’s custom-connector URL field, then authorize with OAuth or an API key.
Once the Safeguard Security connector is enabled, Claude can call 35+ security tools and read MCP resources and prompts on your behalf.
Ask about CVEs, severities, and open findings across your projects in plain language — no query syntax required.
Inspect components, package versions, transitive dependencies, and license obligations pulled straight from your SBOMs.
Generate concrete fix plans for npm, pip, Maven, Go, and Cargo projects — upgrade paths, breaking-change notes, and all.
Diff and analyze SBOMs in both CycloneDX and SPDX formats to see what changed between builds and releases.
Reach repositories across GitHub, GitLab, Bitbucket, and Azure DevOps to scope security questions to real code.
Surface risk scores and compliance posture, then turn the answers into reports your stakeholders can read.
Evaluate policy gates for deployment readiness and understand exactly why a build would pass or be blocked.
Built multi-tenant from the ground up, so large organizations can keep teams and data cleanly isolated.
Register an account at app.safeguard.sh — or sign in if you already have one.
Open Claude → Settings → Connectors → Add custom connector.
Name it “Safeguard Security” and set the URL to https://mcp.safeguard.sh/mcp/anthropic.
Claude will ask you to authenticate — sign in to Safeguard and click Approve.
Safeguard’s 190+ security tools are now available to Claude. Start asking questions.
Remote MCP endpoint https://mcp.safeguard.sh/mcp/anthropic · SSE variant https://mcp.safeguard.sh/mcp/sse · health https://mcp.safeguard.sh/health
Auth is simple: you just need a Safeguard account. Create one at app.safeguard.sh if you don’t have one — then just Approve access when Claude asks. Prefer keys? Generate one at your API keys page.
Add Safeguard to your claude_desktop_config.json using mcp-remote, then restart Claude Desktop.
{
"mcpServers": {
"safeguard": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.safeguard.sh/mcp/anthropic"],
"env": { "SAFEGUARD_API_KEY": "<your-api-key>" }
}
}
}Replace <your-api-key> with a key from your Safeguard settings.
Add the Safeguard Security connector, authorize with OAuth or an API key, and start asking Claude about your vulnerabilities, SBOMs, and compliance in seconds.