Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Lunium — Brazilian PIX and stablecoin payments

com.luniumpay/lunium

PIX payments for Brazil: verify a settlement with no API key, or sell USDT/USDC for BRL over PIX.

Uptime
100.0%
1 direct probes · 30d
Response
1364ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

lunium_create_sandbox_key

Provisions a Lunium TEST api key for you, in one call, with no account, no human approval and no money involved. Use it when a Lunium tool told you erro="chave_ausente" and you want to explore the API…

lunium_check_network_health

Real-time operational state of the public Lunium services, measured by an internal probe every 5 minutes: overall state plus per-component state (api, pix_charge = cash-in rail, crypto_sale = cash-out…

lunium_verify_pix_payment

Confirms that a specific PIX payment actually settled in Brazil, using the Central Bank end-to-end identifier (E2E). Free and open: no API key, no Lunium account. You can verify a payment you did not …

lunium_list_settlement_options

Open — no API key needed, so call this first. Lists the assets and networks that can settle right now, with limits and expected timing. Call it before quoting whenever the user names an asset or a ne…

lunium_check_payer_limit

Requires an API key. Returns how much a specific Brazilian taxpayer (CPF for a person, CNPJ for a company) can move through a PIX charge right now, in cents. Read-only — no charge is created. Call it…

lunium_get_crypto_sale

Requires an API key. Returns the current state of a crypto sale and, once settled, the receipt: pix_e2e (Central Bank identifier), receipt_url (a page to show a person), receipt_pdf_url and verify_url…

lunium_get_pix_charge

Requires an API key. Returns the state of a charge created with lunium_create_pix_charge. States: pending (unpaid), under_review (PIX received, settlement in transit), paid (credited, crypto released)…

lunium_quote_crypto_sale

Requires an API key. Step 1 of 3 of selling crypto for reais. Prices a specific amount of a specific asset on a specific network against a specific PIX key, returning brl_amount (what the recipient re…

lunium_confirm_crypto_sale

Requires an API key. Step 2 of 3, and the point of no return. Locks the quoted rate and returns deposit_address — the address the crypto must be sent to. Crypto arriving there will be converted and pa…

lunium_create_pix_charge

Requires an API key. Creates a PIX charge: returns a QR code and a copy-and-paste string any Brazilian payer can pay from their bank app. When it is paid, crypto is delivered to payout_address. The pa…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lunium_—_brazilian_pix_and_stablecoin_payments": {
      "url": "https://api.luniumpay.com/mcp",
      "transport": "streamable-http"
    }
  }
}