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.
Every design choice keeps custody of your keys in your hands — the AI only asks, you always hold the vault.
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.
Seamlessly integrate with Claude Desktop and Visual Studio Code through the Model Context Protocol for AI-assisted blockchain operations while maintaining self-custody.
Access your self-custody Algorand accounts from any device through secure device pairing and Google authentication without compromising key ownership.
Enhanced security through email-specific encryption binding that ensures your private keys can only be used with your specific Google account.
Easily pair new devices with your self-custody accounts using secure OAuth flows while maintaining exclusive control of your private keys.
Biatec servers decrypt your keys only in-memory, only when you explicitly authorize a signing operation — plaintext keys are never persisted.
Copy the config, paste it into your client, and you're pairing in under a minute.
Launch the Claude Desktop application on your computer.
Navigate to Settings → Model Context Protocol or Custom Servers section.
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.
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.
For example: @Biatec getAlgorandAddress
If an authentication prompt appears, log in to your Google account and re-run the prompt after a successful login.
Start Visual Studio Code on your computer.
.vscode/mcp.jsonIn your project folder, create a .vscode folder if it doesn't exist yet, then create or open a file named mcp.json.
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.
When using MCP features in VS Code, select Biatec as your provider. Follow prompts to authenticate and pair your device as needed.
For example: run #getAlgorandAddress
If an authentication prompt appears, log in to your Google account and re-run the prompt after a successful login.
Your tier is assigned automatically from your self-custody portfolio value — no subscriptions to manage.
Wealth up to €10,000
Wealth up to €1,000,000
Wealth over €1,000,000