offsec-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NVD_API_KEY | No | Optional NVD API key to raise rate limits. | |
| OFFSEC_SCOPE | No | Inline authorization scope: comma-separated domains, wildcards, and CIDRs. Example: example.com,*.staging.example.com,10.0.0.0/24 | |
| OFFSEC_ALLOW_ANY | No | Set to '1' to disable the authorization scope guard (use only for fully-owned lab). | |
| OFFSEC_SCOPE_FILE | No | Path to a file containing authorization scope entries, one per line (# comments allowed). |
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 | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| recon_subdomainsA | Passively enumerate sub-domains of a domain from Certificate Transparency logs. |
| dns_lookupA | Resolve A/AAAA/MX/NS/TXT/CNAME records for a domain (via DNS-over-HTTPS). |
| whoisA | Look up domain registration data (registrar, dates, nameservers) via RDAP. |
| cve_searchB | Search the NVD for recent CVEs by keyword, filtered by minimum CVSS score. |
| cve_lookupA | Fetch full details and references for a specific CVE id (e.g. CVE-2024-3094). |
| analyze_jsA | Extract secrets, endpoints, and parameters from JavaScript (pasted content or a URL). |
| http_probeA | Fetch a URL and report status, key headers, and detected technologies. [active — needs scope] |
| security_headersB | Audit a site's HTTP security headers and grade them A–F. [active — needs scope] |
| port_scanA | TCP-connect scan a host for open ports (defaults to common ports). [active — needs scope] |
| scope_statusA | Report whether an authorization scope is configured for active tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/nadirzhon/offsec-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server