depix-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEPIX_API_KEY | Yes | Your DePix API key (sk_test_ or sk_live_) - required for stdio mode | |
| DEPIX_API_BASE | No | API base URL (default: https://api.depixapp.com) | https://api.depixapp.com |
| MCP_ALLOWED_HOSTS | No | Comma-separated Host allowlist for DNS-rebinding protection (default: mcp.depixapp.com) | mcp.depixapp.com |
| MCP_SERVER_VERSION | No | Version reported in handshake (default: 1.0.0) | 1.0.0 |
| MCP_MAX_WAIT_SECONDS | No | Max wait_for_checkout budget in seconds (default: 290) | 290 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_checkoutA | Create a Pix charge (checkout) with a hosted payment page. Requires scope |
| get_checkoutA | Fetch a checkout by id (owner view). Requires scope |
| list_checkoutsC | List checkouts with filters and pagination. Requires scope |
| simulate_checkout_paymentA | Mark a SANDBOX checkout as paid so you can observe checkout.completed. Live checkouts return sandbox_only. Requires scope |
| wait_for_checkoutA | Wait server-side for a checkout to reach a terminal status, emitting progress. One call — no client-side polling. Returns { status, terminal, timed_out }. Requires scope |
| create_productA | Create a reusable product (fixed-price checkout template with a public page). Requires scope |
| list_productsA | List products with filters and pagination. Requires scope |
| get_productA | Fetch a product by id with checkout aggregates. Requires scope |
| update_productA | Partially update a product (only provided fields change). Requires scope |
| activate_productA | Make a product purchasable again. Requires scope |
| deactivate_productA | Hide a product from the public page and block new checkouts. Requires scope |
| set_featured_productsA | Reconcile the pinned product set/order on the public page in one call (empty array clears all). Requires scope |
| list_product_checkoutsA | List checkouts created from a product. Requires scope |
| get_accountA | Identify the authenticated merchant (connection test). Requires scope |
| get_deposit_statusA | Read a deposit's status (read-only). Requires scope |
| get_withdrawal_statusA | Read a withdrawal's status (read-only). Requires scope |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/depixapp/depix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server