PluginBench
MCP Server
Active
Apache-2.0

DePix App MCP MCP Server

io.github.depixapp/depix-mcp

What is the DePix App MCP MCP server?

One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).

How to install DePix App MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DEPIX_API_KEY
    required
    secret

    DePix App API key (sk_test_ sandbox, sk_live_ production). Used by the 22 gateway tools; without it they return missing_api_key. Requires Node.js >= 22.4.

  • DEPIX_WALLET_PASSPHRASE
    secret

    required for the 27 wallet_* tools; without it they return wallet_not_configured. Unlocks the local wallet created by `npx -y @depixapp/mcp init`, a human ceremony at a terminal. The seed never leaves this machine and is never sent to DePix App.

  • DEPIX_WALLET_DIR

    Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.

  • Authorization
    required
    secret

    DePix App API key: Bearer sk_test_ (sandbox) or sk_live_ (production). Get one in the dashboard at depixapp.com, or self-onboard autonomously with no human via POST https://api.depixapp.com/api/agents/register (see https://depixapp.com/docs/en/). This hosted endpoint holds no seed and therefore serves the 22 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 27 wallet_* tools require the npm package below, run locally.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "depix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@depixapp/mcp"
      ],
      "env": {
        "DEPIX_API_KEY": "<YOUR_DEPIX_API_KEY>",
        "DEPIX_WALLET_PASSPHRASE": "<YOUR_DEPIX_WALLET_PASSPHRASE>",
        "DEPIX_WALLET_DIR": "<YOUR_DEPIX_WALLET_DIR>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "depix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@depixapp/mcp"
      ],
      "env": {
        "DEPIX_API_KEY": "<YOUR_DEPIX_API_KEY>",
        "DEPIX_WALLET_PASSPHRASE": "<YOUR_DEPIX_WALLET_PASSPHRASE>",
        "DEPIX_WALLET_DIR": "<YOUR_DEPIX_WALLET_DIR>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "depix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@depixapp/mcp"
      ],
      "env": {
        "DEPIX_API_KEY": "<YOUR_DEPIX_API_KEY>",
        "DEPIX_WALLET_PASSPHRASE": "<YOUR_DEPIX_WALLET_PASSPHRASE>",
        "DEPIX_WALLET_DIR": "<YOUR_DEPIX_WALLET_DIR>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "depix-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@depixapp/mcp"
      ],
      "env": {
        "DEPIX_API_KEY": "<YOUR_DEPIX_API_KEY>",
        "DEPIX_WALLET_PASSPHRASE": "<YOUR_DEPIX_WALLET_PASSPHRASE>",
        "DEPIX_WALLET_DIR": "<YOUR_DEPIX_WALLET_DIR>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Claude Code
claude mcp add depix-mcp --env DEPIX_API_KEY=<YOUR_DEPIX_API_KEY> --env DEPIX_WALLET_PASSPHRASE=<YOUR_DEPIX_WALLET_PASSPHRASE> --env DEPIX_WALLET_DIR=<YOUR_DEPIX_WALLET_DIR> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @depixapp/mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →