# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/how-to/copy/mcp-component-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
