Setup
Last updated
{
"mcpServers": {
"astrapay": {
"command": "npx",
"args": ["-y", "astrapay-mcp"],
"env": {
"ASTRAPAY_API_KEY": "ap_live_your_api_key"
}
}
}
}{
"servers": {
"astrapay": {
"command": "npx",
"args": ["-y", "astrapay-mcp"],
"env": {
"ASTRAPAY_API_KEY": "ap_live_your_api_key"
}
}
}
}