Model Context Protocol · Live on google.biatec.io

Self-custody Algorand,
wired directly into your AI agent.

Biatec MCP Server gives Claude, VS Code, and any MCP-compatible assistant secure access to your Algorand account — while your encrypted private key stays in your own Google Drive, never on our servers.

AES-256
Key encryption
0
Keys stored on our servers
2
Clients: Claude & VS Code
100%
Self-custody, always
Why Biatec

Built for AI-native, self-custody finance

Every design choice keeps custody of your keys in your hands — the AI only asks, you always hold the vault.

🔐

Self-Custody Account Storage

Your Algorand private keys are encrypted and stored securely in your personal Google Drive, ensuring only you have access to your funds with true self-custody.

🤖

MCP Integration

Seamlessly integrate with Claude Desktop and Visual Studio Code through the Model Context Protocol for AI-assisted blockchain operations while maintaining self-custody.

🔄

Cross-Device Sync

Access your self-custody Algorand accounts from any device through secure device pairing and Google authentication without compromising key ownership.

🛡️

Email-Bound Security

Enhanced security through email-specific encryption binding that ensures your private keys can only be used with your specific Google account.

📱

Secure Device Pairing

Easily pair new devices with your self-custody accounts using secure OAuth flows while maintaining exclusive control of your private keys.

Authorized Processing Only

Biatec servers decrypt your keys only in-memory, only when you explicitly authorize a signing operation — plaintext keys are never persisted.

Get connected

Setup instructions

Copy the config, paste it into your client, and you're pairing in under a minute.

1Open Claude Desktop

Launch the Claude Desktop application on your computer.

2Go to Model Context Protocol (MCP) Settings

Navigate to SettingsModel Context Protocol or Custom Servers section.

3Add the Biatec MCP Server

Click Add Server and enter the following URL:

https://google.biatec.io/mcp/

Or configure it explicitly via JSON:

{
    "servers": {
        "Biatec": {
            "command": "npx",
            "cwd": "${input:cwd}",
            "args": [
                "mcp-remote",
                "https://google.biatec.io/mcp/",
                "--transport",
                "http-first"
            ]
        }
    },
    "inputs": [
        {
            "id": "cwd",
            "type": "promptString",
            "description": "Working Directory"
        },
        {
            "id": "debugType",
            "type": "promptString",
            "description": "Debug Type"
        }
    ]
}

Save your changes. The server will now be available for use in Claude Desktop.

4Use the Integration

When prompted to select an MCP server, choose Biatec or the URL above. Follow the on-screen instructions to authenticate with Google and pair your device.

5Run your first prompt

For example: @Biatec getAlgorandAddress

If an authentication prompt appears, log in to your Google account and re-run the prompt after a successful login.

1Open Visual Studio Code

Start Visual Studio Code on your computer.

2Create or edit .vscode/mcp.json

In your project folder, create a .vscode folder if it doesn't exist yet, then create or open a file named mcp.json.

3Add the Biatec MCP Server configuration

Insert the following configuration into mcp.json:

{
  "mcpServers": {
    "Biatec": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://google.biatec.io/mcp/",
        "--transport",
        "http-first"
      ]
    }
  }
}

Save the file. Visual Studio Code will now recognize Biatec for Model Context Protocol operations.

4Use the Integration

When using MCP features in VS Code, select Biatec as your provider. Follow prompts to authenticate and pair your device as needed.

5Run your first prompt

For example: run #getAlgorandAddress

If an authentication prompt appears, log in to your Google account and re-run the prompt after a successful login.

Pricing

Value-based tiers, not billing tiers

Your tier is assigned automatically from your self-custody portfolio value — no subscriptions to manage.

Free

Wealth up to €10,000

€0/month
  • All core features
  • Secure Google Drive storage
  • Device pairing
  • Community support

Enterprise

Wealth over €1,000,000

€1,000/month
  • All Pro tier features
  • Dedicated account manager
  • Custom integrations
  • Enterprise-grade SLAs