Skip to main content
Open SourceMIT LicenseMCP

Every API your agent needs
to run a business in Latin America

135 MCP servers, 2406+ tools, 4 countries, 9 verticals — payments, fiscal, logistics, messaging, banking, ERP, identity, crypto. Open source. MIT licensed.

NEW — AGENTIC PROTOCOLS

The Agentic Payments Bridge

Five categories of commerce infrastructure are being built in parallel — and none compose cleanly. We bridge them all via MCP. Connect your agent to Google UCP, Stripe ACP, x402 (Coinbase), AP2 (Google), and 14+ traditional rails through a single interface.

View protocols
0
Servers
0
MCP Tools
0
Verticals
0
Coming Soon
0
Unit Tests
Zod Validated Vitest Tested TypeScript Strict Sandbox Support

The Complete Loop

Not individual connectors — a complete business workflow.
Six systems. Zero human intervention. One agent.

Zoop
Creates Pix charge, splits to sellers
Step 1/6

Orchestrate all 6 with governance and audit trails using CodeSpar →

LIVE — REAL API RESPONSES

Test MCP servers. Right here.

Two live demos — BrasilAPI (free, no key) and Stripe ACP (real test mode API). Click any button to see real responses.

mcp-stripe-acpLIVE — TEST MODE
Stripe ACP — Agent Checkout
Browse, select, and pay inline — like ChatGPT + Shopify. Real Stripe test mode.

Quick Start

Pick your MCP client and add the config. That's it.

Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "zoop": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-zoop"],
      "env": {
        "ZOOP_API_KEY": "your-key",
        "ZOOP_MARKETPLACE_ID": "your-id"
      }
    }
  }
}
Claude CodeTerminal
$ claude mcp add zoop \
    -e ZOOP_API_KEY=your-key \
    -e ZOOP_MARKETPLACE_ID=your-id \
    -- npx -y @codespar/mcp-zoop
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "zoop": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-zoop"],
      "env": {
        "ZOOP_API_KEY": "your-key",
        "ZOOP_MARKETPLACE_ID": "your-id"
      }
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "zoop": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@codespar/mcp-zoop"],
      "env": {
        "ZOOP_API_KEY": "your-key",
        "ZOOP_MARKETPLACE_ID": "your-id"
      }
    }
  }
}

Works with any MCP-compatible client

Transparent Pricing

MCP servers are free and open source. External API costs depend on the provider.

FREE — No API Key
  • BrasilAPI — CEP, CNPJ, banks, holidays
  • Pix BCB — official Central Bank data
  • All "list" and "get" read operations
PAID — Provider Pricing
  • Payments — 0.99-4.99% per transaction
  • Fiscal — R$0.10-0.50 per NFe
  • Messaging — R$0.01-0.10 per message
Full cost breakdown →

Server Catalog

Each server gives AI agents typed tools to interact with Brazilian APIs.

Agentic Protocols

4 live
Stripe ACP24 tools

Agentic Commerce Protocol by Stripe. AI agent checkout, payment delegation, product discovery, and cart management.

View tools
create_checkoutCreate an ACP checkout session
get_checkoutRetrieve checkout session state
update_checkoutUpdate checkout quantities/address
complete_checkoutSubmit payment and finalize order
cancel_checkoutCancel a checkout session
create_customerCreate a Stripe customer
list_customersList customers
create_payment_linkCreate a payment link
list_payment_intentsList payment intents
create_refundRefund a payment
get_balanceGet account balance
list_productsList products
create_productCreate a product
list_pricesList prices
create_invoiceCreate an invoice
list_subscriptionsList subscriptions
UCP20 tools

Universal Commerce Protocol by Google. Agentic shopping: product search, cart, checkout, order tracking, and delivery.

View tools
search_productsSearch product catalog
get_productGet product details
check_availabilityCheck stock availability
list_merchantsList UCP merchants
create_cartCreate shopping cart
add_to_cartAdd item to cart
remove_from_cartRemove item from cart
get_cartGet cart contents
clear_cartClear cart
get_delivery_optionsGet shipping options
initiate_checkoutStart checkout
apply_paymentApply payment method
confirm_orderPlace the order
get_orderGet order details
list_ordersList orders
cancel_orderCancel order
request_returnRequest return
track_shipmentTrack shipment
link_identityLink buyer identity
get_profileGet buyer profile
x40210 tools

HTTP-native micropayments by Coinbase. USDC on Base and Solana. Machine-to-machine payments with HTTP 402.

View tools
pay_requestPay for a 402-protected resource and return its content
verify_paymentVerify if a x402 payment was received and settled
create_paywallCreate a x402 paywall for an endpoint
get_paywallGet paywall configuration for a URL
list_paywallsList all configured paywalls
delete_paywallRemove a paywall from an endpoint
get_balanceGet available USDC balance
list_paymentsList x402 payment history
get_paymentGet payment details by ID
get_supported_networksList supported networks and tokens
AP222 tools

Google's Agent-to-Agent Payment Protocol. Authorization, audit, trust establishment between autonomous payment agents.

View tools
register_agentRegister an AI agent as a trusted payer
get_agentGet agent registration and trust status
list_agentsList registered agents
revoke_agentRevoke an agent's payment authorization
authorize_paymentRequest payment authorization with scoped limits
get_authorizationGet authorization details
list_authorizationsList payment authorizations
execute_paymentExecute an authorized payment
get_audit_trailGet full audit trail for a transaction
list_audit_eventsList audit events with filters
list_payment_methodsList available payment methods via AP2 partners
get_transactionGet transaction details
list_transactionsList transactions with filters

Payments

36 live
Zoop28 tools

Brazilian payments infrastructure: Pix, boleto, card and native split of receivables. Your agent creates charges, reconciles settlements, and splits payouts across partners — in a single MCP call.

View tools
create_transactionCreate a transaction in Zoop (Pix, boleto, or credit card)
get_transactionGet transaction details by ID
list_transactionsList transactions with optional filters
create_split_ruleCreate a split rule for distributing payments between sellers
create_sellerCreate a seller (individual or business) in the marketplace
get_sellerGet seller details by ID
list_sellersList sellers in the marketplace
create_buyerCreate a buyer in the marketplace
get_balanceGet balance for a seller or the marketplace
create_transferCreate a transfer to a seller's bank account
refund_transactionRefund a transaction (full or partial)
get_receivablesGet receivables for a transaction
create_token_cardTokenize a credit card for secure payments
create_bank_accountCreate a bank account token for a seller
get_seller_balanceGet detailed balance for a specific seller
update_sellerUpdate seller information
list_transfersList marketplace transfers with filters
get_transferGet transfer details by ID
create_subscriptionCreate a recurring subscription
list_receivablesList all receivables for the marketplace
create_pix_paymentCreate a PIX payment transaction
get_pix_paymentGet PIX payment details including QR code and copy-paste payload
cancel_subscriptionCancel a recurring subscription
list_subscriptionsList subscriptions in the marketplace
list_disputesList disputes/chargebacks in the marketplace
get_marketplaceGet marketplace information and settings
get_disputeGet dispute details by ID
get_subscriptionGet subscription details by ID
Asaas24 tools

Billing automation, Pix, boleto, credit card, and subscriptions. Your agent manages customers, creates recurring charges, and tracks payment status.

View tools
create_paymentCreate a payment in Asaas (Pix, boleto, or credit card)
get_paymentGet payment details by ID
list_paymentsList payments with optional filters
get_pix_qrcodeGet Pix QR code for a payment (returns payload and image)
get_boletoGet boleto digitable line and barcode for a payment
create_customerCreate a customer in Asaas
list_customersList customers with optional filters
create_subscriptionCreate a recurring subscription
get_balanceGet current account balance
list_subscriptionslist subscriptions
cancel_subscriptioncancel subscription
get_webhook_eventsget webhook events
create_subaccountcreate subaccount
get_installmentsget installments
create_transferCreate a bank transfer (Pix out or TED)
create_pix_qrcodeGenerate a static PIX QR code for receiving payments
list_transfersList transfers with optional filters
create_notificationCreate a webhook notification configuration
list_notificationsList webhook notification configurations
get_customerGet customer details by ID
update_paymentUpdate a pending payment
delete_paymentDelete a payment by ID
refund_paymentRefund a received payment
get_subscriptionGet subscription details by ID
Pagar.me22 tools

Payment gateway with card, Pix, and boleto. Receivables anticipation and risk management built for Brazilian marketplaces.

View tools
create_orderCreate an order in Pagar.me with items and payment
get_orderGet order details by ID
list_ordersList orders with optional filters
create_chargeCreate a charge (Pix, boleto, or credit card)
get_chargeGet charge details by ID
create_recipientCreate a recipient for split payments
get_balanceGet current account balance
create_transferCreate a transfer to a recipient
refundRefund a charge (full or partial)
list_recipientsList recipients with optional filters
PagSeguro24 tools

Full payment stack: orders, Pix, boleto, and credit card. Your agent creates charges and manages the complete payment lifecycle.

View tools
create_orderCreate an order (Pix, boleto, or credit card)
get_orderGet order details by ID
list_ordersList orders with filters
create_chargeCreate a standalone charge
refundRefund a charge (full or partial)
get_pix_qrcodeGet Pix QR code for a charge
create_customerCreate a customer
get_balanceGet account balance
create_subscriptionCreate a recurring subscription
list_subscriptionsList subscriptions with filters
get_notificationsGet payment notification details
create_splitCreate a split payment configuration
get_disputeGet dispute/chargeback details
Cielo Acquirer22 tools

Brazil's largest card acquirer — authorization, capture, boleto, and recurrent payments on Cielo's rails. For enterprise orchestration, tokenization vault, and marketplace onboarding, use Braspag (Cielo's orchestration arm) separately.

View tools
create_saleCreate a credit/debit card sale
get_saleGet sale details by PaymentId
capture_saleCapture a pre-authorized sale
cancel_saleCancel/void a sale
create_recurrentCreate a recurrent payment
get_recurrentGet recurrent payment details
tokenize_cardTokenize a credit card
create_boletoCreate a boleto payment
create_pixCreate a Pix payment
get_pixGet Pix payment details
create_debitCreate a debit card sale
create_ewalletCreate a digital wallet payment
get_antifraudGet anti-fraud analysis for a payment
Stone21 tools

Open banking, Pix, and card acquiring. TON integration, partner tags, and real-time settlement for Brazilian commerce.

View tools
create_paymentCreate a payment via Stone
get_paymentGet payment details by ID
list_paymentsList payments with filters
get_balanceGet account balance
list_transactionsList account transactions
create_transferCreate a bank transfer
get_statementGet account statement
create_pix_paymentCreate a Pix payment
Efi18 tools

Direct Pix via BCB, charges, and carnets. One of the first fintechs authorized as a PSP by the Brazilian Central Bank.

View tools
create_cobCreate an immediate Pix charge (cobranca imediata)
get_cobGet Pix charge details by txid
list_cobsList Pix charges by date range
create_chargeCreate a billing charge (boleto/credit card)
get_chargeGet charge details by ID
create_carnetCreate a carnet (payment booklet)
get_pix_keyGet Pix key details
create_pix_evpCreate a random Pix key (EVP)
Iugu20 tools

Subscription billing with Pix, boleto, and credit card. Your agent creates invoices, manages customers, and handles recurring charges.

View tools
create_invoiceCreate an invoice (Pix, boleto, or credit card)
get_invoiceGet invoice details by ID
list_invoicesList invoices with filters
create_customerCreate a customer
list_customersList customers with filters
create_subscriptionCreate a recurring subscription
create_payment_methodCreate a payment method for a customer
get_account_infoGet account information and balance
Vindi20 tools

Recurring billing engine with dunning, retry logic, and multi-gateway. Your agent manages subscription lifecycles and reduces churn.

View tools
create_subscriptionCreate a recurring subscription
get_subscriptionGet subscription details
list_subscriptionsList subscriptions with filters
create_billCreate a bill (charge)
get_billGet bill details
list_billsList bills with filters
create_customerCreate a customer
get_customerGet customer details
create_planCreate a billing plan
list_plansList available plans
Celcoin18 tools

Pix, boleto, TED, bill payments, and mobile top-ups. Your agent processes utility payments and moves funds across Brazilian banks.

View tools
create_pix_paymentCreate a Pix payment
get_pix_paymentGet Pix payment details
create_boletoCreate a boleto payment
get_boletoGet boleto details
create_transferCreate a bank transfer (TED/DOC)
get_balanceGet account balance
list_banksList available banks
create_topupCreate a mobile/service top-up (recarga)
EBANX18 tools

Cross-border payments for LatAm: local payment methods, FX conversion, and mass payouts. Your agent sells globally and settles locally.

View tools
create_paymentCreate a payment (boleto, credit card, PIX, etc.)
get_paymentGet payment details by hash
list_paymentsList payments by date range
refundRefund a payment (full or partial)
create_payoutCreate a payout to a bank account
exchange_rateGet current exchange rate
get_banksList available banks for a country
Mercado Pago30 tools

Checkout Pro, Pix, boleto, card. Marketplace split. The LatAm-wide payments gateway that actually works across borders.

Conekta21 tools

Mexican payment gateway: cards, OXXO cash deposits, and SPEI bank transfers. Your agent charges in MXN with local payment methods.

Wompi22 tools

Colombian payment gateway by Bancolombia: cards, PSE bank transfers, and Nequi wallet. Your agent accepts COP with local checkout.

dLocal18 tools

LatAm cross-border payments through a single API. 15+ countries, local methods (Pix, OXXO, PSE, SPEI, boleto) + cards. The one call, multi-country abstraction per-country PSPs can't provide on their own.

Getnet20 tools

Santander-owned Brazilian acquirer — #3 BR and #1 BR ecommerce. Credit, debit, Pix, boleto + marketplace seller onboarding and split. Closes the big-four BR acquirer quadrant.

Adyen26 tools

Global enterprise payments used by iFood, Uber, Spotify, and AirBnB in LatAm. The one gateway enterprise merchants choose when a single contract has to cover BR + EU + US + APAC. Checkout v71 (payments, methods, links, donations, sessions, stored methods).

Chargebee15 tools

Global subscription-billing orchestration used by LatAm SaaS (Platzi, Truora). Stripe-style subscription logic on top of local gateways. Zero overlap with Vindi/Iugu — this is the global-SaaS pattern.

Braspag22 tools

Cielo's enterprise orchestration arm — distinct from the Cielo Acquirer server. Multi-acquirer routing, Cartão Protegido (token vault), recurrence, marketplace split, antifraude. Target: enterprise BR retail.

Transbank19 tools

Chile's dominant card acquirer — state-origin roots, effectively default for Chilean commerce. Webpay Plus (single payments) + Webpay OneClick Mall (stored-card recurring). Prerequisite for any LatAm-coverage claim that includes Chile.

Culqi20 tools

Peru's Stripe-analog — default PSP for Peruvian D2C and SaaS (CulqiOnline, CulqiLink, CulqiFull). Brings Peru into the catalog alongside BR/MX/AR/CO/CL.

Openpay23 tools

BBVA-owned Mexican gateway — the MX alternative to Conekta. Cards, OXXO, SPEI, subscriptions (native), marketplace payouts. Closes the BBVA-rail story for Mexico.

Airwallex20 tools

Cross-border inverse of EBANX — LatAm sellers collect from abroad (USD/EUR/GBP) and settle locally. Payment intents, refunds, beneficiaries, transfers, FX conversions, multi-currency balances.

NuPay22 tools

Nubank's merchant checkout rail — wallet-backed one-click, Pix, and recurrence, backed by Nubank's 100M+ BR customer distribution. Full OpenAPI verified; base platform is Spinpay.

PicPay18 tools

Brazilian digital wallet with 60M+ users. Merchant checkout API for payments, recurrency plans, and subscriptions. Alpha release on npm — core payments verified, recurrency payload shapes pending sandbox validation.

Khipu21 tools

Chilean instant bank-transfer PSP. Complements Transbank for merchants who want bank-transfer payments alongside cards — Chilean consumers often prefer bank transfers for larger transactions (no credit limit, no card fees).

Safrapay21 tools

Banco Safra's acquirer — premium/enterprise private-banking segment. Operated on Aditum's payment platform. Authorize/capture/cancel, Pix, boleto, tokenization, split, digital statements. Alpha on npm — BCRYPT auth recipe and body casing pending sandbox validation.

Rapyd22 tools

Global 100+ country collect + disburse platform. Complements dLocal (LatAm-focused) with cash pickup (OXXO Pay, 7-Eleven) and merchant-managed wallets — unique vs other servers in the catalog.

Braintree22 tools

PayPal-owned global payment processor. Target: LatAm SaaS selling to US/EU with existing Braintree accounts. GraphQL API (v2019-01-01) — transactions, vault, customers, client tokens.

Worldpay22 tools

Global enterprise processor (Access Worldpay REST). Target: multinationals routing LatAm volume through a global contract. Recently acquired by Global Payments (Jan 2026); platform stability TBD. Alpha on npm — HATEOAS linkData flow pending sandbox validation.

Izipay19 tools

Peru enterprise acquirer (Niubiz-backed — Visa + local banks). Complements Culqi (Peru SMB) for serious-volume Peruvian merchants. Alpha on npm — all endpoint paths best-guess since developers.izipay.pe is contract-gated.

Rede22 tools

Itaú-owned Brazilian card acquirer. Completes the big-four BR acquirer quadrant alongside Cielo, Stone, and Getnet. Authorize, capture, refund, zero-auth, tokenization, native recurrences. Alpha on npm — developer.userede.com.br is SPA-rendered, endpoints not live-verified.

Stripe30 tools

Stripe's global payments API — distinct from stripe-acp (which wraps Stripe's Agentic Commerce Protocol). What every LatAm SaaS accepting Stripe uses today. Payment Intents, refunds, customers, subscriptions, checkout, payment links, invoices, disputes.

PayPal19 tools

Global payments + payouts giant. Owns Braintree (separate package). Orders v2 + Payments + Payouts + Subscriptions + Disputes + Webhooks. OAuth2 client_credentials. Sandbox/live toggle.

Wise21 tools

Global multi-currency accounts + FX + international transfers. Best-in-class FX rates for cross-border. Profiles + Quotes + Recipients + Transfers + Balances + Webhooks. Bearer token, sandbox/live toggle.

Iniciador9 tools

Open Finance BR PISP — Pix payment initiation. Operator triggers a payer→payee transfer through Iniciador's PISP license; payer authorizes once at their bank's app and the payment fires from the payer's own bank account. Alternative to merchant-acquirer rails when the payer's bank should be the source of funds. API key (X-API-KEY) + OAuth2 consent for some flows. Alpha on npm — endpoint set provisional pending live-validation.

PagBrasilSOON

International payments for Brazil

JunoSOON

Boleto and Pix payments

Fiscal

6 live
Nuvem Fiscal24 tools

Issuance of NF-e, NFS-e, NFC-e, and CT-e. SEFAZ queries, invalidation, and cancellation across all 27 Brazilian states.

View tools
create_nfeCreate a NF-e (nota fiscal eletrônica)
get_nfeGet NF-e details by ID
cancel_nfeCancel a NF-e
create_nfseCreate a NFS-e (nota fiscal de serviço eletrônica)
get_nfseGet NFS-e details by ID
cancel_nfseCancel a NFS-e
create_nfceCreate a NFC-e (nota fiscal de consumidor eletrônica)
consult_cnpjConsult company data by CNPJ number
consult_cepConsult address by CEP (postal code)
register_companyRegister a company in Nuvem Fiscal
create_ctecreate cte
get_cteget cte
cancel_ctecancel cte
create_mdfecreate mdfe
get_nfe_eventsget nfe events
Focus NFe19 tools

NF-e, NFS-e, and NFC-e emission with automatic SEFAZ validation. Simplified fiscal compliance for any Brazilian business.

View tools
create_nfeCreate and emit an NFe (nota fiscal eletronica)
get_nfeGet NFe details by reference
cancel_nfeCancel an NFe
create_nfseCreate and emit an NFSe (nota fiscal de servico)
get_nfseGet NFSe details by reference
cancel_nfseCancel an NFSe
get_nfe_pdfGet NFe PDF (DANFE) download URL
create_nfceCreate and emit an NFCe (nota fiscal do consumidor)
NFe.io22 tools

NF-e/NFS-e emission as a service — no cert installation, no XML assembly. Companies, webhooks, and CC-e (Carta de Correção) included. Full doc URL access for DANFE, PDFs, and XMLs.

Facturapi20 tools

Mexican CFDI 4.0 e-invoicing: create, stamp, and cancel invoices with SAT validation. Your agent handles Mexican fiscal compliance.

AFIP20 tools

Argentine electronic invoicing via AFIP web services. Your agent issues facturas, notas de credito, and validates CUIT/CUIL.

Siigo22 tools

Colombian accounting with DIAN electronic invoicing. Your agent creates facturas electronicas, manages taxes, and stays DIAN-compliant.

PlugNotasSOON

Simplified fiscal document emission

Communication

8 live
Z-API27 tools

WhatsApp Business API: messages, media, templates, and delivery webhooks. Your agent sends receipts, confirmations, and support responses.

View tools
send_textSend a text message via WhatsApp
send_imageSend an image message via WhatsApp
send_documentSend a document via WhatsApp
send_audioSend an audio message via WhatsApp
get_contactsGet all WhatsApp contacts
check_numberCheck if a phone number has WhatsApp
get_profile_pictureGet profile picture URL for a phone number
get_messagesGet messages for a phone number
send_button_listSend a button list message via WhatsApp
get_statusGet WhatsApp instance connection status
create_groupCreate a WhatsApp group
get_group_metadataGet group metadata and participants
add_group_participantAdd a participant to a WhatsApp group
remove_group_participantRemove a participant from a WhatsApp group
send_locationSend a location message via WhatsApp
send_contactSend a contact card via WhatsApp
add_labelAssign a label/tag to a chat
get_labelsList all available labels/tags
read_messageMark messages as read
delete_messageDelete a message
Evolution API25 tools

WhatsApp multi-device with QR code pairing. Messaging, groups, status updates, and contacts -- self-hosted friendly.

View tools
send_textSend a text message
send_imageSend an image message
send_documentSend a document
get_instancesList all instances
create_instanceCreate a new WhatsApp instance
get_qrcodeGet QR code for instance pairing
get_contactsGet contacts from an instance
send_pollSend a poll message
get_messagesGet messages from a chat
check_numberCheck if a number is on WhatsApp
create_groupCreate a WhatsApp group
get_group_infoGet group metadata and participants
update_profileUpdate instance profile
set_presenceSet online/offline presence
get_chat_historyGet full chat history with pagination
Zenvia18 tools

Omnichannel messaging: SMS, WhatsApp, and RCS with template management. Your agent reaches customers on their preferred channel.

View tools
send_smsSend an SMS message
send_whatsappSend a WhatsApp message
send_rcsSend an RCS message
get_message_statusGet message delivery status
list_channelsList available messaging channels
create_subscriptionCreate a webhook subscription
list_contactsList contacts
send_templateSend a WhatsApp template message
Take Blip18 tools

Conversational platform: chatbot flows, contact management, broadcasts, and analytics. Your agent orchestrates customer journeys across channels.

View tools
send_messageSend a message to a contact
get_contactsList contacts
create_contactCreate a contact
get_threadsGet message threads
send_notificationSend a notification/broadcast message
get_analyticsGet chatbot analytics
create_broadcastCreate a broadcast list and send
get_chatbot_flowGet chatbot flow configuration
RD Station18 tools

Marketing automation and CRM: contacts, event tracking, funnels, and opportunity management. Your agent nurtures leads and triggers campaigns.

View tools
create_contactCreate a contact in RD Station CRM
update_contactUpdate a contact by UUID
get_contactGet contact details by UUID or email
list_contactsList contacts with pagination
create_eventCreate a conversion event
list_funnelsList sales funnels
get_funnelGet funnel details with stages
create_opportunityCreate a sales opportunity
Twilio22 tools

Global SMS + WhatsApp + Voice + 2FA Verify + phone Lookup across 180+ countries. Fills the global gap in the messaging category (all other entries are BR-specific).

WhatsApp Cloud22 tools

Meta-direct WhatsApp Cloud API. Distinct from our Z-API/Evolution/Take Blip/Zenvia wrappers — this is the official Graph API integration (no middleman fees, requires approved WABA). 11 tools across messages, media, templates.

SendGrid20 tools

Email (transactional + marketing), Twilio-owned. Completes channel coverage: Twilio handles SMS/WhatsApp/Voice, SendGrid handles email. Send mail, templates, contacts CRUD, suppressions, stats.

MovideskSOON

Help desk and customer service

InfobipSOON

Omnichannel communication platform

Logistics

11 live
Melhor Envio18 tools

Multi-carrier shipping: quote Correios, Jadlog, Loggi, and 10+ carriers. Generate labels, track packages, and manage agencies.

View tools
calculate_shippingCalculate shipping rates from multiple carriers
create_shipmentCreate a shipment order
track_shipmentTrack a shipment by ID
generate_labelGenerate shipping label
list_agenciesList carrier pickup agencies
cancel_shipmentCancel a shipment
get_balanceGet account balance
add_cartAdd shipment to cart for batch processing
checkout_cartCheckout all items in cart and pay
preview_labelPreview a shipping label
print_labelPrint/download label PDF
get_shipmentGet shipment order details
list_shipmentsList all shipment orders
get_storeGet store/company info
search_agenciesSearch pickup agencies by service and location
create_addressCreate a stored address
list_services_availableList available shipping services for a route
get_tracking_historyGet complete tracking history
Correios21 tools

Official Brazilian postal service. Package tracking, shipping rate calculation, CEP lookup, SEDEX, and PAC.

View tools
track_packageTrack a package by tracking code
calculate_shippingCalculate shipping rates
get_delivery_timeGet estimated delivery time
list_servicesList available shipping services
find_cepLook up address by CEP
create_prepostCreate a pre-posting order
list_postal_codesSearch addresses by street/location
create_collectionSchedule a package collection (pickup)
get_collectionGet collection request details
create_reverseCreate a reverse logistics (return) order
get_reverseGet reverse logistics order details
Skydropx23 tools

Mexican multi-carrier shipping: quotes, labels, and tracking across DHL, FedEx, Estafeta, and Redpack. Your agent ships anywhere in Mexico.

Andreani18 tools

Argentina's leading courier: shipment creation, label generation, tracking, and branch lookup. Your agent manages deliveries nationwide.

Coordinadora19 tools

Colombia's top courier network: shipment quotes, guias, tracking, and coverage lookup. Your agent dispatches packages across Colombia.

VTEX32 tools

Enterprise e-commerce platform: orders, catalog, inventory, pricing, and fulfillment. Your agent manages the full storefront lifecycle.

View tools
list_productsList products from catalog
get_productGet product details by ID
list_ordersList orders with filters
get_orderGet order details by ID
list_skusList SKUs for a product
get_inventoryGet inventory/stock for a SKU
update_inventoryUpdate inventory for a SKU
get_shipping_ratesGet shipping rates simulation
create_promotionCreate a promotion/discount
get_catalogGet catalog category tree
create_productCreate a new product
update_productUpdate an existing product
create_skuCreate a new SKU
create_categoryCreate a new category
list_categoriesList categories
Mercado Libre22 tools

LatAm's largest marketplace: product listing, order management, seller metrics, and shipping labels. Your agent sells across 18 countries.

Tienda Nube24 tools

LatAm e-commerce platform: products, orders, customers, and webhooks. Your agent builds and operates online stores across the region.

Shopify28 tools

Global ecommerce platform — dominant DTC backend. Admin REST API v2024-01. Orders, products, customers, inventory, fulfillments, webhooks. Complements Tienda Nube (regional-only) for international DTC brands.

Shopee22 tools

LATAM marketplace partner API — huge in BR, growing elsewhere. Orders, products, returns. Pairs with Mercado Libre for full marketplace reach. Alpha on npm — signing recipe via SDK refs.

Amazon24 tools

Amazon Selling Partner API (SP-API). Biggest global marketplace platform — covers US/EU/global + Amazon BR for cross-border LatAm sellers. Orders, listings, catalog, inventory, reports, finances, shipping, notifications. Alpha on npm — LWA auth verified; integration tests pending.

FrenetSOON

Shipping quote aggregator

LoggiSOON

Last-mile delivery platform

KanguSOON

Shipping intermediation platform

Banking

21 live
Stark Bank27 tools

Banking as a Service: Pix, boleto, TED, statements, and reconciliation. Your agent moves money and tracks every cent.

View tools
create_transferCreate a bank transfer
get_transferGet transfer details by ID
list_transfersList transfers with filters
create_boletoCreate a boleto payment
get_balanceGet account balance
create_invoiceCreate an invoice
get_invoiceGet invoice details by ID
list_invoicesList invoices with filters
create_pix_requestCreate a Pix payment request
get_webhook_eventsGet webhook events
create_payment_requestCreate a payment request for approval
get_payment_requestGet payment request details
list_payment_requestsList payment requests
create_brcode_paymentPay a BR Code (Pix QR code)
get_depositGet deposit details by ID
Banco Inter22 tools

Digital banking with Pix, boleto, statements, and transfers. Your agent manages cash flow and automates receivables via Inter's API.

Nubank22 tools

Brazil's largest neobank via Open Finance. Account data, Pix, and transfers. Your agent reads balances and initiates payments.

Nequi16 tools

Colombian digital wallet by Bancolombia: push payments, QR codes, and P2P transfers. Your agent moves COP instantly via Nequi.

BCRA15 tools

Argentine Central Bank open data: official and parallel exchange rates, monetary stats, and financial indicators. No auth required.

Pix BCB18 tools

Official Pix API from Banco Central do Brasil. Instant transfers, QR codes, DICT key lookup, and devolution flows.

View tools
create_cobCreate an immediate Pix charge
get_cobGet immediate charge details by txid
list_cobsList immediate charges with filters
create_cobvCreate a due-date Pix charge
get_pixGet a received Pix payment by e2eid
list_pix_receivedList received Pix payments
create_pix_keyRegister a Pix key (DICT)
get_pix_keyLook up a Pix key
Open Finance18 tools

Open Finance Brasil standard: account data, transactions, consent management, and payment initiation across 100+ institutions.

View tools
list_accountsList customer accounts
get_account_balanceGet account balance
list_transactionsList account transactions
get_consentGet consent details
create_consentCreate a new consent request
list_credit_cardsList credit card accounts
get_credit_card_transactionsGet credit card transactions
list_investmentsList investment products
STP SPEI18 tools

Mexican instant bank transfers via SPEI. Your agent sends and receives MXN in real time through the national payment system.

Matera22 tools

Brazilian core-banking infrastructure (BaaS). Processes ~10% of Brazil's Pix per vendor case studies. Not a PSP — the rails underneath fintechs. For companies building on top of Pix rather than accepting it as a merchant. Alpha release on npm — endpoint paths pending doc verification.

Itaú22 tools

Biggest private BR bank. Direct banking API for high-volume Pix, boleto, statements, and utility/tax payments. OAuth2 + mTLS (BACEN requirement for Pix v2). Alpha on npm — devportal.itau.com.br is contract-gated, endpoint paths flagged with TODO(verify).

Dock20 tools

BR BaaS — Matera's main competitor, powers much of the Brazilian fintech stack. Differentiator vs Matera: card issuing on top of Pix + accounts. Alpha on npm — developers.dock.tech is ReadMe-gated, paths follow standard BR BaaS conventions.

Bradesco22 tools

2nd largest private BR bank (after Itau). Direct banking API: Pix, boleto, statements. OAuth2 + mTLS. Alpha on npm — base URLs unverified.

Santander Brasil23 tools

3rd largest private BR bank. Completes the top-3 BR private-bank trio (Itaú + Bradesco + Santander). OAuth2 + mTLS. Cobrança workspace-scoped with X-Application-Key. Alpha on npm — auth verified via community SDKs, Pix paths BACEN-standard high confidence.

Caixa23 tools

BR state-owned public bank. Distinct from private peers: Caixa handles social programs (FGTS, PIS/PASEP, bolsa família), lotteries, and merchants needing state-bank credibility. OAuth2 + mTLS (BACEN Pix v2). Alpha on npm — state-owned onboarding + contract-gated docs.

Banco do Brasil13 tools

BR top public bank (largest by assets). OAuth2 + mTLS + gw-dev-app-key. Pix, DICT, boleto cobranças, conta-corrente. Alpha on npm — devportal contract-gated, paths follow BACEN standard.

BTG Pactual12 tools

BR investment bank with retail digital banking (BTG+). Investment-bank flavor: Pix + boleto + accounts PLUS investment positions, portfolio summary, fund subscribe/redeem. OAuth2 + mTLS. Alpha — devportal contract-gated.

C6 Bank14 tools

BR digital bank (JPMorgan-backed). BaaS for Pix, DICT, boleto, accounts. OAuth2 + mTLS. Alpha — developers.c6bank.com.br contract-gated, paths follow BACEN Pix v2 + C6 BaaS conventions.

Sicoob13 tools

BR cooperative bank network — top 4 in Pix volume. Pix immediate + cobv, DICT, boleto, account balance. OAuth2 + mTLS. Alpha — developers.sicoob.com.br contract-gated.

Sicredi12 tools

BR cooperative bank — large Pix volume, especially in agribusiness corridors. Pix immediate + cobv, DICT, boleto, account balance. mTLS. Alpha — developers.sicredi.com.br contract-gated.

Banco Original12 tools

BR digital bank — early Pix adopter. Pix immediate + cobv, DICT, boleto, transfers. mTLS. Alpha — developers.original.com.br contract-gated.

Pluggy16 tools

Open Finance BR aggregator (TPP). Single API across all BR banks: account discovery, balances, transactions, identity, investments, loans, and Pix payment initiation. Pluggy holds the ICP-Brasil cert and does Dynamic Client Registration with each bank — operator doesn't. Auth via clientId + clientSecret minting a short-lived X-API-KEY. Alpha on npm — endpoint set provisional pending live-validation.

Identity

13 live
ClearSale18 tools

Brazilian fraud prevention pioneer (founded 2001). Order risk scoring, device fingerprinting, chargeback feedback. Alpha release on npm — endpoints pending validation against contract-gated ClearSale developer portal.

Konduto18 tools

BR fraud analytics — more API-first than ClearSale. Order analysis, blocklist/allowlist/review-list management, chargeback feedback via status updates. Bundle with ClearSale for score comparison or failover. Alpha on npm — 3 brief endpoints not in public docs; core verified against docs.konduto.com.

Sift20 tools

Global ML-based fraud detection — events + scores + decisions + labels feedback. Alpha on npm — paths verified against SiftScience/sift-ruby SDK.

Legiti18 tools

BR ticketing-native fraud prevention (formerly Inspetor, São Paulo). 4th fraud entry. Order evaluation + Collection API for events/accounts/auth tracking. Alpha on npm — public docs thinner than ClearSale/Konduto; tool shapes match docs-backend repo.

Truora16 tools

LATAM-wide background checks + KYC — Mexico, Colombia, Peru, Chile, Argentina coverage. Identity verification, document validation, criminal record checks. Alpha on npm — paths verified against truora.com docs.

Unico18 tools

Brazilian identity verification / KYC leader. IDCloud (CPF/CNPJ + document OCR), IDPay (face match, liveness), IDCheck (PEP, sanctions, court records). First entry in the Identity & KYC category. Alpha on npm — devcenter.unico.io is contract-gated; base URLs overridable via env.

Onfido20 tools

Global KYC leader (Entrust-owned). Applicants, document upload, live photos, checks (document + facial + watchlist + known-faces), reports. Pairs with Unico (BR-first) for global coverage when commerce touches non-LatAm users.

Jumio23 tools

Global KYC enterprise tier — deeper fraud intelligence, longer operator history. Target: banks, large fintechs, regulated commerce. Regional hosts (amer-1 / emea-1 / apac-1). Verified against docs.jumio.ai.

Persona20 tools

Modern developer-first KYC — great DX and template-driven workflows. 4th identity entry (Unico BR / Onfido global / Jumio enterprise / Persona modern).

BigDataCorp10 tools

BR data enrichment + KYC. CPF / CNPJ / vehicle / property / antifraud datasets — name, DOB, address, employment, score, sanctions, social signals (Instagram/LinkedIn). Standard rail in BR e-commerce + lending agents for KYC, AML, fraud scoring. Paired-header auth (AccessToken + TokenId). Alpha catalog-row only — package skeleton future work; endpoint paths provisional.

Certta11 tools

BR identity + signature platform. KYC/KYB (Receita + SPC/Serasa), face match + liveness, document OCR, antifraud score, ICP-Brasil + GoCertta electronic signature, orchestrated onboarding pipelines. Competes with Unico in KYC and D4Sign in signature — unique in combining both under one process.

Caf9 tools

BR identity + trust platform. KYC/KYB, face authentication + liveness, document validation + OCR, Trust Platform orchestration with hosted onboarding flows. Direct competitor to Unico / IDwall / Certta — Trust Platform is the differentiator (template-driven multi-step flows with policy rules).

Brasil API23 tools

Brazilian public data: CEP lookup, CNPJ validation, bank codes, FIPE vehicle prices, holidays, and tax tables. No auth required.

View tools
get_cepLook up address by CEP (Brazilian postal code)
get_cnpjLook up company information by CNPJ
get_banksList all Brazilian banks with codes and names
get_holidaysList national holidays for a given year
get_fipe_brandsList vehicle brands by type from FIPE table
get_fipe_priceGet vehicle price from FIPE table by code
get_dddGet state and cities for a DDD (area code)
get_isbnLook up book information by ISBN
get_ncmLook up NCM tax classification code
get_cptec_weatherGet weather forecast for a city (CPTEC/INPE)
get_pix_participantsget pix participants
get_domain_infoget domain info
get_ibge_municipalitiesget ibge municipalities
get_tax_ratesget tax rates
get_cptec_citiesget cptec cities
ReceitaWSSOON

CPF/CNPJ validation and enrichment

BigDataCorpSOON

Data enrichment and validation

ERP

10 live
Omie30 tools

Full ERP: sales orders, accounts payable/receivable, customers, products, and financial entries. Your agent manages the entire back-office.

View tools
list_customersList customers
create_customerCreate a customer
list_productsList products
create_productCreate a product
create_orderCreate a sales order
list_ordersList sales orders
list_invoicesList invoices (NF)
get_financialList accounts receivable
create_invoiceConsult a specific NF
get_company_infoList companies
create_service_orderCreate a service order (OS)
list_service_ordersList service orders
create_purchase_orderCreate a purchase order
list_purchase_ordersList purchase orders
get_bank_accountsList registered bank accounts
Bling28 tools

ERP with inventory, orders, NF-e emission, and marketplace integrations. Connects to Mercado Livre, Shopee, and Amazon.

View tools
list_productsList products
create_productCreate a product
list_ordersList sales orders
create_orderCreate a sales order
list_contactsList contacts (customers/suppliers)
create_contactCreate a contact
list_invoicesList fiscal invoices (NF-e)
create_invoiceCreate a fiscal invoice
get_stockGet stock/inventory for a product
update_stockUpdate stock for a product
Tiny ERP21 tools

Lightweight ERP for e-commerce: products, orders, NF-e, stock control, and accounts payable. Built for small Brazilian sellers.

View tools
list_productsList products
get_productGet product details
list_ordersList sales orders
get_orderGet order details
list_contactsList contacts
get_contactGet contact details
create_invoiceCreate a fiscal invoice (NF-e)
get_invoiceGet invoice details
get_stockGet stock for a product
list_accounts_payableList accounts payable
Conta Azul20 tools

Cloud accounting with invoicing, bank reconciliation, and cash flow management. Your agent automates bookkeeping for Brazilian SMBs.

View tools
list_customersList customers
create_customerCreate a customer
list_productsList products
create_productCreate a product
list_salesList sales
create_saleCreate a sale
list_servicesList services
create_serviceCreate a service
get_financial_summaryGet financial summary
list_categoriesList categories
Colppy22 tools

Argentine cloud accounting with AFIP electronic invoicing. Your agent manages facturas, customers, and tax compliance in ARS.

Alegra20 tools

Cloud accounting for LatAm: invoicing, expenses, inventory, and DIAN compliance. Your agent handles multi-country bookkeeping from one API.

Bind ERP20 tools

Mexican cloud ERP: inventory, purchasing, sales orders, and CFDI invoicing. Your agent runs the full operational cycle in MXN.

Belvo24 tools

Open Finance aggregator for LatAm: bank connections, transaction enrichment, and income verification across Brazil, Mexico, and Colombia.

QuickBooks22 tools

Intuit QuickBooks Online — global accounting leader (US/UK dominant). Customers, invoices, payments, items, P&L. Complements BR/LatAm ERPs for SaaS serving international customers.

Xero24 tools

Global accounting, #2 ERP (UK/AU/NZ leader). Contacts, invoices, payments, items, accounts, balance sheet. Together with QuickBooks covers ~80% of global SMB accounting.

SankhyaSOON

Enterprise ERP platform

TotvsSOON

Enterprise ERP and business solutions

Crypto

12 live
Mercado Bitcoin20 tools

Brazil's largest crypto exchange: BTC, ETH, and 200+ tokens. Your agent places orders, reads the orderbook, and manages wallets in BRL.

View tools
get_tickerGet ticker data for a trading pair
list_orderbookGet order book for a trading pair
create_orderCreate a buy or sell order
get_orderGet order details by ID
cancel_orderCancel an open order
list_ordersList orders with filters
get_balanceGet account balances
list_tradesList executed trades
get_candlesGet candlestick/OHLCV data
withdrawCreate a withdrawal request
Foxbit21 tools

Second-largest BR crypto exchange. Complements Mercado Bitcoin for hedging + liquidity. HMAC-SHA256 signed requests — signature + all endpoints verified against docs.foxbit.com.br.

Bitso20 tools

LatAm crypto exchange: trading, funding, and withdrawals in MXN, ARS, and BRL. Your agent executes trades and manages fiat on/off-ramps.

View tools
get_tickerGet ticker data for a trading pair
list_orderbookGet order book for a trading pair
create_orderCreate a buy or sell order
get_orderGet order details by ID
cancel_orderCancel an open order
list_ordersList orders with filters
get_balancesGet account balances
list_tradesList executed trades
list_funding_sourcesList available funding sources
create_withdrawalCreate a withdrawal request
Circle23 tools

USDC infrastructure: programmable wallets, payouts, and cross-border transfers. Your agent moves stablecoins with instant settlement.

View tools
create_walletCreate a new Circle wallet
get_walletGet wallet details by ID
create_paymentAccept a USDC payment
get_paymentGet payment details by ID
create_payoutCreate a payout (USDC to fiat)
get_payoutGet payout details by ID
create_transferCreate a USDC transfer between wallets
get_transferGet transfer details by ID
get_balanceGet wallet balance
list_transactionsList transactions with filters
UnblockPay20 tools

Fiat-to-stablecoin on/off-ramp: convert BRL, MXN, or USD to USDC and back. Your agent bridges traditional finance and crypto rails.

View tools
create_walletCreate a new wallet
get_walletGet wallet details by ID
list_walletsList all wallets
create_onrampCreate a fiat-to-stablecoin onramp transaction
create_offrampCreate a stablecoin-to-fiat offramp transaction
get_transactionGet transaction details by ID
list_transactionsList transactions with filters
get_exchange_rateGet current exchange rate
create_transferCreate a stablecoin transfer between wallets
get_balanceGet wallet balance
MoonPay20 tools

Fiat↔crypto on/off-ramp. Broader coverage than UnblockPay (100+ assets, 160+ countries) including BR Pix onramp. Sell-side flows enable agents paying out in crypto.

Transak18 tools

Fiat↔crypto on/off-ramp (MoonPay competitor). Different partner ecosystem and pricing; bundle both for best-rate routing. Alpha on npm — 3 discovery endpoints verified live, 6 partner-order paths pending sandbox validation.

Coinbase Commerce18 tools

Merchant-side crypto accept: buyer pays BTC/ETH/USDC at checkout, Coinbase settles to merchant's chosen crypto or fiat. Distinct from MoonPay/Transak (onramp) and UnblockPay (corridor) — zero overlap.

Coinbase Advanced Trade13 tools

Exchange / treasury API: list accounts, place + cancel orders (market/limit), fills, transaction summary, portfolios. Distinct from Coinbase Commerce (merchant gateway) and CDP (onchain wallets). Uses legacy HMAC keys minted from coinbase.com/settings/api.

Coinbase CDP Trading4 tools

Onchain swap / trade API on Coinbase Developer Platform. Uses ES256 JWT (ECDSA P-256) — distinct from Advanced Trade's HMAC keys. Endpoint set provisional; package skeleton pending.

Coinbase CDP Wallets7 tools

Smart Wallets / Embedded Wallets / MPC on Coinbase Developer Platform. Create wallets, list balances, transfer onchain. ES256 JWT auth shares one CDP key with the Trading + Payments products.

Coinbase CDP Payments4 tools

Onchain payment infrastructure on Coinbase Developer Platform. Distinct from Coinbase Commerce (merchant accept) — CDP Payments is programmatic payment rails for agent-to-agent / agent-to-wallet flows. Endpoint set provisional.

BrlaSOON

Tokenized BRL (Real) stablecoin — mint, burn, transfer

CoinbaseSOON

Global exchange — accounts, trades, payments

Need a server we don't have yet?

Use our server request template to suggest new servers, or contribute your own. Every server is MIT-licensed.

Built by code<spar> — open source multi-agent platform