PyRIT MCP Server
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_engagementA | Create a new, independent AI red-team engagement and return its id. The returned engagement id must be used for all subsequent target/attack/ scoring/report tool calls that operate within this engagement. |
| list_engagementsA | List all engagements, optionally filtered by status ('active' or 'closed'). |
| get_engagementA | Get the current summary state of a single engagement by id. |
| close_engagementB | Close an engagement, cancelling any attacks still running within it. |
| configure_targetA | Configure (or replace) the REST chat target for an engagement. |
| get_targetB | Get the currently configured target for an engagement (secrets redacted). |
| validate_targetC | Send a lightweight connectivity check to the engagement's configured target. |
| list_attack_strategiesA | List available PyRIT attack strategies and their constructor parameters. Discovery only -- this does not recommend or select a strategy. The calling agent must choose which attack to run based on its own plan. |
| run_attackA | Run a named PyRIT attack strategy against the engagement's configured target. |
| continue_attackC | Continue a previous attack conversation with a new objective/turn. |
| cancel_attackC | Cancel a currently running attack within an engagement. |
| score_responseC | Score arbitrary text (e.g. a target response) with a named PyRIT scorer. |
| get_scoresC | List all scores recorded so far within an engagement. |
| generate_reportA | Generate a report (format: json, markdown, or html) for an engagement. |
| list_reportsC | List all reports generated so far for an engagement. |
| export_reportC | Copy a previously generated report to an arbitrary destination path. |
| get_server_infoB | Get PyRIT MCP server identity, version, and current engagement counts. |
| get_pyrit_versionA | Get the installed PyRIT framework version. |
| list_capabilitiesA | List discoverable server capabilities: attack strategies, scorers, datasets, report formats. |
| add_findingC | Record a finding on an engagement (e.g. a confirmed jailbreak or policy violation). Findings are included in generated reports. The agent decides what constitutes a finding; the server only stores it. |
| list_findingsC | List all findings recorded so far on an engagement. |
| health_checkA | Basic liveness check for the MCP server. |
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/Vectorindia1/pyritmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server