Biatec MCP server allows creation of blockchain account on Algorand and execute transfers on chain.
Overview
Biatec MCP server allows creation of blockchain account on Algorand and execute transfers on chain.
Server Config
{
"mcpServers": {
"Biatec": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://google.biatec.io/mcp/",
"--transport",
"http-first"
]
}
}
}