> For the complete documentation index, see [llms.txt](https://support.safeheron.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.safeheron.com/help-center/product-and-solution/dive-into-safeheron/remote-mcp.md).

# Remote MCP

> #### Before you begin
>
> By default, Safeheron Remote MCP is not enabled in your workspace. You can enable this feature via  [Web Console](https://console.safeheron.com/)  at Tools > Safeheron Lab. Note that once the feature is enabled, every user in the workspace can connect an AI agent.

## Overview

Safeheron Remote MCP enables AI Agents to connect and interact with your Safeheron workspace. The Remote MCP solution offers a simple and rapid setup, requiring only a URL and a browser-based authorization process.

### Key benefits

* Intuitive interaction: Interact with your Safeheron workspace using everyday language. Instead of navigating complex interfaces or learning specific commands, simply ask your AI Agent to perform tasks, retrieve data, or manage operations, drastically lowering the learning curve.
* Ease of use: There is no software to install or configure. The connection is handled via a simple URL paste, which initiates a secure, browser-based authorization flow.
* Managed service: Safeheron handles the infrastructure, updates, and maintenance, ensuring the server is always available and up-to-date.

## What you can do with Safeheron Remote MCP

Safeheron Remote MCP allows you to interact with your digital assets using natural language prompts. This capability lets you query information, build code and dashboards.

Here are a few examples of what you can ask the AI Agent:

* Show me all my vault accounts and their balances.
* Get the last 10 transactions from today.
* What is my total Bitcoin balance across all accounts?

## How to connect to the Remote MCP Server

#### Security note

* When connecting an AI Agent, you need to authorize it to access your workspace, enabling it to query data on your behalf.&#x20;
* The Remote MCP server is configured by default for read-only operations. This prevents AI Agents from initiating or signing transactions.&#x20;
* The integration of an AI assistant with a Safeheron workspace introduces inherent risks due to the potential for AI models to produce unintended results. You must carefully identify AI-generated content

### Cursor

#### Step 1: Copy Configuration

Copy the following JSON configuration:

```json
{
    "mcpServers": {
      "safeheron": {
        "url": "https://mcp.safeheron.vip/mcp"
      }
    }
  }
```

#### Step 2: Configure Cursor MCP Server

Open **Cursor → Cursor Settings → Tools & MCP**, click **Add Custom MCP Server**, and paste the copied content.

#### Step 3: Connect Safeheron & Authorize

Click the **Connect** button of the added MCP Server to complete authorization.

#### Step 4: Start Chatting

Try entering the following in Cursor's AI chat:

> Help me check how many assets I have on Safeheron

***

### Claude Desktop/Web

#### Step 1: Copy MCP Server URL

```
https://mcp.safeheron.vip/mcp
```

#### Step 2: Configure Claude Connector

Open Claude Desktop/Web, go to **Settings → Connectors → Go to customize**, click **Add custom Connector**, and fill in the name and the URL copied in the previous step.

#### Step 3: Connect Safeheron & Authorize

Click the **Connect** button of the added MCP Server to complete authorization.

#### Step 4: Start Chatting

Try entering the following in Claude's chat:

> Help me check how many assets I have on Safeheron
