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.
DEPIX_API_KEYrequiredsecretDePix 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_PASSPHRASEsecretrequired 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_DIRDirectory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.
AuthorizationrequiredsecretDePix 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.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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/mcpRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.