We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lpillonwp/mcp-payments'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•1.93 KiB
## Example environment variables (DO NOT put real secrets in this file)
## Copy to .env and fill with your own credentials
# Pagar.me (Core API v5)
PAGARME_API_KEY=
PAGARME_PUBLIC_KEY=
# Woovi/OpenPix
WOOVI_APP_ID=
## - Production: https://api.openpix.com.br/api/v1
## - Sandbox: https://api.woovi-sandbox.com/api/v1
WOOVI_BASE_URL=
# Optional: expose MCP over HTTP
MCP_HTTP_PORT=3009
# --- E2E (optional) ---
# Smoke requires: PAGARME_API_KEY and/or WOOVI_APP_ID depending on what you test.
#
# Full mode additionally requires a recipient + bank account data for Pagar.me.
# These are EXAMPLES/PLACEHOLDERS. Use your own sandbox/test data.
E2E_PAGARME_CUSTOMER_NAME=E2E Customer
E2E_PAGARME_CUSTOMER_EMAIL=e2e@example.com
E2E_PAGARME_CUSTOMER_DOCUMENT=98765432100
E2E_PAGARME_RECIPIENT_NAME=E2E Recipient
E2E_PAGARME_RECIPIENT_EMAIL=e2e-recipient@example.com
E2E_PAGARME_RECIPIENT_DOCUMENT=98765432100
# If your newly created recipient cannot be used for split/orders (account restrictions),
# set an existing/active recipient id here to be used when creating orders:
# E2E_PAGARME_ORDER_RECIPIENT_ID=rp_xxxxxxxxxx
# Optional fallback (when creating Pix orders is not enabled for the account):
# E2E_PAGARME_ORDER_ID=or_xxxxxxxxxx
# E2E_PAGARME_CHARGE_ID=ch_xxxxxxxxxx
E2E_PAGARME_BANK_HOLDER_NAME=E2E Holder
E2E_PAGARME_BANK_HOLDER_TYPE=individual
E2E_PAGARME_BANK_HOLDER_DOCUMENT=98765432100
E2E_PAGARME_BANK_CODE=001
E2E_PAGARME_BANK_BRANCH_NUMBER=0001
E2E_PAGARME_BANK_BRANCH_CHECK_DIGIT=
E2E_PAGARME_BANK_ACCOUNT_NUMBER=00000000
E2E_PAGARME_BANK_ACCOUNT_CHECK_DIGIT=0
E2E_PAGARME_BANK_ACCOUNT_TYPE=checking
E2E_PAGARME_BANK_PIX_KEY=
E2E_PAGARME_CARD_NUMBER=4111111111111111
E2E_PAGARME_CARD_HOLDER_NAME=E2E TEST
E2E_PAGARME_CARD_EXP_MONTH=12
E2E_PAGARME_CARD_EXP_YEAR=2030
E2E_PAGARME_CARD_CVV=123
E2E_PAGARME_CARD_BRAND=visa
# Woovi E2E (full)
E2E_WOOVI_CUSTOMER_TAXID=47173708052
E2E_WOOVI_CUSTOMER_EMAIL=e2e@example.com
E2E_WOOVI_CUSTOMER_PHONE=+5511999999999