{"servers":[{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"Non-custodial Pix payment gateway on Liquid: checkouts, products, status reads, and support tickets.","title":"DePix Gateway","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"1.1.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"1.1.0","transport":{"type":"stdio"}}],"remotes":[{"type":"streamable-http","url":"https://mcp.depixapp.com/mcp","headers":[{"description":"DePix 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/).","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-22T21:27:38.136939Z","publishedAt":"2026-07-22T21:27:38.136939Z","updatedAt":"2026-07-22T21:27:38.136939Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"Non-custodial Pix payment gateway on Liquid: checkouts, products, status reads, and support tickets.","title":"DePix App Gateway","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"1.1.1","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"1.1.0","transport":{"type":"stdio"}}],"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/).","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-22T22:34:53.221324Z","publishedAt":"2026-07-22T22:34:53.221324Z","updatedAt":"2026-07-22T22:34:53.221324Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"Non-custodial Pix payment gateway on Liquid: checkouts, products, status reads, and support tickets.","title":"DePix App Gateway","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"1.1.2","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"1.1.1","transport":{"type":"stdio"}}],"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/).","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-22T22:55:13.316597Z","publishedAt":"2026-07-22T22:55:13.316597Z","updatedAt":"2026-07-22T22:55:13.316597Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"Non-custodial Pix payment gateway on Liquid: checkouts, products, status reads, and support tickets.","title":"DePix App Gateway","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"1.2.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"1.2.0","transport":{"type":"stdio"}}],"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/).","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-23T06:34:26.330289Z","publishedAt":"2026-07-23T06:34:26.330289Z","updatedAt":"2026-07-23T06:34:26.330289Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP, two levels: hosted Pix receive (22 tools), or local npx + non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.0.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.0.0","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"}]}],"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/status/support tools only — the 27 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-29T04:17:45.831564Z","publishedAt":"2026-07-29T04:17:45.831564Z","updatedAt":"2026-07-29T04:17:45.831564Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP, two levels: hosted Pix receive (22 tools), or local npx + non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.0.1","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.0.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"}]}],"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/status/support tools only — the 27 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-29T05:09:31.083079Z","publishedAt":"2026-07-29T05:09:31.083079Z","updatedAt":"2026-07-29T05:09:31.083079Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP, two levels: hosted Pix receive (22 tools), or local npx + non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.1.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.1.0","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"}]}],"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/status/support tools only — the 27 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-29T18:35:22.882571Z","publishedAt":"2026-07-29T18:35:22.882571Z","updatedAt":"2026-07-29T18:35:22.882571Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.1.1","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.1.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"}]}],"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"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-29T21:42:58.728021Z","publishedAt":"2026-07-29T21:42:58.728021Z","updatedAt":"2026-07-29T21:42:58.728021Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.2.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.2.0","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"}]}],"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"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-30T09:16:08.880274Z","publishedAt":"2026-07-30T09:16:08.880274Z","updatedAt":"2026-07-30T09:16:08.880274Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.2.1","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.2.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"}]}],"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"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-11T17:42:33.464844Z","publishedAt":"2026-08-11T17:42:33.464844Z","updatedAt":"2026-08-11T17:42:33.464844Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.3.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.3.0","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"}]}],"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"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-22T12:42:39.541198Z","publishedAt":"2026-08-22T12:42:39.541198Z","updatedAt":"2026-08-22T12:42:39.541198Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.3.1","websiteUrl":"https://depixapp.com","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"}]}],"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"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-22T13:37:57.87949Z","publishedAt":"2026-08-22T13:37:57.87949Z","updatedAt":"2026-08-22T13:37:57.87949Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.5.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.5.0","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"}]}],"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"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-27T13:54:13.892503Z","publishedAt":"2026-08-27T13:54:13.892503Z","updatedAt":"2026-08-27T13:54:13.892503Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.5.1","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.5.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"}]}],"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"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-27T14:32:33.582917Z","publishedAt":"2026-08-27T14:32:33.582917Z","updatedAt":"2026-08-27T14:32:33.582917Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (59).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.7.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.7.0","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-27T21:47:25.784522Z","publishedAt":"2026-08-27T21:47:25.784522Z","updatedAt":"2026-08-27T21:47:25.784522Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (59).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.8.0","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.8.0","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-28T12:04:54.54273Z","publishedAt":"2026-08-28T12:04:54.54273Z","updatedAt":"2026-08-28T12:04:54.54273Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (59).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.8.1","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.8.1","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-28T12:31:39.078887Z","publishedAt":"2026-08-28T12:31:39.078887Z","updatedAt":"2026-08-28T12:31:39.078887Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (59).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.8.2","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.8.2","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-28T13:34:09.422099Z","publishedAt":"2026-08-28T13:34:09.422099Z","updatedAt":"2026-08-28T13:34:09.422099Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (59).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.8.3","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.8.3","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-28T14:31:06.239063Z","publishedAt":"2026-08-28T14:31:06.239063Z","updatedAt":"2026-08-28T14:31:06.239063Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (59).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.8.4","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.8.4","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-03T11:07:28.757439Z","publishedAt":"2026-09-03T11:07:28.757439Z","updatedAt":"2026-09-03T11:07:28.757439Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (60).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.8.5","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.8.5","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-03T11:52:41.675133Z","publishedAt":"2026-09-03T11:52:41.675133Z","updatedAt":"2026-09-03T11:52:41.675133Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (60).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.8.6","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.8.6","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-03T12:41:02.642145Z","publishedAt":"2026-09-03T12:41:02.642145Z","updatedAt":"2026-09-03T12:41:02.642145Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.depixapp/depix-mcp","description":"One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (62).","title":"DePix App MCP","repository":{"url":"https://github.com/depixapp/depix-mcp","source":"github"},"version":"2.8.7","websiteUrl":"https://depixapp.com","packages":[{"registryType":"npm","identifier":"@depixapp/mcp","version":"2.8.7","transport":{"type":"stdio"},"environmentVariables":[{"description":"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.","isRequired":true,"isSecret":true,"name":"DEPIX_API_KEY"},{"description":"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.","isSecret":true,"name":"DEPIX_WALLET_PASSPHRASE"},{"description":"Directory holding the encrypted local wallet. Optional; defaults to ~/.depix-wallet.","name":"DEPIX_WALLET_DIR"}]}],"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 26 receive tools only (checkouts, products, dated charges/cobranças, status reads, support tickets) — the 29 wallet_* tools require the npm package below, run locally.","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-04T14:40:53.401391Z","publishedAt":"2026-09-04T14:40:53.401391Z","updatedAt":"2026-09-04T14:40:53.401391Z","isLatest":true}}}],"metadata":{"count":23}}
