Catalog
Stackapps Suite MCP
Officialby Explorer-64 · TypeScript
StackApps suite gateway: PWA icons, splash screens, AI images. Pay per call in USDC via x402.
StackApps suite gateway: PWA icons, splash screens, AI images. Pay per call in USDC via x402.
Topics
ai-readyaieogeoopen-sourcepwasaassite-auditweb-scannerblueprint-protocolindie-apps
README not available yet.
Install
Configuration
Environment variables
WALLET_PRIVATE_KEYrequiredsecretEVM wallet private key for signing x402 USDC payments on Base mainnet. Wallet must hold USDC.
STACKAPPS_MAX_USD_PER_CALLPer-call payment cap in USD (default 0.50). The server refuses to sign challenges above this.
claude_desktop_config.json
{
"mcpServers": {
"stackapps-suite-mcp": {
"command": "uvx",
"args": [
"stackapps-suite-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
"STACKAPPS_MAX_USD_PER_CALL": "<YOUR_STACKAPPS_MAX_USD_PER_CALL>"
}
}
}
}