Home › Finance › AlgoVoi-Platform-Adapters
AlgoVoi-Platform-Adapters
AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.1.3)
npx -y @algovoi/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"algovoi-platform-adapters": {
"command": "npx",
"args": [
"-y",
"@algovoi/[email protected]"
],
"env": {
"ALGOVOI_API_KEY": "<YOUR_VALUE>",
"ALGOVOI_API_BASE": "<YOUR_VALUE>",
"ALGOVOI_TENANT_ID": "<YOUR_VALUE>",
"ALGOVOI_PAYOUT_ADDRESS": "<YOUR_VALUE>",
"ALGOVOI_WEBHOOK_SECRET": "<YOUR_VALUE>"
}
}
}
}
ALGOVOI_API_KEYrequired secret — Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.ALGOVOI_API_BASE— AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.ALGOVOI_TENANT_ID— Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.ALGOVOI_PAYOUT_ADDRESS— Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.ALGOVOI_WEBHOOK_SECRETsecret — Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.
Package (pypi 1.1.3)
uvx algovoi-mcp
Or add to your MCP client config:
{
"mcpServers": {
"algovoi-platform-adapters": {
"command": "uvx",
"args": [
"algovoi-mcp"
],
"env": {
"ALGOVOI_API_KEY": "<YOUR_VALUE>",
"ALGOVOI_API_BASE": "<YOUR_VALUE>",
"ALGOVOI_TENANT_ID": "<YOUR_VALUE>",
"ALGOVOI_PAYOUT_ADDRESS": "<YOUR_VALUE>",
"ALGOVOI_WEBHOOK_SECRET": "<YOUR_VALUE>"
}
}
}
}
ALGOVOI_API_KEYrequired secret — Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.ALGOVOI_API_BASE— AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.ALGOVOI_TENANT_ID— Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.ALGOVOI_PAYOUT_ADDRESS— Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.ALGOVOI_WEBHOOK_SECRETsecret — Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) π βοΈ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,β¦
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENSβ¦
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry