> For the complete documentation index, see [llms.txt](https://developers.epiqai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.epiqai.com/work-with-tools/available-epiq-ai-mcp-tools.md).

# Available Epiq AI MCP Tools

Epiq AI MCP registers a fixed Claude-facing tool set at startup. All exposed tools are read-only and annotated accordingly. The business tools are registered through a read-only tool registry; the MCP adapter injects the authenticated Epiq AI user, validates account membership, and validates case access for project-scoped tools before the underlying tool body runs.

List and search parameters are intentionally constrained. List tools clamp pagination limits, search tools require a non-empty query, document and entity searches cap returned context documents at 20, and collection filters are checked against the selected case before search execution.

Epiq AI MCP provides the following tools.

| Tool                                                                                                         | Description                                                                                                                               | Access type |
| ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| [`list_my_aida_accounts`](/work-with-tools/available-epiq-ai-mcp-tools/accounts.md#list_my_epiq-ai_accounts) | Lists active Epiq AI accounts available to the authenticated Okta user and identifies the current default account.                        | Read        |
| [`list_projects`](/work-with-tools/available-epiq-ai-mcp-tools/projects.md#list_projects)                    | Lists Epiq AI projects/cases available to the selected account and authenticated user. This is the discovery tool for case\_id values.    | Read        |
| [`list_collections`](/work-with-tools/available-epiq-ai-mcp-tools/collections.md#list_collections)           | Lists document collections inside a selected project/case, using a case\_id returned by list\_projects.                                   | Read        |
| [`search_documents`](/work-with-tools/available-epiq-ai-mcp-tools/documents.md#search_documents)             | Searches documents in a selected Epiq AI case and returns relevant context documents, snippets, source links, and structured source data. | Read        |
| [`search_entities`](/work-with-tools/available-epiq-ai-mcp-tools/entities.md#search_entities)                | Searches for people, organizations, or other entities mentioned in selected case documents and returns supporting documents.              | Read        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.epiqai.com/work-with-tools/available-epiq-ai-mcp-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
