Skip to main content
Open SourceMIT LicenseMCP

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

74 MCP servers, 453+ 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
x40210 tools

HTTP-native micropayments by Coinbase — USDC on Base/Solana, paywalls, machine-to-machine

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
AP213 tools

Google's Agent-to-Agent Payment Protocol — authorization, audit trails, scoped spend limits

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
Stripe ACP16 tools

Agentic Commerce Protocol — AI agent checkout, payment delegation, products, invoices

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
Google UCP20 tools

Universal Commerce Protocol — agentic shopping, cart, checkout, orders, delivery, identity

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

Payments

12 live
Zoop28 tools

Marketplace payments, split rules, sellers, refunds, subscriptions, disputes

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, Pix, boleto, subscriptions, subaccounts, webhooks, transfers, refunds

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
PagSeguro13 tools

Orders, charges, Pix QR, refunds, subscriptions, splits

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
Pagar.me10 tools

Stone ecosystem — orders, charges, recipients

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
iugu8 tools

Invoices, subscriptions, payment methods

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
Pix BCB8 tools

Official Central Bank Pix API — cob, DICT

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
EBANX7 tools

Cross-border payments, payouts, FX rates

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
EFI8 tools

Pix, boleto, carnet, open finance

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)
Vindi10 tools

Recurring billing, subscriptions, plans

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
Cielo13 tools

Cards, Pix, debit, e-wallet, anti-fraud

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
Stone8 tools

Acquiring, banking, Pix, statements

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
Celcoin8 tools

BaaS — Pix, boleto, transfers, topup

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)
PagBrasilSOON

International payments for Brazil

JunoSOON

Boleto and Pix payments

Fiscal

3 live
Nuvem Fiscal15 tools

NFe/NFSe/NFCe/CTe/MDFe, CNPJ/CEP, events

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 NFe8 tools

NFe/NFSe/NFCe emission and management

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)
Conta Azul10 tools

ERP + fiscal, customers, products, sales

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
NFe.ioSOON

NFe/NFSe emission API

PlugNotasSOON

Simplified fiscal document emission

Communication

5 live
Evolution API15 tools

WhatsApp automation — messages, groups, profiles

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
Z-API20 tools

WhatsApp messaging, contacts, groups, labels, buttons

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
Zenvia8 tools

Multichannel — SMS, WhatsApp, RCS

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
RD Station8 tools

Marketing automation, CRM, leads

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
Take Blip8 tools

Chatbot platform, messaging, analytics

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
MovideskSOON

Help desk and customer service

InfobipSOON

Omnichannel communication platform

Logistics

3 live
Melhor Envio18 tools

Shipping quotes, tracking, labels, checkout, 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
Correios11 tools

Tracking, shipping, collections, reverse logistics

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
VTEX15 tools

E-commerce, orders, inventory, products, categories

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
FrenetSOON

Shipping quote aggregator

LoggiSOON

Last-mile delivery platform

KanguSOON

Shipping intermediation platform

Banking

2 live
Stark Bank15 tools

Transfers, boleto, Pix, balance, brcode, deposits

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
Open Finance8 tools

Accounts, transactions, consents, cards

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

Identity

1 live
BrasilAPI15 tools

CEP, CNPJ, banks, holidays, FIPE, Pix, IBGE, SELIC

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

3 live
Omie15 tools

Customers, products, orders, invoices, services, purchases

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
Bling10 tools

ERP — products, orders, invoices, stock

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
Tiny10 tools

ERP — products, orders, contacts, invoices

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
SankhyaSOON

Enterprise ERP platform

TotvsSOON

Enterprise ERP and business solutions

Crypto

4 live
UnblockPay10 tools

Stablecoin banking — wallets, onramp/offramp, transfers

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
Circle USDC10 tools

USDC payments, payouts, wallets, transfers

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
Mercado Bitcoin10 tools

Largest BR exchange — orders, trades, candles

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
Bitso10 tools

BR/MX exchange — orders, trades, withdrawals

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
FoxbitSOON

Brazilian crypto exchange — spot trading, deposits

BrlaSOON

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

CoinbaseSOON

Global exchange — accounts, trades, payments

TransakSOON

Fiat-to-crypto onramp API

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