> For the complete documentation index, see [llms.txt](https://docs.archera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archera.ai/help-center/partner-guides/claude-mcp-integration.md).

# Claude MCP Integration

Set up the Archera MCP custom connector in Claude so you can ask Archera-specific questions and try basic actions.

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

* Access to an Archera account
* Access to Claude with Custom Connectors enabled

### Step 1 - Add the MCP Custom Connector in Claude <a href="#step-1-add-the-mcp-custom-connector-in-claude" id="step-1-add-the-mcp-custom-connector-in-claude"></a>

1. Open Claude or Claude Desktop and go to **Settings** -> **Connectors**.

<figure><img src="https://mintcdn.com/archera/xy53lcAFe3uDbb3I/images/add-custom-connector.png?fit=max&#x26;auto=format&#x26;n=xy53lcAFe3uDbb3I&#x26;q=85&#x26;s=b769b691f19fea34e87dd36f01d2322b" alt=""><figcaption></figcaption></figure>

2. Choose **Add connector** or **+** -> **Add custom connector**.
3. If prompted for a connector type, choose **Custom** -> **Web**.
4. Name the connector `Archera`.
5. For the connector URL, paste the production endpoint:

   ```
   https://mcp.archera.ai/mcp
   ```
6. Click **Add**, then click **Connect**.
7. Sign in to Archera when prompted, review the consent screen, and approve access.

For Team or Enterprise plans, an owner may need to add the connector from **Organization settings** -> **Connectors** before members can connect it.

Claude registers itself automatically during setup using OAuth Dynamic Client Registration.

Once connected, you will see the Archera connector in your list:

<figure><img src="https://mintcdn.com/archera/xy53lcAFe3uDbb3I/images/claud-connector-manage-connector-first.png?fit=max&#x26;auto=format&#x26;n=xy53lcAFe3uDbb3I&#x26;q=85&#x26;s=db926cf0de7e3bb38a4459165cf0863c" alt=""><figcaption></figcaption></figure>

### Step 2 - Try it out in a new chat <a href="#step-2-try-it-out-in-a-new-chat" id="step-2-try-it-out-in-a-new-chat"></a>

Start a fresh Claude chat and ask Archera questions like:

* "What are my available savings on Archera?"
* "What is my lifetime savings on Archera?"
* "Apply the recommended plan."

### What to expect <a href="#what-to-expect" id="what-to-expect"></a>

The MCP connector provides direct access to Archera's API through Claude, allowing you to:

* Query your cloud commitment metrics and savings
* View commitment plans and recommendations
* Access detailed commitment plan information
* View your cloud resources and usage data

The connector includes built-in Archera context to provide richer answers about Archera's platform, products, and services.

For setup instructions for other clients, see the [Archera MCP Server API reference](https://docs.archera.ai/api-reference/mcp).


---

# 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://docs.archera.ai/help-center/partner-guides/claude-mcp-integration.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.
