> ## Documentation Index
> Fetch the complete documentation index at: https://dialnexa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations MCP Tools

> Use DialNexa integrations MCP tools through the remote MCP server.

DialNexa integrations MCP tools let an MCP-compatible AI client inspect, connect, validate, and disconnect integrations. Each tool page includes its exact server description, input schema, safety level, request shape, and retry guidance.

## Available Integrations MCP Tools

| Tool                                                                                           | Safety                              | What it does                                                                                                                                                                                              |
| ---------------------------------------------------------------------------------------------- | ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`list_integrations`](/docs/mcp-tools/integrations/list-integrations)                               | Read only                           | Returns every integration available to the organization, provider/adapter keys, what each does, and current connection status (connected/disconnected/error, with a masked credential hint if connected). |
| [`create_integration_connect_token`](/docs/mcp-tools/integrations/create-integration-connect-token) | Changes state - verify before retry | Starts a hosted OAuth connection flow for an integration and returns a URL, send the user that URL to click and finish connecting there (e.g. logging into Slack).                                        |
| [`validate_integration_connection`](/docs/mcp-tools/integrations/validate-integration-connection)   | Changes state - verify before retry | Re-checks an existing integration connection against the provider and updates its stored status (connected/error).                                                                                        |
| [`disconnect_integration`](/docs/mcp-tools/integrations/disconnect-integration)                     | Destructive                         | Disconnects an integration.                                                                                                                                                                               |
| [`request_integration_access`](/docs/mcp-tools/integrations/request-integration-access)             | Changes state - verify before retry | Requests access to an integration that's currently disabled by admin, posts a notification for the team to review, it does not enable the integration itself.                                             |

## Before you call a tool

Connect with OAuth or a workspace API key and complete MCP initialization first. Use IDs exactly as another DialNexa tool returned them, including prefixes such as `agent_`, `call_`, and `workflow_`.

For operations that change data, verify the target and current state before the call. Billable and destructive tools require extra care because retrying an uncertain result can spend money or repeat an irreversible action.

## Related guides

* [MCP quickstart](/docs/mcp-tools/quickstart)
* [MCP responses and errors](/docs/mcp-tools/errors)
* [MCP connection and authentication](/docs/mcp-tools/overview)
