ShieldNet MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_urlA | Run a comprehensive security scan on a URL. Checks 7 modules: security headers, injection (XSS/SQLi/SSTI/command injection/path traversal), CORS, info disclosure (25 sensitive paths), TLS, authentication issues, and misconfigurations. Returns findings with severity ratings and a security grade (A-F). Use 'aggressive' mode to also test rate limiting. |
| assess_riskA | Security governance gate: scan a URL and return an ALLOW/WARN/BLOCK decision with confidence score. Use as a guardrail before an AI agent connects to any external service. |
| check_headersA | Quick security headers audit — checks HSTS, CSP, CORS, X-Frame-Options, cookie flags, and more. |
| scan_historyA | View history of security scans performed in this session with grades and scores. |
| compare_scansB | Compare security posture of two URLs side by side — useful for evaluating which endpoint is safer. |
| governance_policyB | View the security governance policy or evaluate a score against ALLOW/WARN/BLOCK thresholds. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| security_audit | Full security audit with governance decision |
| pre_deployment_check | Security gate check before deployment |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Attack Vector Database | Security checks performed by ShieldNet |
| Scan History | All scans from this session |
| Governance Policy | ALLOW/WARN/BLOCK thresholds and rules |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hhhashexe/shieldnet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server