Install
Select a method below to install the server.
audn_update_custom_scenario
Update an existing custom scenario
▾
Update an existing custom scenario
audn_create_agent
Create a new voice or text agent
▾
Create a new voice or text agent
audn_create_custom_scenario
Create a custom attack scenario for red-teaming AI agents
▾
Create a custom attack scenario for red-teaming AI agents
audn_verify_agent_phone
Send or verify phone verification codes for agents
▾
Send or verify phone verification codes for agents
audn_verify_text_agent
Verify a text agent by sending a test "hello" message to the configured API endpoint. Returns verification status, response preview, and latency information.
▾
Verify a text agent by sending a test "hello" message to the configured API endpoint. Returns verification status, response preview, and latency information.
audn_update_scenario
Update an existing scenario
▾
Update an existing scenario
audn_list_results
Retrieve test results with pagination and filters
▾
Retrieve test results with pagination and filters
audn_update_current_user_profile
Update the authenticated user's profile
▾
Update the authenticated user's profile
audn_create_scenario
Create a new attack scenario tied to a campaign
▾
Create a new attack scenario tied to a campaign
audn_create_campaign
Create a new testing campaign
▾
Create a new testing campaign
audn_create_api_key
Create a new API key
▾
Create a new API key
audn_revoke_api_key_legacy
Revoke an API key using key_id identifier
▾
Revoke an API key using key_id identifier
audn_rotate_api_key_legacy
Rotate an API key secret by key_id
▾
Rotate an API key secret by key_id
audn_revoke_api_key
Revoke an existing API key
▾
Revoke an existing API key
audn_generate_report
Generate compliance or vulnerability report
▾
Generate compliance or vulnerability report
audn_execute_custom_scenario
Execute a custom scenario test run
▾
Execute a custom scenario test run
audn_list_vulnerabilities
Retrieve a list of detected vulnerabilities
▾
Retrieve a list of detected vulnerabilities
audn_regenerate_report
Regenerate report artifacts for a report
▾
Regenerate report artifacts for a report
audn_get_current_user_profile
Retrieve the authenticated user's profile information
▾
Retrieve the authenticated user's profile information
audn_get_session_status
Retrieve the current authentication session status
▾
Retrieve the current authentication session status
audn_get_report
Retrieve report details by ID
▾
Retrieve report details by ID
audn_list_user_scenarios
Retrieve reusable scenarios available to the user
▾
Retrieve reusable scenarios available to the user
audn_list_campaigns
Retrieve a list of campaigns
▾
Retrieve a list of campaigns
audn_list_reports
Retrieve a list of reports with optional pagination and filters
▾
Retrieve a list of reports with optional pagination and filters
audn_list_api_keys
Retrieve a list of API keys
▾
Retrieve a list of API keys
audn_get_results
Retrieve test results for campaigns
▾
Retrieve test results for campaigns
audn_list_agents
Retrieve a list of voice and text agents to red-team and test
▾
Retrieve a list of voice and text agents to red-team and test
audn_get_result_by_id
Retrieve detailed information for a specific test result
▾
Retrieve detailed information for a specific test result
audn_execute_campaign
Execute a security testing campaign. Supports both voice and text campaigns:
- Voice campaigns: Initiates phone calls using the configured voice platform
- Text campaigns: Sends API requests to the configured text agent endpoint
The execution_mode is automatically determined from the agent configuration if not specified.
▾
Execute a security testing campaign. Supports both voice and text campaigns:
- Voice campaigns: Initiates phone calls using the configured voice platform
- Text campaigns: Sends API requests to the configured text agent endpoint
The execution_mode is automatically determined from the agent configuration if not specified.
audn_delete_scenario
Delete a scenario by ID
▾
Delete a scenario by ID
audn_list_scenarios
Retrieve available attack scenarios
▾
Retrieve available attack scenarios
audn_get_scenario
Retrieve details for a scenario
▾
Retrieve details for a scenario
audn_delete_agent
Delete an agent by ID
▾
Delete an agent by ID
audn_get_campaign_status
Retrieve current execution status details for a campaign
▾
Retrieve current execution status details for a campaign
audn_get_agent
Retrieve a specific agent by ID
▾
Retrieve a specific agent by ID
audn_list_custom_scenarios
Retrieve custom scenarios created by the user
▾
Retrieve custom scenarios created by the user
audn_get_campaign
Retrieve the current status and results of a campaign
▾
Retrieve the current status and results of a campaign
audn_delete_campaign
Delete a campaign by ID
▾
Delete a campaign by ID
No tools match your search.
https://mcp.audn.ai/mcp/audn-rn8sx
If you have a client that's not listed above, access the raw MCP
configuration below. Check out
the troubleshooting documentation
for more help.
{
"command": "npx",
"args": [
"mcp-remote@0.1.25",
"https://mcp.audn.ai/mcp/audn-rn8sx",
"--header",
"Mcp-Audn-Bearer-Auth:${MCP_AUDN_BEARER_AUTH}"
],
"env": {
"MCP_AUDN_BEARER_AUTH": "<your-value-here>"
}
}