MCP Server
MCP
DePix App MCP
One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).
Install
npx -y @depixapp/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.depixapp.com/mcp",
"headers": [
{
"description": "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.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@depixapp/mcp",
"version": "2.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"isRequired": true,
"isSecret": true,
"name": "DEPIX_API_KEY"
},
{
"description": "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.",
"isSecret": true,
"name": "DEPIX_WALLET_PASSPHRASE"
},
{
"description": "Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.",
"name": "DEPIX_WALLET_DIR"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment