mcpbeat Sign in

DePix App MCP Server

answering

DePix App MCP is answering right now. Last checked 6 min ago. 77 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 642 · avg 88 · -39% w/w
a month agotoday
Uptime history 51 days of history · worst day 89%
51 days agonow
100.0%
Uptime 24h
91 of 91 checks
Tools
hidden behind auth
283 ms
Response time
average over 24h
77
Installs / week
npm and PyPI

What the code does

We have not read this server's code yet, 14 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const child = spawn(command, [...args], { stdio: ["ignore", "ignore", "pipe"] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add depix-mcp --transport http https://mcp.depixapp.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "depix-mcp": {
      "url": "https://mcp.depixapp.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.depix-mcp]
url = "https://mcp.depixapp.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "depix-mcp": {
      "url": "https://mcp.depixapp.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "depix-mcp": {
      "url": "https://mcp.depixapp.com/mcp"
    }
  }
}

This one needs environment variables set before it will start: DEPIX_API_KEY (DePix App API key (sk_test_ sandbox, sk_live_ production). Used by the 26 gateway tools; without it they return missing_api_key. Requires Node.js >= 22.4.), DEPIX_WALLET_PASSPHRASE (required for the 29 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.). The author declared them in the registry entry; get the values from the project itself.

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Endpoints

URLTransportStateLatencyChecked
https://mcp.depixapp.com/mcp streamable-http sign-in 231 ms 6 min ago

Alternatives to DePix App MCP

same job, measured the same way
BittensorMCP
by btmcp

Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes.

answering
Callmcp
by callmcp

One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.

68 installs/wk local only
IronWallet
by ironwallet

Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.

74 installs/wk local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

60 installs/wk local only
Commerce Demo
by kaiv

Kaiva Bridge live demo: a commerce dataset as a hosted, read-only MCP server (6 tools).

answering
Bvcc Agent Wallet
by blockventurechaincapital

Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

73 installs/wk local only
DATPAQ
by datpaq

34 production API tools over one hosted MCP endpoint.

answering
Clawpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.

local only

DePix App MCP — questions

Answers built from our own checks of this server.

Why is there no tool list for DePix App MCP?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is DePix App MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 283 ms. The bar chart above shows every period we have measured.
Is DePix App MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect DePix App MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to DePix App MCP?
No API key is involved. DePix App MCP answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is DePix App MCP?
It answers our handshake in 283 ms on average, which is faster than 56% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use DePix App MCP?
The npm package @depixapp/mcp was installed 77 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.