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
mcp-dir avatar

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

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 →
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 →
TransportHTTP
UpdatedJun 10, 2026
View on GitHub

More from mcp-dir

  • Asaas
  • Astrea (Aurum)
  • Bity
  • CNPJ
  • CPlug (ConnectPlug)
  • DataJud (CNJ)
  • Garmin Connect (treinos)
  • Kiwify
  • LibreLink Up (CGM)
  • LibreLink Up B2B (CGM clínica)
  • Mercado Financeiro BR
  • Nota Fiscal
  • NotebookLM
  • Omie
  • Pagar.me
  • PagSeguro
  • RD Station
  • Social → Context
  • Tabela FIPE
  • Wise
  • DietBox
  • Feegow Clinic
  • Hotmart
  • MFIT Personal