Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEPIX_API_KEYYesYour DePix API key (sk_test_ or sk_live_) - required for stdio mode
DEPIX_API_BASENoAPI base URL (default: https://api.depixapp.com)https://api.depixapp.com
MCP_ALLOWED_HOSTSNoComma-separated Host allowlist for DNS-rebinding protection (default: mcp.depixapp.com)mcp.depixapp.com
MCP_SERVER_VERSIONNoVersion reported in handshake (default: 1.0.0)1.0.0
MCP_MAX_WAIT_SECONDSNoMax wait_for_checkout budget in seconds (default: 290)290

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_checkoutA

Create a Pix charge (checkout) with a hosted payment page. Requires scope merchant_write. Amount is BRL cents.

get_checkoutA

Fetch a checkout by id (owner view). Requires scope merchant_read.

list_checkoutsC

List checkouts with filters and pagination. Requires scope merchant_read.

simulate_checkout_paymentA

Mark a SANDBOX checkout as paid so you can observe checkout.completed. Live checkouts return sandbox_only. Requires scope merchant_write.

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 merchant_read.

create_productA

Create a reusable product (fixed-price checkout template with a public page). Requires scope merchant_write.

list_productsA

List products with filters and pagination. Requires scope merchant_read.

get_productA

Fetch a product by id with checkout aggregates. Requires scope merchant_read.

update_productA

Partially update a product (only provided fields change). Requires scope merchant_write.

activate_productA

Make a product purchasable again. Requires scope merchant_write.

deactivate_productA

Hide a product from the public page and block new checkouts. Requires scope merchant_write.

set_featured_productsA

Reconcile the pinned product set/order on the public page in one call (empty array clears all). Requires scope merchant_write.

list_product_checkoutsA

List checkouts created from a product. Requires scope merchant_read.

get_accountA

Identify the authenticated merchant (connection test). Requires scope merchant_read.

get_deposit_statusA

Read a deposit's status (read-only). Requires scope wallet_read. This MCP cannot create deposits (that is the SDK, F3).

get_withdrawal_statusA

Read a withdrawal's status (read-only). Requires scope wallet_read. This MCP cannot create withdrawals (that is the SDK, F3).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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