Product Features
Everything you need to secure your AI agent stack — from open-source scanning to enterprise compliance. All tiers include the full spidershield open-source toolset.
Open Source
Full three-phase security: scan, guard, and audit. MIT licensed, free forever.
MCP Security Proxy
Open SourceWrap any MCP server with a security proxy. Every tool call is checked against 15,923 rated servers, scanned for secrets/PII, and logged. Works with Claude Desktop, Cursor, Windsurf — any MCP client.
Install
$ npm i -g spidershield-proxyClick to copyClaude Code Hook
Open SourceAutomatic security checks for every MCP tool call in Claude Code. Grade F tools get blocked, Grade D triggers a warning. Zero dependencies.
Install
$ pip install spidershieldClick to copyOpenClaw Plugin
Open SourceThree-phase runtime security for OpenClaw agents: before_tool_call (Trust Score + DLP), after_tool_call (output scanning + audit), message_sending (outbound DLP). Three policy modes.
Install
$ openclaw plugins install spidershield-openclaw-pluginClick to copySecurity Scanner
Open SourceScan any MCP server for 46 security rules, 5-dimension description quality scoring, and architecture analysis. Output as table, JSON, SARIF, or auto-generated policy YAML.
Install
$ pip install spidershieldClick to copyDLP Engine
Open SourceDetect secrets (API keys, tokens, private keys — 50+ patterns) and PII (credit cards, SSN, email, phone) in tool parameters and outputs. Redact, mask, or block. Included in all packages above.
Policy Engine
Open SourceYAML-based rules with three presets (strict, balanced, permissive). Auto-generated policy templates from scan data — 15,923 servers covered. Included in all packages above.
Pro
Cloud audit dashboard, alerts, and team policies. $49/month.
Pro API Keys
ProGenerate up to 10 API keys (sr_pro_…) per account. Keys authenticate SDK uploads, Trust Registry queries, and Dashboard API access. Rotate or revoke instantly from your Account page.
API Endpoints
POST /api/v1/apikeysGET /api/v1/apikeysDELETE /api/v1/apikeys/:idCloud Audit Log
ProEvery tool call intercepted by RuntimeGuard is streamed to your cloud audit log with full context: session ID, tool name, decision (allow / deny / escalate), PII detected, and policy matched. 90-day retention on Pro, 1 year on Business+.
API Endpoints
POST /api/v1/audit/ingestGET /api/v1/audit/eventsGET /api/v1/audit/events/:idSecurity Dashboard
ProReal-time metrics at a glance: total events, block rate, top triggered rules, DLP detections, and risk trend over time. Drill down by session, tool, or time range.
API Endpoints
GET /api/v1/dashboard/statsGET /api/v1/dashboard/timelineGET /api/v1/dashboard/top-rulesVisual Policy Editor
ProCreate and manage security policies through the web UI or API. Define rules per tool, set allow / deny / escalate actions, and attach conditions. Changes take effect immediately — no restarts needed.
API Endpoints
GET /api/v1/policiesPOST /api/v1/policiesPUT /api/v1/policies/:idDELETE /api/v1/policies/:idAlert Rules & Webhooks
ProDefine alert rules that fire when security conditions are met (e.g., > 10 blocks in 5 minutes). Deliver alerts via webhook to Slack, PagerDuty, or any HTTP endpoint. Track delivery status and retry failed deliveries.
API Endpoints
POST /api/v1/alerts/rulesGET /api/v1/alerts/rulesGET /api/v1/alerts/deliveriesTrust Registry API
ProQuery MCP server security ratings in real-time. The Pro API returns ratings with zero delay (free tier has a 24h cache). Use the bulk endpoint on Business+ to export the full registry.
API Endpoints
GET /api/v1/registry/servers/:nameGET /api/v1/registry/searchMCP Proxy — Cloud Upload
ProRun `spiderrating proxy` to wrap any MCP server. Every tool call flows through RuntimeGuard locally, and audit events are uploaded to your cloud Dashboard when a Pro key is configured.
Business
Team management, RBAC, and org-wide controls. $199/month.
Team Management & RBAC
BusinessInvite team members, assign roles (owner / admin / member / viewer), and manage permissions. Control who can edit policies, view audit logs, or manage API keys.
API Endpoints
GET /api/v1/team/membersPOST /api/v1/team/membersPUT /api/v1/team/members/:id/roleDELETE /api/v1/team/members/:idSSO / SAML Integration
BusinessEnforce single sign-on for your organization. Connect your SAML 2.0 identity provider (Okta, Azure AD, Google Workspace) so team members authenticate through your corporate IdP.
Centralized Tenant Settings
BusinessConfigure organization-wide settings from a single API: org name, domain, default team role, 2FA enforcement, notification preferences, DLP toggle, SSO enforcement, and more. Partial updates via PATCH.
API Endpoints
GET /api/v1/account/settingsPATCH /api/v1/account/settingsAPI Usage Analytics
BusinessTrack API call volume per endpoint, view monthly usage history, and monitor quota consumption. Pro tier includes 50K calls/month, Business 500K, Enterprise 5M. Top-endpoint breakdown helps optimize integration patterns.
API Endpoints
GET /api/v1/account/usageGET /api/v1/account/usage/historyGET /api/v1/account/usage/quotaEnterprise
IP controls, session management, compliance exports, and custom retention.
IP Allowlisting
EnterpriseRestrict API access to trusted networks with CIDR-based IP allowlisting. Supports IPv4 and IPv6, up to 50 rules per tenant. Enable/disable the allowlist globally without deleting entries.
API Endpoints
GET /api/v1/security/ip-allowlistPOST /api/v1/security/ip-allowlistDELETE /api/v1/security/ip-allowlist/:idPUT /api/v1/security/ip-allowlist/togglePOST /api/v1/security/ip-allowlist/checkSession Management
EnterpriseList active sessions, view IP addresses and user agents, revoke individual sessions, or force-logout all sessions for a user. Admin endpoints allow organization-wide session visibility and control.
API Endpoints
GET /api/v1/account/sessionsDELETE /api/v1/account/sessions/:idPOST /api/v1/account/sessions/revoke-allGET /api/v1/admin/sessionsPOST /api/v1/admin/sessions/force-logoutAudit Log Export
EnterpriseExport audit events and admin logs in CSV or JSON format. PII fields are automatically masked with [REDACTED]. Exports include up to 50,000 rows with Content-Disposition headers for direct download.
API Endpoints
GET /api/v1/audit/events/export?format=csvGET /api/v1/audit/admin-log/export?format=jsonConfigurable Data Retention
EnterpriseSet per-data-type retention policies: audit events (7–365 days), admin audit logs (7–365 days), and alert delivery history (7–180 days). Trigger manual purges or let the system auto-purge on schedule.
API Endpoints
GET /api/v1/retentionPUT /api/v1/retentionPOST /api/v1/retention/purgeFull API Reference
Interactive API documentation is available at /docs (Swagger UI) and /redoc (ReDoc). All endpoints are fully typed with request/response schemas.