{"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":true}}}],"metadata":{"count":10}}
