CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Circle

codespar/mcp-dev-brasil
16 toolsauthSTDIOregistry active
Summary

Gives your AI agent access to Circle's USDC infrastructure for programmable payments and wallet operations. Part of the broader MCP Dev LATAM collection that bridges traditional Latin American payment rails with the new wave of agentic payment protocols. This server specifically handles Circle's stablecoin layer, so you can move USDC programmatically, manage wallets, execute payouts, and handle transfers without touching fiat rails. Useful when you need instant settlement, cross-border payments without forex friction, or want to integrate crypto treasury operations into an agent workflow that might also be talking to Pix providers or traditional banks in the same MCP stack.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

16 tools
circle_list_spacesList spaces in the Circle community. Returns paginated results with space details including name, type, URL, and settings. Use page/per_page for pagination and sort for ordering.3 params

List spaces in the Circle community. Returns paginated results with space details including name, type, URL, and settings. Use page/per_page for pagination and sort for ordering.

Parameters* required
pageinteger
Page number (1-based). Defaults to 1.
sortstring
Sort order for spaces. Defaults to server default.one of active · oldest · alphabetical · likes · latest_updated · oldest_updated
per_pageinteger
Results per page (1-100). Defaults to 10.
circle_get_spaceRetrieve a single Circle space by its numeric ID. Returns full space details including name, type, URL, visibility settings, and configuration. Use circle_list_spaces to discover space IDs.1 params

Retrieve a single Circle space by its numeric ID. Returns full space details including name, type, URL, visibility settings, and configuration. Use circle_list_spaces to discover space IDs.

Parameters* required
space_idinteger
The numeric ID of the space to retrieve.
circle_list_postsList posts in the Circle community. Returns paginated results with full post details including title, content (HTML and TipTap), author info, and engagement metrics (likes_count, comments_count). Filter by space_id, space_group_id, status (draft/published/scheduled), or search...7 params

List posts in the Circle community. Returns paginated results with full post details including title, content (HTML and TipTap), author info, and engagement metrics (likes_count, comments_count). Filter by space_id, space_group_id, status (draft/published/scheduled), or search...

Parameters* required
pageinteger
Page number (1-based). Defaults to 1.
sortstring
Sort order for posts.one of oldest · latest · alphabetical · likes · latest_updated · oldest_updated
statusstring
Filter by post status. Defaults to published.one of draft · published · scheduled · all
per_pageinteger
Results per page (1-100). Defaults to 10.
space_idinteger
Filter posts to a specific space by its numeric ID.
search_textstring
Text search within post content.
space_group_idinteger
Filter posts to a specific space group by its numeric ID.
circle_get_postRetrieve a single Circle post by its numeric ID. Returns full post details including title, HTML body, structured TipTap body, author info, and engagement metrics. Use circle_list_posts to discover post IDs.1 params

Retrieve a single Circle post by its numeric ID. Returns full post details including title, HTML body, structured TipTap body, author info, and engagement metrics. Use circle_list_posts to discover post IDs.

Parameters* required
post_idinteger
The numeric ID of the post to retrieve.
circle_list_membersList community members in Circle. Returns paginated results with member details including name, email, profile URL, activity stats, and profile fields. Filter by status to include inactive members (default returns active only, use "all" for everyone).3 params

List community members in Circle. Returns paginated results with member details including name, email, profile URL, activity stats, and profile fields. Filter by status to include inactive members (default returns active only, use "all" for everyone).

Parameters* required
pageinteger
Page number (1-based). Defaults to 1.
statusstring
Member status filter. Omit for active members only, "all" for everyone, "inactive" for inactive only.one of all · inactive
per_pageinteger
Results per page (1-100). Defaults to 10.
circle_searchSearch across the Circle community. Returns lightweight summary objects with id, name, slug, and type. Results are NOT full resource objects — use circle_get_space, circle_get_post, or circle_get_comment for full details on individual results. Filter by type (posts, members, c...4 params

Search across the Circle community. Returns lightweight summary objects with id, name, slug, and type. Results are NOT full resource objects — use circle_get_space, circle_get_post, or circle_get_comment for full details on individual results. Filter by type (posts, members, c...

Parameters* required
pageinteger
Page number (1-based). Defaults to 1.
typestring
Filter results by type. Defaults to "general" which returns all types.one of general · members · posts · comments · spaces · lessons
querystring
Search query string (required). Searches across the community.
per_pageinteger
Results per page (1-100). Defaults to 10.
circle_list_commentsList comments in the Circle community. Filter by post_id to get comments on a specific post, or by space_id to get comments across all posts in a space. Returns paginated results with comment text, author info, and engagement metrics.4 params

List comments in the Circle community. Filter by post_id to get comments on a specific post, or by space_id to get comments across all posts in a space. Returns paginated results with comment text, author info, and engagement metrics.

Parameters* required
pageinteger
Page number (1-based). Defaults to 1.
post_idinteger
Filter comments to a specific post by its numeric ID.
per_pageinteger
Results per page (1-100). Defaults to 10.
space_idinteger
Filter comments to a specific space by its numeric ID.
circle_get_commentRetrieve a single Circle comment by its numeric ID. Returns full comment details including body text, author info, and engagement metrics. Use circle_list_comments to discover comment IDs.1 params

Retrieve a single Circle comment by its numeric ID. Returns full comment details including body text, author info, and engagement metrics. Use circle_list_comments to discover comment IDs.

Parameters* required
comment_idinteger
The numeric ID of the comment to retrieve.
circle_list_topicsList all topics (tags/categories) in the Circle community. Topics are used to categorize posts. Returns paginated results with topic name, slug, and post count.2 params

List all topics (tags/categories) in the Circle community. Topics are used to categorize posts. Returns paginated results with topic name, slug, and post count.

Parameters* required
pageinteger
Page number (1-based). Defaults to 1.
per_pageinteger
Results per page (1-100). Defaults to 10.
circle_get_communityRetrieve community-level metadata for the connected Circle community. Returns the community name, URL, slug, branding info, locale, and settings. No parameters required — uses the configured API token to identify the community.

Retrieve community-level metadata for the connected Circle community. Returns the community name, URL, slug, branding info, locale, and settings. No parameters required — uses the configured API token to identify the community.

No parameter schema in public metadata yet.

circle_list_space_groupsList space groups in the Circle community. Space groups organize spaces into navigational categories (e.g., 'Getting Started', 'Resources'). Returns paginated results with group name, position, and the IDs of spaces within each group.2 params

List space groups in the Circle community. Space groups organize spaces into navigational categories (e.g., 'Getting Started', 'Resources'). Returns paginated results with group name, position, and the IDs of spaces within each group.

Parameters* required
pageinteger
Page number (1-based). Defaults to 1.
per_pageinteger
Results per page (1-100). Defaults to 10.
circle_detect_unanswered_postsDetect posts with zero comments — potential unanswered questions or unengaged content. Fetches published posts from the Circle API and filters client-side to those with comments_count === 0. Optionally limit to a specific space. All numbers come directly from the Circle API —...3 params

Detect posts with zero comments — potential unanswered questions or unengaged content. Fetches published posts from the Circle API and filters client-side to those with comments_count === 0. Optionally limit to a specific space. All numbers come directly from the Circle API —...

Parameters* required
pageinteger
Page number (1-based). Defaults to 1.
per_pageinteger
Number of posts to scan per page (1-100). Defaults to 20.
space_idinteger
Optional: limit detection to a specific space.
circle_community_healthGenerate a community health snapshot by aggregating data from multiple Circle API endpoints. Fetches community info, space count, post count, and member count in parallel, then assembles a summary. All numbers come directly from Circle API pagination metadata — no opaque score...

Generate a community health snapshot by aggregating data from multiple Circle API endpoints. Fetches community info, space count, post count, and member count in parallel, then assembles a summary. All numbers come directly from Circle API pagination metadata — no opaque score...

No parameter schema in public metadata yet.

circle_create_postCreate a new post in a Circle space. Requires space_id (use circle_list_spaces to find IDs), a title (name), and HTML body content. Posts default to 'published' status. Set status to 'draft' to save without publishing. Use skip_notifications: true for test or bulk content. Ret...7 params

Create a new post in a Circle space. Requires space_id (use circle_list_spaces to find IDs), a title (name), and HTML body content. Posts default to 'published' status. Set status to 'draft' to save without publishing. Use skip_notifications: true for test or bulk content. Ret...

Parameters* required
bodystring
HTML body content (required). Circle accepts raw HTML strings. Example: '<p>Hello world</p>'
namestring
Post title (required). Must be non-empty.
statusstring
Post status. Defaults to "published" if omitted.one of published · draft
space_idinteger
The numeric ID of the space to create the post in (required).
is_liking_enabledboolean
Whether liking is enabled on this post. Defaults to true.
skip_notificationsboolean
Skip email notifications for this post. Useful for bulk imports or test content.
is_comments_enabledboolean
Whether comments are enabled on this post. Defaults to true.
circle_update_postUpdate an existing Circle post. Requires post_id (use circle_list_posts or circle_get_post to find IDs). Only provided fields are updated — omitted fields remain unchanged. Note: Published posts CANNOT be reverted to draft status; attempting to set status='draft' on a publishe...6 params

Update an existing Circle post. Requires post_id (use circle_list_posts or circle_get_post to find IDs). Only provided fields are updated — omitted fields remain unchanged. Note: Published posts CANNOT be reverted to draft status; attempting to set status='draft' on a publishe...

Parameters* required
bodystring
Updated HTML body content.
namestring
Updated post title.
statusstring
Updated post status.one of published · draft
post_idinteger
The numeric ID of the post to update (required).
is_liking_enabledboolean
Whether liking is enabled.
is_comments_enabledboolean
Whether comments are enabled.
circle_create_commentCreate a comment on a Circle post. Requires post_id (use circle_list_posts or circle_get_post to find IDs) and HTML body content. Note: The Circle Admin API may restrict comment creation depending on your API token permissions. If you receive a permission error, create comment...2 params

Create a comment on a Circle post. Requires post_id (use circle_list_posts or circle_get_post to find IDs) and HTML body content. Note: The Circle Admin API may restrict comment creation depending on your API token permissions. If you receive a permission error, create comment...

Parameters* required
bodystring
HTML body content for the comment (required). Example: '<p>Great post!</p>'
post_idinteger
The numeric ID of the post to comment on (required).

MCP Dev LATAM 🌎

Every commerce API your AI agent needs to run a business in Latin America.
Brazil 🇧🇷 · Mexico 🇲🇽 · Argentina 🇦🇷 · Colombia 🇨🇴 · Chile 🇨🇱 · Peru 🇵🇪 · plus 4 agentic payment protocols.

109 MCP servers · 2,289 tools · 6 countries · MIT License

Catalog · Quick Start · Agentic Protocols · All Servers · Contribute

License: MIT 109 servers 2289 tools 6 countries MCP compatible


The Problem

AI agents can write code, analyze data, and chat. But they can't operate a business — collect payments, issue invoices, ship products, or notify customers. Especially not in Latin America, where every service has its own API, auth pattern, and quirks (mTLS for BACEN Pix v2, JWT-RSA for STP-SPEI, AFIP web services, contract-gated developer portals, and on).

Meanwhile, four agentic payment protocols are shipping in parallel — checkout protocols (Stripe ACP, Google UCP), authorization layers (AP2), and micropayment rails (x402) — and none of them compose cleanly with each other or with the regional rails businesses actually run on.

MCP Dev LATAM bridges both gaps. Traditional LATAM services + the new agentic payment protocols, all accessible through a single MCP interface.

The Solution

Each MCP server in this repo wraps a real provider — payments, fiscal, logistics, messaging, banking, ERP, identity, fraud, crypto, and the agentic protocols — so your agent can operate a complete business workflow.

🛒 Customer places order
  → 💳 Agent charges via Pix (Asaas / Mercado Pago / Zoop)
  → 📄 Agent issues NFe (Nuvem Fiscal / Focus NFe / NFe.io)
  → 📦 Agent generates shipping label (Melhor Envio / Skydropx)
  → 📱 Agent sends tracking via WhatsApp (Z-API / WhatsApp Cloud)
  → 📊 Agent records in ERP (Omie / Bling / Tiny)
  → 🏦 Agent reconciles balance (Stark Bank / Itaú / BTG)

Six systems. Zero human intervention. One agent.


Agentic Payment Protocols

Four servers that bridge the emerging agentic payment stack:

ProtocolServerToolsWhat it does
Google UCP@codespar/mcp-ucp20Universal Commerce Protocol — agentic shopping, cart, checkout, orders, delivery, identity. Google's full commerce stack for AI agents.
Stripe ACP@codespar/mcp-stripe-acp24Agentic Commerce Protocol — AI agent checkout, payment delegation, products, invoices. Live in ChatGPT with 1M+ Shopify merchants.
x402@codespar/mcp-x40210HTTP-native micropayments by Coinbase — when an agent hits a 402, it pays USDC on Base/Solana and retries. Pure HTTP, no checkout UI.
AP2@codespar/mcp-ap2 alpha22Google's Agent-to-Agent Payment Protocol — authorization, audit trails, scoped spend limits. 60+ partners including Visa, Mastercard, Stripe, PayPal.

The Autonomy Spectrum

Each protocol sits at a different level of agent autonomy:

 Human-in-loop ◄──────────────────────────────► Fully autonomous

  ┌─────────┐   ┌─────────┐   ┌─────────┐   ┌─────────┐
  │   ACP   │   │   UCP   │   │   AP2   │   │   x402  │
  │ Stripe  │   │ Google  │   │ Google  │   │Coinbase │
  └─────────┘   └─────────┘   └─────────┘   └─────────┘
  User confirms   Commerce     User sets      No user.
  every purchase  lifecycle    rules, agent   Machine-to-
  in-chat         managed      acts within    machine at
                  by agent     budget/scope   HTTP layer

The Convergence Stack

┌─────────────────────────────────────────────┐
│  Application Layer        ACP / UCP         │  Chat UX, product discovery
├─────────────────────────────────────────────┤
│  Authorization Layer      AP2 / Mandates    │  Spend limits, audit trails
├─────────────────────────────────────────────┤
│  Tool Layer               MCP  ◄── WE ARE  │  Standardized agent tools
├─────────────────────────────────────────────┤
│  Settlement Layer         x402 / Pix / Card │  On-chain or traditional rails
└─────────────────────────────────────────────┘

MCP Dev LATAM sits at the Tool Layer — the middleware that connects every application, authorization, and settlement protocol through one interface.

Why this matters

Agent needs to buy something
  ├── Full commerce?       → Google UCP (search → cart → checkout → delivery)
  ├── Retail checkout?     → Stripe ACP (create_checkout → complete_checkout)
  ├── API micropayment?    → x402 (pay_request → USDC $0.001 → data returned)
  ├── Agent-to-agent?      → AP2 (authorize_payment → execute_payment)
  └── LATAM merchant?      → Asaas / Mercado Pago / Conekta / Wompi / etc.

All via MCP. Same interface. One agent.

Quick Start

With Claude Desktop

Add to ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "stripe-acp": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-stripe-acp"],
      "env": {
        "STRIPE_API_KEY": "sk_test_..."
      }
    },
    "asaas": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-asaas"],
      "env": {
        "ASAAS_API_KEY": "your-api-key",
        "ASAAS_SANDBOX": "true"
      }
    }
  }
}

For alpha packages (contract-gated providers like Itaú, Bradesco, Santander, Caixa, BB, BTG, C6, Sicoob, Bradesco, Matera), add @alpha to the install:

npx -y @codespar/mcp-itau@alpha

With any MCP client

npx @codespar/mcp-stripe-acp        # Agentic Commerce Protocol
npx @codespar/mcp-ucp                # Google Universal Commerce Protocol
npx @codespar/mcp-x402               # HTTP micropayments (Coinbase)
npx @codespar/mcp-ap2@alpha          # Agent-to-Agent payment authorization

npx @codespar/mcp-asaas              # BR billing + Pix
npx @codespar/mcp-mercado-pago       # LATAM payments
npx @codespar/mcp-nuvem-fiscal       # NFe / NFSe
npx @codespar/mcp-melhor-envio       # Multi-carrier shipping
npx @codespar/mcp-z-api              # WhatsApp messaging
npx @codespar/mcp-omie               # ERP
npx @codespar/mcp-stark-bank         # Banking
npx @codespar/mcp-brasil-api         # CEP, CNPJ (no key needed!)

Try it now (no API key)

BrasilAPI and BCRA are public — no key required. Try it in your terminal:

npx @codespar/mcp-brasil-api

Then ask your agent: "What is the address for CEP 01001-000?" or "Look up CNPJ 00.000.000/0001-91".


The Complete Loop

This is what makes the LATAM catalog different — not individual connectors, but a complete business workflow across verticals:

StepVerticalExample providersWhat the agent does
1💳 PaymentAsaas / Mercado Pago / ZoopCreates Pix charge, splits to sellers
2📄 FiscalNuvem Fiscal / NFe.io / Focus NFeIssues NFe/NFSe when payment confirmed
3📦 LogisticsMelhor Envio / Correios / SkydropxQuotes shipping, generates label
4📱 MessagingZ-API / WhatsApp Cloud / TwilioSends tracking via customer's preferred channel
5📊 ERPOmie / Bling / Tiny / Conta AzulRecords order, updates inventory
6🏦 BankingStark Bank / Itaú / BTGReconciles balance, creates reports

To orchestrate all six steps with governance, approval workflows, and audit trails — use CodeSpar.


All Servers

Browse the full catalog at codespar.dev/servers. Each server has its own README, env-var requirements, and tool reference under packages/<category>/<slug>/.

💳 Payments (40 servers)

ServerToolsnpmAuth
Mercado Pago30@codespar/mcp-mercado-pagoAPI Key
Stripe30@codespar/mcp-stripeAPI Key
Zoop28@codespar/mcp-zoopAPI Key
Adyen25@codespar/mcp-adyenAPI Key
Asaas24@codespar/mcp-asaasAPI Key
Pagseguro24@codespar/mcp-pagseguroAPI Key
Stripe ACP24@codespar/mcp-stripe-acpAPI Key
Iugu23@codespar/mcp-iuguAPI Key
Openpay23@codespar/mcp-openpayAPI Key
AP2 alpha22@codespar/mcp-ap2API Key
Braintree22@codespar/mcp-braintreeAPI Key
Braspag22@codespar/mcp-braspagAPI Key
Cielo22@codespar/mcp-cieloAPI Key
Inter Bank22@codespar/mcp-inter-bankOAuth2
Mercado Libre22@codespar/mcp-mercado-libreAPI Key
Nubank alpha22@codespar/mcp-nubankOAuth2
Nupay22@codespar/mcp-nupayOAuth2
Pagar Me22@codespar/mcp-pagar-meAPI Key
Rapyd22@codespar/mcp-rapydAPI Key
Rede alpha22@codespar/mcp-redeAPI Key
Safrapay alpha22@codespar/mcp-safrapayOAuth2
Worldpay alpha22@codespar/mcp-worldpayAPI Key
Khipu alpha21@codespar/mcp-khipuAPI Key
Stone21@codespar/mcp-stoneAPI Key
Wise21@codespar/mcp-wiseAPI Key
Airwallex20@codespar/mcp-airwallexOAuth2
Culqi20@codespar/mcp-culqiAPI Key
Getnet20@codespar/mcp-getnetOAuth2
Izipay alpha20@codespar/mcp-izipayAPI Key
Picpay alpha20@codespar/mcp-picpayAPI Key
UCP20@codespar/mcp-ucpAPI Key
Vindi20@codespar/mcp-vindiAPI Key
Paypal19@codespar/mcp-paypalOAuth2
Transbank alpha19@codespar/mcp-transbankAPI Key
Celcoin18@codespar/mcp-celcoinAPI Key
dLocal18@codespar/mcp-dlocalAPI Key
Ebanx18@codespar/mcp-ebanxAPI Key
Efi18@codespar/mcp-efiAPI Key
Pix BCB18@codespar/mcp-pix-bcbAPI Key
Chargebee15@codespar/mcp-chargebeeAPI Key

🏦 Banking (12 servers)

ServerToolsnpmAuth
Stark Bank27@codespar/mcp-stark-bankAPI Key
Caixa alpha23@codespar/mcp-caixaOAuth2
Santander alpha23@codespar/mcp-santanderOAuth2
Bradesco alpha22@codespar/mcp-bradescoOAuth2
Itau alpha22@codespar/mcp-itauOAuth2
Matera alpha22@codespar/mcp-materaOAuth2
Dock alpha20@codespar/mcp-dockOAuth2
Open Finance18@codespar/mcp-open-financeAPI Key
C6 alpha14@codespar/mcp-c6OAuth2
Banco Do Brasil alpha13@codespar/mcp-banco-do-brasilOAuth2
Sicoob alpha13@codespar/mcp-sicoobOAuth2
BTG alpha12@codespar/mcp-btgOAuth2

📄 Fiscal (Brasil) (4 servers)

ServerToolsnpmAuth
Nuvem Fiscal24@codespar/mcp-nuvem-fiscalAPI Key
Nfe Io22@codespar/mcp-nfe-ioAPI Key
Conta Azul20@codespar/mcp-conta-azulAPI Key
Focus Nfe19@codespar/mcp-focus-nfeAPI Key

📱 Communication (8 servers)

ServerToolsnpmAuth
Z API27@codespar/mcp-z-apiAPI Key
Evolution API25@codespar/mcp-evolution-apiAPI Key
Twilio22@codespar/mcp-twilioAPI Key
Whatsapp Cloud22@codespar/mcp-whatsapp-cloudAPI Key
Sendgrid20@codespar/mcp-sendgridAPI Key
Rd Station18@codespar/mcp-rd-stationAPI Key
Take Blip18@codespar/mcp-take-blipAPI Key
Zenvia18@codespar/mcp-zenviaAPI Key

📦 E-commerce / Logistics (6 servers)

ServerToolsnpmAuth
Vtex33@codespar/mcp-vtexAPI Key
Shopify28@codespar/mcp-shopifyAPI Key
Amazon alpha24@codespar/mcp-amazonOAuth2
Shopee alpha22@codespar/mcp-shopeeAPI Key
Correios alpha21@codespar/mcp-correiosAPI Key
Melhor Envio18@codespar/mcp-melhor-envioAPI Key

📊 ERP / Accounting (5 servers)

ServerToolsnpmAuth
Omie30@codespar/mcp-omieAPI Key
Bling28@codespar/mcp-blingAPI Key
Xero24@codespar/mcp-xeroAPI Key
Quickbooks22@codespar/mcp-quickbooksAPI Key
Tiny21@codespar/mcp-tinyAPI Key

🪪 Identity & KYC (5 servers)

ServerToolsnpmAuth
Brasil API24@codespar/mcp-brasil-apiNo auth
Jumio20@codespar/mcp-jumioAPI Key
Onfido20@codespar/mcp-onfidoAPI Key
Persona20@codespar/mcp-personaAPI Key
Unico alpha18@codespar/mcp-unicoOAuth2

🛡️ Fraud & Risk (4 servers)

ServerToolsnpmAuth
Sift alpha20@codespar/mcp-siftAPI Key
Clearsale alpha18@codespar/mcp-clearsaleAPI Key
Konduto alpha18@codespar/mcp-kondutoAPI Key
Legiti alpha18@codespar/mcp-legitiAPI Key

🪙 Crypto / Stablecoins (9 servers)

ServerToolsnpmAuth
Circle23@codespar/mcp-circleAPI Key
Foxbit21@codespar/mcp-foxbitAPI Key
Bitso20@codespar/mcp-bitsoAPI Key
Mercado Bitcoin20@codespar/mcp-mercado-bitcoinAPI Key
Moonpay20@codespar/mcp-moonpayAPI Key
Unblockpay13@codespar/mcp-unblockpayAPI Key
Coinbase Commerce18@codespar/mcp-coinbase-commerceAPI Key
Transak alpha18@codespar/mcp-transakAPI Key
x40210@codespar/mcp-x402API Key

🇦🇷 Argentina (5 servers)

ServerToolsnpmAuth
Tienda Nube24@codespar/mcp-tienda-nubeAPI Key
Colppy alpha22@codespar/mcp-colppyAPI Key
AFIP alpha20@codespar/mcp-afipAPI Key
Andreani alpha18@codespar/mcp-andreaniAPI Key
BCRA16@codespar/mcp-bcraNo auth

🇨🇴 Colombia (5 servers)

ServerToolsnpmAuth
Siigo22@codespar/mcp-siigoAPI Key
Wompi22@codespar/mcp-wompiAPI Key
Alegra20@codespar/mcp-alegraAPI Key
Coordinadora alpha19@codespar/mcp-coordinadoraAPI Key
Nequi alpha16@codespar/mcp-nequiOAuth2

🇲🇽 Mexico (6 servers)

ServerToolsnpmAuth
Belvo24@codespar/mcp-belvoAPI Key
Skydropx23@codespar/mcp-skydropxAPI Key
Conekta21@codespar/mcp-conektaAPI Key
Bind ERP20@codespar/mcp-bind-erpAPI Key
Facturapi20@codespar/mcp-facturapiAPI Key
STP/SPEI alpha18@codespar/mcp-stp-speiAPI Key

Why MCP?

Model Context Protocol is the open standard for connecting AI agents to external tools. Instead of each agent building its own integrations, MCP provides a typed, discoverable interface that works with Claude, ChatGPT, Cursor, VS Code, and more.

AI Agent (Claude, ChatGPT, Cursor)
    ↕
MCP Server (this repo)
    ↕
LATAM API / Agentic Protocol (Stripe ACP, x402, Asaas, Mercado Pago, NFe.io, etc.)

Each MCP server in this repo:

  • Exposes typed tools with input/output schemas
  • Handles authentication (OAuth, mTLS, API keys, Basic Auth, JWT-RSA, signed requests)
  • Supports dual transport — stdio (default) and Streamable HTTP (--http flag)
  • Compatible with Claude Managed Agents via MCP Connector
  • Supports sandbox mode for safe testing
  • Returns structured JSON responses

Running in HTTP mode

Any server can run as an HTTP server for remote/cloud use:

# stdio (default — local, Claude Desktop, Cursor, Claude Code)
npx @codespar/mcp-asaas

# HTTP (remote — Managed Agents, cloud deployments)
npx @codespar/mcp-asaas --http
# or
MCP_HTTP=true npx @codespar/mcp-asaas

HTTP mode exposes /mcp (Streamable HTTP) and /health (status check).


Alpha vs stable

About a third of the catalog ships under the alpha npm dist-tag. These packages have correct tool schemas and auth flow, but the endpoint paths are best-guesses — typically because the provider's developer portal is contract-gated (BR public banks, AR central authority APIs, MX bank-transfer providers). They're flagged with TODO(verify) in source.

npm install @codespar/mcp-itau@alpha

Stable packages (the majority) install with the default tag:

npm install @codespar/mcp-stripe

Status is shown on every package page at codespar.dev/servers and in each package README.


About CodeSpar

CodeSpar builds commerce infrastructure for AI agents in Latin America — an MCP catalog (this repo), a runtime + SDK (@codespar/sdk on npm, codespar on PyPI), and a managed-tier governance product (AgentGate: programmable wallet, policy engine, CFO-grade audit, fiscal-compliance certifications).

Individual MCP servers are useful. Orchestrating many with governance is powerful. That's what CodeSpar does.


Contributing

We welcome contributions. See CONTRIBUTING.md.

Want a server for a service not listed? Open a server-request issue — there's a structured form with name, npm package, docs link, auth flow.

License

MIT — use freely in commercial and open source projects.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

CIRCLE_API_KEY*secret

API key for circle

Registryactive
Package@codespar/mcp-circle
TransportSTDIO
AuthRequired
UpdatedApr 12, 2026
View on GitHub