> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/dapta-mcp/setup/verify.md).

# Verify your connection

Open a new chat in your client and try one of these.

{% hint style="info" %}
Use **Claude Cowork** or **Claude Code**, the Dapta MCP does not run in the regular Claude.ai chat.
{% endhint %}

***

## Quick read-only check

Ask:

> **List my voice agents**

If the MCP is connected, Claude returns a list of the voice agents in your workspace. This confirms the key works and read tools are reachable.

***

## Full skill check

Ask:

> **Create a voice agent in Dapta**

The `create-voice-agent` skill should take over and walk you through it step by step. This confirms the skills bundle is installed and pairing correctly.

***

## If it does not work

| Symptom                                           | Likely cause                                                                          | Fix                                                                                     |
| ------------------------------------------------- | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Claude says it cannot reach Dapta                 | Key invalid or revoked                                                                | Re-check the key, or mint a new one                                                     |
| Claude lists tools but does not know the workflow | Skills not loaded (Claude Code: bundle not installed; Desktop: plugin not toggled on) | Claude Code: re-download and unzip the bundle. Desktop: re-upload and enable the plugin |
| 401 or 403 errors                                 | Invalid, revoked, or non-owner key                                                    | Re-check the key; mint a new one if needed                                              |

For the full list, see [Troubleshooting](/dapta-mcp/troubleshooting.md).

***

## You are connected

Explore what you can do from here.

{% content-ref url="/pages/lwhNZ1XQgGk0Xsk0zZch" %}
[Skills Catalog](/dapta-mcp/skills.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.dapta.ai/dapta-mcp/setup/verify.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.
