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 account from any MCP client through standard OAuth 2.1 sign-in - no manual pairing step, no session ID to configure.
Enhanced security through email-specific encryption binding that ensures your private keys can only be used with your specific Google account.
Any MCP client that implements the MCP Authorization spec connects with a standard OAuth sign-in flow - no proprietary pairing UI, no session IDs.
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://mcp.biatec.io/mcp
Or configure it explicitly via JSON:
{
"servers": {
"Biatec": {
"command": "npx",
"cwd": "${input:cwd}",
"args": [
"mcp-remote",
"https://mcp.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. Claude Desktop will open a browser to sign in via BiatecOIDC (Google or Microsoft) and ask you to approve access - no separate pairing step.
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://mcp.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. VS Code will open a browser to sign in via BiatecOIDC and ask you to approve access.
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