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/tools
Or configure it explicitly by editing claude_desktop_config.json directly
(Settings → Developer → Edit Config - on Windows this is
%APPDATA%\Claude\claude_desktop_config.json, on macOS
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"Biatec": {
"url": "https://mcp.biatec.io/tools"
}
}
}
No mcp-remote proxy or local Node.js install needed - Claude Desktop speaks
Streamable HTTP (and its OAuth 2.1 sign-in flow) directly to a url-only entry.
Save the file and restart Claude Desktop. The server will now be available for use.
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 what is my algorand address
If an authentication prompt appears, log in to your Google account and re-run the prompt after a successful login.
More examples: "what is my second address", "list all my algorand addresses", "pay to address ABCD...WXYZ 1 algo with note biatec", or "pay to address ABCD...WXYZ 1 algo with note biatec with my arc76 address SEED2...ADDR and slot 10" to sign with a specific seed/slot instead of the default identity. A payment like this is handled as three chained tool calls (build, sign, broadcast) so you can also ask to just build a transaction without sending it. Try "swap 1 algo for USDC" (quotes Biatec Router, Folks Router, and Haystack Router) or "propose a 2-of-3 multisig payment" for a proposal other signers can co-sign in their own session, or "bridge 1 algo to my address on Voi" to bridge assets to another chain via Aramid Finance.
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:
{
"servers": {
"Biatec": {
"url": "https://mcp.biatec.io/tools",
"type": "http"
}
}
}
VS Code's built-in MCP client speaks Streamable HTTP directly - no mcp-remote
proxy or local Node.js install needed. Save the file; VS Code will prompt you to trust and
start the server, then 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 #getCryptoAddress network=Algorand
If an authentication prompt appears, log in to your Google account and re-run the prompt after a successful login.
More examples: "what is my second address", "list all my algorand addresses", "pay to address ABCD...WXYZ 1 algo with note biatec", or "pay to address ABCD...WXYZ 1 algo with note biatec with my arc76 address SEED2...ADDR and slot 10" to sign with a specific seed/slot instead of the default identity. A payment like this is handled as three chained tool calls (build, sign, broadcast) so you can also ask to just build a transaction without sending it. Try "swap 1 algo for USDC" (quotes Biatec Router, Folks Router, and Haystack Router) or "propose a 2-of-3 multisig payment" for a proposal other signers can co-sign in their own session, or "bridge 1 algo to my address on Voi" to bridge assets to another chain via Aramid Finance.
Custom MCP connectors currently require a ChatGPT Business, Enterprise, or Edu account with Developer Mode available.
Go to Settings → Connectors, then toggle on Developer Mode - this unlocks adding custom MCP servers.
Still under Settings → Connectors, click Create and choose to add a custom MCP server, then fill in:
Name: Biatec MCP Server URL: https://mcp.biatec.io/tools Authentication: OAuth
Check "I trust this application" and save. ChatGPT will open a browser to sign in via BiatecOIDC (Google or Microsoft) and ask you to approve access - no separate pairing step, no manual token to paste.
In a chat, open the +/connectors menu and enable Biatec so its tools are available to that conversation.
For example: "what is my algorand address". If an authentication prompt appears, log in and re-run the prompt after a successful login.
Start LM Studio on your computer (MCP support requires a recent version).
Switch to the Program tab in the right-hand sidebar, click Install →
Edit mcp.json - this opens LM Studio's mcp.json in its built-in editor.
Insert the following into mcp.json:
{
"mcpServers": {
"Biatec": {
"url": "https://mcp.biatec.io/tools"
}
}
}
Save the file. LM Studio connects to Biatec directly over Streamable HTTP - no local proxy needed - and will walk you through the OAuth sign-in via BiatecOIDC (Google or Microsoft) the first time a Biatec tool is used.
In LM Studio's chat sidebar, make sure the Biatec MCP server's tools are toggled on for the model/conversation you're using.
For example: "what is my algorand address". If an authentication prompt appears, log in 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