> For the complete documentation index, see [llms.txt](https://ai-security-docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/how-to/copy/mcp-component-data.md).

# MCP Component Data

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
