Pagar.me MCP Server
Provides Shopify order lookup, reconciliation with Pagar.me financial data, and access to order details such as customer info, values, status, and refunds.
Provides local SQLite database storage for offline queries on receivables, cash flow, order installments, and refund data, synced from external APIs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pagar.me MCP ServerO que tenho pra receber essa semana?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pagar.me MCP Server
MCP Server para financeiro Pagar.me v5 + Shopify. Consulta recebiveis, fluxo de caixa, conciliacao e dados de pedidos.
Tools Disponiveis
Tool | Descricao |
| Recebiveis agrupados por dia (bruto, taxas, liquido) |
| Parcelas de um pedido especifico com datas de recebimento |
| Entradas, saidas, taxas e liquido por dia |
| Conciliacao Shopify x Pagar.me de um dia |
| Resumo com quebra por metodo de pagamento |
| Info do pedido: cliente, valores, status, reembolsos |
| Atualiza banco local com dados das APIs |
| Pedidos reembolsados num periodo |
Related MCP server: mcp-shopify
Instalacao
cd C:/Users/mooui/mcp-servers/pagarme-mcp
pip install mcp httpx python-dotenvConfiguracao
Copiar .env.example para .env e preencher:
PAGARME_SECRET_KEY=sk_xxx
SHOPIFY_ACCESS_TOKEN=shpat_xxx
SHOPIFY_SHOP_URL=sua-loja.myshopify.com
PAGARME_DB_PATH=c:/projetos_code/pagar.me/pagarme.dbRegistrar no Claude Desktop/Code
Adicionar ao claude_desktop_config.json:
{
"mcpServers": {
"pagarme": {
"command": "python",
"args": ["C:/Users/mooui/mcp-servers/pagarme-mcp/server.py"]
}
}
}Uso
Uma vez registrado, o Claude pode responder perguntas como:
"O que tenho pra receber essa semana?"
"Qual o fluxo do pedido #14328?"
"Concilia as vendas de ontem"
"Quanto paguei de taxa esse mes?"
"Lista os reembolsos de maio"
Arquitetura
server.py → Servidor MCP (stdio)
db.py → Consultas ao SQLite local (offline)
pagarme_client.py → Chamadas a API Pagar.me e Shopify (quando necessario)O servidor prioriza consultas locais (banco SQLite). So acessa as APIs quando:
Dados nao estao no banco (fallback)
Conciliacao em tempo real (precisa do Shopify)
Sincronizacao solicitada
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA comprehensive MCP server for Shopify Admin API integration, enabling AI assistants to manage products, orders, customers, inventory, analytics, and more through natural language.Last updated3218MIT
- Alicense-qualityDmaintenanceMCP server for Shopify Admin API. Enables product, order, customer, and inventory management via natural language.Last updated181MIT
- Flicense-qualityCmaintenanceAn MCP server providing six scoped tools for Shopify's Admin API, enabling natural-language querying of chargebacks, orders, refunds, customers, and revenue.Last updated
- Alicense-qualityCmaintenanceMCP server for financial reconciliation and accounting on F360 Finanças, enabling read/write access to card reconciliation, transfers, accounts, and invoices via public API.Last updatedMIT
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
GibsonAI MCP server: manage your databases with natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fabianoomura/mooui-pagarme-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server