> ## Documentation Index
> Fetch the complete documentation index at: https://celoref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tool Reference

> Reference for the PIXA MCP tools published as pixa-wallet-mcp.

# 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

```json theme={null}
{
  "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.
