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
  • 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

PagSeguro

mcp-dir/pagseguro-mcp
HTTP
Summary

This is a hosted MCP server that connects Claude and other AI clients to Brazil's PagSeguro/PagBank payment platform. It wraps the official PagSeguro API with 11 tools covering orders, charges, checkouts, and refunds. You authenticate with a token from your PagSeguro merchant dashboard, then ask your AI to create payment links,查询 order status, cancel charges, or process refunds. The server handles both read and write operations, so you can manage real payment flows conversationally. It's designed to work alongside their Banco MCP server for Open Finance receivables, giving you a full Brazilian payment stack accessible through natural language.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →

PagSeguro

PagSeguro para Claude, Cursor e agentes de IA

Pagamentos PagSeguro / PagBank, pedidos (orders), cobranças (consultar, cancelar, estornar), checkouts e chave pública via API oficial. Cole o token gerado em Venda Online → Integrações → Gerar Token no painel PagSeguro. Companheiro de recebíveis do Banco MCP (Open Finance).

  • 📊 11 ferramentas
  • ✏️ Leitura e escrita
  • 💬 Funciona com qualquer cliente MCP: Claude Desktop, Cursor, VS Code, Cline, Continue
  • 🔑 Login via magic-link (sem senha)

English version · Documentação completa · Skill pra agentes


Instalar em 1 clique

Claude (Web e Desktop)

A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):

➕ Abrir no Claude e conectar

Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome PagSeguro e URL https://api.mcp.ai/p_pagseguro.

Cursor

➕ Instalar PagSeguro no Cursor

VS Code (Copilot Chat)

➕ Instalar PagSeguro no VS Code

ChatGPT, Manus, OpenClaw e mais 40+ clientes

Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:

https://api.mcp.ai/p_pagseguro

Detalhes por cliente: INSTALL.md.


Exemplos de uso

Consulte o pedido order_id X no PagSeguro
Estorne a cobrança charge_id Y
Crie um checkout de pagamento

11 ferramentas disponíveis

ToolDescrição
pagseguro_list_accountsLista tokens PagSeguro (contas de merchant) vinculados a este install — id e label.
pagseguro_orders_listPedidos (orders) no PagSeguro. Ações: - list: lista pedidos (⚠️ pode exigir reference_id; confirmar no probe). - get: detalhe de UM pedido (requer order_id). - create: cria um pedido (passe o objeto 'order' conforme a doc PagSeguro). [Flattened action: list] Bulk support: accepts order_ids, reference_ids for batched execution.
pagseguro_orders_getPedidos (orders) no PagSeguro. Ações: - list: lista pedidos (⚠️ pode exigir reference_id; confirmar no probe). - get: detalhe de UM pedido (requer order_id). - create: cria um pedido (passe o objeto 'order' conforme a doc PagSeguro). [Flattened action: get] Bulk support: accepts order_ids, reference_ids for batched execution.
pagseguro_orders_createPedidos (orders) no PagSeguro. Ações: - list: lista pedidos (⚠️ pode exigir reference_id; confirmar no probe). - get: detalhe de UM pedido (requer order_id). - create: cria um pedido (passe o objeto 'order' conforme a doc PagSeguro). [Flattened action: create] Bulk support: accepts order_ids, reference_ids for batched execution.
pagseguro_charges_getCobranças (charges) no PagSeguro. Ações: - get: detalhe de UMA cobrança (requer charge_id). - cancel: cancela uma cobrança ainda não capturada (charge_id). - refund: estorna uma cobrança (charge_id; amount_cents opcional = estorno parcial). [Flattened action: get] Bulk support: accepts charge_ids for batched execution.
pagseguro_charges_cancelCobranças (charges) no PagSeguro. Ações: - get: detalhe de UMA cobrança (requer charge_id). - cancel: cancela uma cobrança ainda não capturada (charge_id). - refund: estorna uma cobrança (charge_id; amount_cents opcional = estorno parcial). [Flattened action: cancel] Bulk support: accepts charge_ids for batched execution.
pagseguro_charges_refundCobranças (charges) no PagSeguro. Ações: - get: detalhe de UMA cobrança (requer charge_id). - cancel: cancela uma cobrança ainda não capturada (charge_id). - refund: estorna uma cobrança (charge_id; amount_cents opcional = estorno parcial). [Flattened action: refund] Bulk support: accepts charge_ids for batched execution.
pagseguro_checkouts_createCheckouts (links/sessões de pagamento) no PagSeguro. Ações: - create: cria um checkout (passe o objeto 'checkout'). - get: detalhe de UM checkout (requer checkout_id). - deactivate: inativa um checkout (checkout_id). [Flattened action: create] Bulk support: accepts checkout_ids for batched execution.
pagseguro_checkouts_getCheckouts (links/sessões de pagamento) no PagSeguro. Ações: - create: cria um checkout (passe o objeto 'checkout'). - get: detalhe de UM checkout (requer checkout_id). - deactivate: inativa um checkout (checkout_id). [Flattened action: get] Bulk support: accepts checkout_ids for batched execution.
pagseguro_checkouts_deactivateCheckouts (links/sessões de pagamento) no PagSeguro. Ações: - create: cria um checkout (passe o objeto 'checkout'). - get: detalhe de UM checkout (requer checkout_id). - deactivate: inativa um checkout (checkout_id). [Flattened action: deactivate] Bulk support: accepts checkout_ids for batched execution.
pagseguro_public_keysRetorna a chave pública do merchant (para criptografar cartão no client). type default 'card'.

Detalhe de cada tool: docs/ferramentas.md


Preços

Planos a partir do tier grátis. Veja docs/precos.md.


Privacidade & LGPD

  • Sub-processadores: PagSeguro Internet (PagBank), o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em docs/privacidade-lgpd.md.
  • Os dados retornados pelas tools são enviados ao LLM host que você escolher, sub-processador fora do nosso controle. Recomendamos planos com opt-out de treinamento.

Perguntas frequentes

O servidor é open source? O servidor é proprietário (hosted). Este repositório é o wrapper público com manifestos, docs e skills — tudo MIT.

Posso usar com agente próprio (não Claude/Cursor)? Sim — qualquer cliente que suporte MCP over HTTP. URL: https://api.mcp.ai/p_pagseguro.


Suporte

  • 📧 pagseguro@mcp.ai
  • 🐛 GitHub Issues
  • 📄 docs/

Licença

MIT — veja LICENSE. O servidor MCP em api.mcp.ai/p_pagseguro é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
TransportHTTP
UpdatedJun 10, 2026
View on GitHub