MCP Server
MCP
io.github.chopmob-cloud/algovoi-mcp-server
AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.
Install
npx -y @algovoi/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@algovoi/mcp-server",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALGOVOI_API_KEY"
},
{
"description": "AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.",
"format": "string",
"default": "https://cloud.algovoi.co.uk",
"name": "ALGOVOI_API_BASE"
},
{
"description": "Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.",
"format": "string",
"name": "ALGOVOI_TENANT_ID"
},
{
"description": "Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.",
"format": "string",
"name": "ALGOVOI_PAYOUT_ADDRESS"
},
{
"description": "Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.",
"format": "string",
"isSecret": true,
"name": "ALGOVOI_WEBHOOK_SECRET"
}
]
},
{
"registryType": "pypi",
"identifier": "algovoi-mcp",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALGOVOI_API_KEY"
},
{
"description": "AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.",
"format": "string",
"default": "https://cloud.algovoi.co.uk",
"name": "ALGOVOI_API_BASE"
},
{
"description": "Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.",
"format": "string",
"name": "ALGOVOI_TENANT_ID"
},
{
"description": "Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.",
"format": "string",
"name": "ALGOVOI_PAYOUT_ADDRESS"
},
{
"description": "Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.",
"format": "string",
"isSecret": true,
"name": "ALGOVOI_WEBHOOK_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
pypi
By
Comments
Sign in to leave a comment