Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VAULTIX_API_KEYYesYour Vaultix secret API key (sk_live_... or sk_test_...)

Tools

Functions exposed to the LLM to take actions

NameDescription
vaultix_create_charge

Create a new payment charge (PIX, Credit Card, or Boleto). Amount is in cents (e.g., 5000 = R$ 50,00)

vaultix_get_charge

Retrieve a charge by ID

vaultix_list_charges

List all charges with optional filters

vaultix_cancel_charge

Cancel a pending or authorized charge

vaultix_create_customer

Create a new customer

vaultix_get_customer

Retrieve a customer by ID

vaultix_list_customers

List all customers

vaultix_update_customer

Update a customer

vaultix_delete_customer

Delete a customer

vaultix_create_refund

Create a refund for a paid charge. Amount in cents for partial refund.

vaultix_get_refund

Retrieve a refund by ID

vaultix_list_refunds

List all refunds

vaultix_get_balance

Get current account balance (available and pending)

vaultix_list_balance_transactions

List balance transactions (statement)

vaultix_create_product

Create a new product in the catalog. Price is in cents.

vaultix_get_product

Retrieve a product by ID

vaultix_list_products

List all products

vaultix_update_product

Update a product

vaultix_delete_product

Delete a product

vaultix_get_order

Retrieve an order by ID

vaultix_list_orders

List all orders

vaultix_get_transaction

Retrieve a transaction by ID

vaultix_list_transactions

List all transactions (unified view of charges, refunds, payouts)

vaultix_get_transactions_summary

Get transaction summary for a period

vaultix_create_payment_link

Create a shareable payment link. Amount in cents.

vaultix_get_payment_link

Retrieve a payment link by ID

vaultix_list_payment_links

List all payment links

vaultix_deactivate_payment_link

Deactivate a payment link

vaultix_create_payout

Create a payout (withdrawal) via PIX or bank transfer. Amount in cents.

vaultix_get_payout

Retrieve a payout by ID

vaultix_list_payouts

List all payouts

vaultix_cancel_payout

Cancel a pending payout

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/VautlixDevelopment/mcpVaultix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server