For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP Component Data

Copy MCP endpoint data for scanning, debugging, and analysis.

You can copy MCP endpoint request/response data in curl format or for use in scanning tools. This helps with troubleshooting MCP server integrations and AI Red Teaming.

How to Copy

  1. Navigate to Agentic Discovery > Collections

  2. Select your MCP collection and click on an endpoint

  3. Click the Copy button in the endpoint details panel

  4. Choose format:

    • curl: For terminal scanning

    • Burp: For Burp Suite scanning

    • Raw: For custom analysis

What Gets Copied

  • MCP tool invocation requests

  • Tool response samples

  • Resource access patterns

  • Authentication headers

  • Request parameters and schemas

Use Cases

  • Scanning: Validate MCP tool behavior

  • Debugging: Analyze MCP server responses

  • Security Probing: Probe tool permission bypasses

  • Documentation: Create MCP integration examples

  • Monitoring: Track MCP tool performance

Last updated