CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
codespar avatar

Mcp Ap2

codespar/mcp-dev-brasil
authSTDIOregistry active
Summary

Google's AP2 (Agent-to-Agent Payment Protocol) wrapped as an MCP server. This is the authorization and audit layer that sits between commerce UIs like Stripe ACP and settlement rails like Pix or USDC. It exposes 22 tools for setting spend limits, creating scoped mandates, logging transactions, and authorizing agent-to-agent payments without human approval on every charge. You'd reach for this when your agent needs to operate within a budget boundary you define once, not when you want checkout flows or direct payment processing. Part of the broader MCP Dev LATAM catalog that bridges traditional LATAM commerce APIs with the new agentic payment stack. Currently in alpha with 60+ partners including Visa, Mastercard, Stripe, and PayPal.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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.

MCP servers for LATAM commerce · live in the official MCP Registry · MIT License

Machine-readable catalog: codespar.dev/api/servers

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

License: MIT Live in the official MCP Registry 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 for the emerging agentic payment stack:

ProtocolServerToolsWhat it does
Google UCP no live endpoint@codespar/mcp-ucp20Universal Commerce Protocol — agentic shopping, cart, checkout, orders, delivery, identity.
Stripe ACP@codespar/mcp-stripe-acp24Agentic Commerce Protocol — AI agent checkout, payment delegation, products, invoices.
x402 no live endpoint@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 no live endpoint@codespar/mcp-ap2 alpha22Google's Agent-to-Agent Payment Protocol — authorization, audit trails, scoped spend limits.

No live endpoint behind UCP, AP2, and x402. Checked on 2026-08-27:

ServerBASE_URL in sourceWhat that address answered
@codespar/mcp-ucphttps://commerce.googleapis.com/ucp/v1 (packages/payments/ucp/src/index.ts:71-73)HTTP 404, Google's generic Error 404 (Not Found) HTML page
@codespar/mcp-ap2https://ap2.googleapis.com/v1 (packages/payments/ap2/src/index.ts:62-64)HTTP 404, the same generic HTML page
@codespar/mcp-x402https://api.x402.org/v1 (packages/crypto/x402/src/index.ts:40)NXDOMAIN, the host does not resolve

Every path these servers actually call failed on the same run, which is what the claim above rests on. A generic 404 by itself does not prove a name has no service behind it: translate.googleapis.com/v1, a registered service asked for a path it does not serve, answers the same generic page.

UCP, AP2, and x402 are published specifications, and these three packages ship tool definitions written for them. We have not checked those definitions against a conforming implementation, and no call made through the three servers currently reaches a service.

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 (46 servers)

ServerToolsnpmAuth
Rinne62@codespar/mcp-rinneAPI Key
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 alpha no live endpoint22@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
Malga24@codespar/mcp-malgaAPI 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
UCP no live endpoint20@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
Kushki10@codespar/mcp-kushkiAPI Key
Flow.cl8@codespar/mcp-flow-clAPI Key
Niubiz4@codespar/mcp-niubizUser/Password
PagBrasil3@codespar/mcp-pagbrasilAPI Key

🏦 Banking (16 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
Pluggy16@codespar/mcp-pluggyAPI 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
Iniciador9@codespar/mcp-iniciadorAPI Key
Pomelo9@codespar/mcp-pomeloOAuth2
Midaz5@codespar/mcp-midazAPI Key (optional)

📄 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 (7 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
SuperFrete11@codespar/mcp-superfreteAPI 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 (8 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
Certta11@codespar/mcp-certtaAPI Key
BigDataCorp10@codespar/mcp-bigdatacorpAPI Key
Caf9@codespar/mcp-cafAPI Key

🛡️ 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 (10 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
Coinbase CDP15@codespar/mcp-coinbase-cdpAPI Key
x402 no live endpoint10@codespar/mcp-x402API Key

🇦🇷 Argentina (6 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
Payway6@codespar/mcp-paywayAPI Key

🇨🇴 Colombia (8 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
Cobre8@codespar/mcp-cobreAPI Key
ePayco8@codespar/mcp-epaycoAPI Key
Bold7@codespar/mcp-bold-coAPI Key

🇲🇽 Mexico (7 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
Clip6@codespar/mcp-clipAPI 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.

Part of a broader ecosystem index: Awesome Agentic Commerce LATAM — a vendor-neutral list of the protocols, rails, providers, and regulation for agents that move money in Latin America.


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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

AP2_API_KEY*secret

API key for ap2

Categories
AI & LLM ToolsSecurity & Pentesting
Registryactive
Package@codespar/mcp-ap2
TransportSTDIO
AuthRequired
UpdatedApr 12, 2026
View on GitHub

More from codespar

  • Mcp Asaas252
  • Mcp Bitso252
  • Mcp Focus Nfe252
  • Mcp Mercado Bitcoin252
  • Mcp Pix Bcb252
  • Mcp Tiny252
  • Mcp X402252
  • Mcp Afip252
  • Mcp Alegra252
  • Mcp Andreani252
  • Mcp Bcra252
  • Mcp Belvo252
  • Mcp Bind Erp252
  • Mcp Bling252
  • Mcp Brasil Api252
  • Mcp Celcoin252
  • Mcp Cielo252
  • Mcp Circle252
  • Mcp Colppy252
  • Mcp Conekta252
  • Mcp Conta Azul252
  • Mcp Coordinadora252
  • Mcp Correios252
  • Mcp Ebanx252

Related AI & LLM Tools MCP Servers

View all →
codespar avatar
Mcp Stripe Acp

io.github.codespar/mcp-stripe-acp

Stripe ACP — AI agent checkout, payment delegation, products, invoices
252
codespar avatar
Mcp Ucp

io.github.codespar/mcp-ucp

Google UCP — agentic shopping, cart, checkout, orders, delivery
252
microsoft-foundry avatar
Foundry

microsoft-foundry/mcp-foundry

Cloud-hosted MCP endpoint for Foundry with tools for models, knowledge, evaluations, and agent workflows.
248
sachitrafa avatar
YourMemory

sachitrafa/yourmemory

Persistent memory for AI agents. Memories decay with time and strengthen on recall.
244
ai-ql avatar
Chat

ai-ql/chat-mcp

Provides a unified interface to test and run multiple MCP-backed LLM servers via HTTP endpoints and local stdio-based runtimes.
243
mpp32 avatar
Mpp32 Mcp Server

io.github.mpp32/mpp32-mcp-server

Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.
242