# MCP Collections & Endpoints

Adding descriptions to your MCP collections and endpoints helps keep your MCP inventory organized and easier to understand.

## Add Description to MCP Collection

1. Navigate to **Agentic Discovery > Collections**
2. Select your MCP collection
3. Click **Add a brief description** at the top
4. Enter description (up to 64 characters)
5. Press Enter or click outside to save

## Add Description to MCP Endpoint

1. Go to **Agentic Discovery** and select your MCP collection
2. Click on the MCP endpoint
3. In the right panel, click the description field
4. Enter description (up to 64 characters)
5. Changes save automatically

## Why Add Descriptions?

* **Clarity**: Understand MCP server purpose and capabilities
* **Documentation**: Keep inventory current
* **Collaboration**: Help teams understand MCP tools
* **Security**: Aid in permission audits

## Example Descriptions

* "Filesystem MCP - read/write to /data directory"
* "Slack MCP - customer support channel access"
* "Postgres MCP - read-only customer database"
* "GitHub MCP - code repository management"


---

# 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/description/mcp-collections-and-endpoints.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.
