Skip to main content

Tool Reference

PIXA ships as an MCP package named pixa-wallet-mcp. It exposes tools for:
  • wallet inspection
  • x402 payments
  • Algorand transfers
  • funding and budgeting
  • discovery and hosted flows
  • rekey/session experiments
  • DEX and token operations

Install

{
  "mcpServers": {
    "pixa": {
      "command": "npx",
      "args": ["-y", "pixa-wallet-mcp"],
      "env": {
        "ALGORAND_MNEMONIC": "your 25-word mnemonic here",
        "NETWORK": "algorand-mainnet",
        "MAX_PER_CALL": "0.10",
        "MAX_PER_DAY": "20.00"
      }
    }
  }
}

Tool groups

  • wallet and funding
  • payments and routing
  • discovery and hosted UX
  • token and DEX operations
  • safety and session control
The pages in this section describe the tools in those groups and how to use them safely.