Algovoi MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 217 installs a week from pypi. Last commit 7 Jun 2026.
AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add algovoi-mcp-server -- npx -y @algovoi/mcp-server
{
"mcpServers": {
"algovoi-mcp-server": {
"args": [
"-y",
"@algovoi/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.algovoi-mcp-server]
command = "npx"
args = ["-y", "@algovoi/mcp-server"]
{
"mcpServers": {
"algovoi-mcp-server": {
"args": [
"-y",
"@algovoi/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"algovoi-mcp-server": {
"args": [
"-y",
"@algovoi/mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.