Pentest MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_AUTH_MODE | No | The authentication mode to use (e.g., 'bearer'). | |
| MCP_TRANSPORT | No | The primary network transport to use. Options: stdio, http, sse. Default is stdio. | stdio |
| MCP_AUTH_SCOPES | No | Comma-separated list of required authentication scopes (e.g., 'read,write'). | |
| MCP_OIDC_ISSUER | No | The URL of the OIDC issuer. | |
| MCP_SERVER_HOST | No | The host address to bind the server to when using network transport (http/sse). | 0.0.0.0 |
| MCP_SERVER_PORT | No | The port to bind the server to when using network transport (http/sse). | |
| MCP_AUTH_ENABLED | No | Whether to enable bearer-token auth with OIDC. Set to 'true' to enable. | |
| MCP_AUTH_AUDIENCE | No | The expected audience for OIDC token validation. | |
| MCP_OIDC_JWKS_URL | No | The URL of the OIDC JWKS (JSON Web Key Set) for token validation. | |
| MCP_OAUTH_CLIENT_ID | No | The OAuth client ID for authentication. | |
| MCP_OAUTH_CLIENT_SECRET | No | The OAuth client secret for authentication. | |
| MCP_OIDC_INTROSPECTION_URL | No | Optional alternative or backup validation mode using an introspection URL. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| setModeD | – |
| nmapScanD | – |
| generateWordlistD | – |
| runJohnTheRipperD | – |
| runHashcatD | – |
| cancelScanD | – |
| createClientReportD | – |
| gobusterD | – |
| niktoD | – |
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/DMontgomery40/pentest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server