Vaultix MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAULTIX_API_KEY | Yes | Your Vaultix secret API key (sk_live_... or sk_test_...) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vaultix_create_chargeC | Create a new payment charge (PIX, Credit Card, or Boleto). Amount is in cents (e.g., 5000 = R$ 50,00) |
| vaultix_get_chargeC | Retrieve a charge by ID |
| vaultix_list_chargesC | List all charges with optional filters |
| vaultix_cancel_chargeC | Cancel a pending or authorized charge |
| vaultix_create_customerC | Create a new customer |
| vaultix_get_customerC | Retrieve a customer by ID |
| vaultix_list_customersC | List all customers |
| vaultix_update_customerC | Update a customer |
| vaultix_delete_customerC | Delete a customer |
| vaultix_create_refundC | Create a refund for a paid charge. Amount in cents for partial refund. |
| vaultix_get_refundC | Retrieve a refund by ID |
| vaultix_list_refundsC | List all refunds |
| vaultix_get_balanceB | Get current account balance (available and pending) |
| vaultix_list_balance_transactionsC | List balance transactions (statement) |
| vaultix_create_productC | Create a new product in the catalog. Price is in cents. |
| vaultix_get_productC | Retrieve a product by ID |
| vaultix_list_productsC | List all products |
| vaultix_update_productC | Update a product |
| vaultix_delete_productB | Delete a product |
| vaultix_get_orderC | Retrieve an order by ID |
| vaultix_list_ordersC | List all orders |
| vaultix_get_transactionC | Retrieve a transaction by ID |
| vaultix_list_transactionsC | List all transactions (unified view of charges, refunds, payouts) |
| vaultix_get_transactions_summaryC | Get transaction summary for a period |
| vaultix_create_payment_linkC | Create a shareable payment link. Amount in cents. |
| vaultix_get_payment_linkC | Retrieve a payment link by ID |
| vaultix_list_payment_linksC | List all payment links |
| vaultix_deactivate_payment_linkC | Deactivate a payment link |
| vaultix_create_payoutC | Create a payout (withdrawal) via PIX or bank transfer. Amount in cents. |
| vaultix_get_payoutC | Retrieve a payout by ID |
| vaultix_list_payoutsC | List all payouts |
| vaultix_cancel_payoutB | Cancel a pending payout |
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
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