# MCP Collection

Akto automatically groups MCP tools, resources, and prompts into meaningful collections based on their server names. You can sort and create your own custom MCP collections as needed.

For example, if you want all your payment-related MCP tools to be part of a separate collection, you can create a new collection named "Payment MCP Tools" and add all tools that handle payment operations to this newly created collection.

You can also [set environment type](/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/how-to/set-environment-type.md) for an MCP collection as **Staging** or **Production**.

## View MCP Collection

To view details of an MCP collection:

1. Go to **Agentic Discovery > MCP Collections**
2. Click on any **MCP Collection** to view its components (tools, resources, and prompts)

You can see all components in the collection. Click on any component to view more details about it.

## Sort MCP Collections

To sort MCP collections by parameters like component count:

1. Go to **Agentic Discovery > MCP Collections**
2. Click on the **Sort** icon to sort the collections
3. Select parameters like **"More"** and **"Components"** to order collections by the number of components they contain


---

# 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/concepts/collections/mcp-collection.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.
