Safefy
БесплатноНе проверенOfficial MCP server for Safefy, enabling AI agents to manage PIX payments, withdrawals, customers, and transactions via the Safefy payment API.
Описание
Official MCP server for Safefy, enabling AI agents to manage PIX payments, withdrawals, customers, and transactions via the Safefy payment API.
README
MCP server oficial da Safefy — integre cobranças PIX, saques, clientes e pagamentos diretamente em qualquer agente de IA compatível com Model Context Protocol.
Como usar no seu agente de IA
Claude (claude.ai)
Configure via claude_desktop_config.json:
{
"mcpServers": {
"safefy": {
"command": "npx",
"args": ["-y", "@safefypay/safefy-mcp"]
}
}
}
v0 (v0.dev)
No chat do v0, clique em "+" → "Add MCP Server" e configure:
{
"name": "safefy",
"command": "npx",
"args": ["-y", "@safefypay/safefy-mcp"]
}
Lovable (lovable.dev)
Acesse Settings → MCP Servers → Add Server e cole:
{
"name": "safefy",
"command": "npx",
"args": ["-y", "@safefypay/safefy-mcp"]
}
Cursor / Windsurf / VS Code
Adicione ao seu mcp.json ou settings.json:
{
"mcpServers": {
"safefy": {
"command": "npx",
"args": ["-y", "@safefypay/safefy-mcp"]
}
}
}
Após adicionar o servidor, peça ao agente para configurar suas credenciais:
"Configure minhas credenciais Safefy: public key
pk_..., secret keysk_..."
Gere suas credenciais em: https://app.safefypay.com.br/panel/merchant/api-credentials
O que este servidor expõe
- Assistente de integração:
- via
SDK Node(safefy-sdk-node) - via
API direta(qualquer linguagem)
- via
- Configuração/autenticação de credenciais (
/v1/auth/token) - Saldo (
/v1/balance) - Transações (
/v1/transactions) - Saques (
/v1/cashouts) - Clientes (
/v1/customers) - Pedidos (
/v1/orders) - Produtos (
/v1/products) - Payment Links públicos (
/v1/payment-links) - Requisição genérica para cobertura total da API (
safefy_payment_api_request)
Requisitos
- Node.js 18+
- Credenciais de API Payment (
Public KeyeSecret Key) - Gere no painel: https://app.safefypay.com.br/panel/merchant/api-credentials
Instalação local (desenvolvimento)
npm install
npm run build
npm start
Principais tools
safefy_payment_get_integration_guidesafefy_payment_list_capabilitiessafefy_payment_configure_credentialssafefy_payment_get_configurationsafefy_payment_authenticatesafefy_payment_api_requestsafefy_payment_get_balancesafefy_payment_create_transactionsafefy_payment_list_transactionssafefy_payment_get_transactionsafefy_payment_simulate_transactionsafefy_payment_resend_transaction_webhooksafefy_payment_create_cashoutsafefy_payment_list_cashoutssafefy_payment_get_cashoutsafefy_payment_cancel_cashoutsafefy_payment_simulate_cashoutsafefy_payment_create_customersafefy_payment_list_customerssafefy_payment_get_customersafefy_payment_update_customersafefy_payment_create_ordersafefy_payment_list_orderssafefy_payment_get_ordersafefy_payment_list_productssafefy_payment_get_productsafefy_payment_get_payment_linksafefy_payment_start_payment_linksafefy_payment_get_payment_link_status
Cobertura total da API Payment
Quando uma operação ainda não tiver tool dedicada, use safefy_payment_api_request.
Exemplo:
{
"path": "/v1/transactions",
"method": "GET",
"requireAuth": true,
"query": {
"page": 1,
"pageSize": 20
}
}
Skill no .github
O conteúdo de mcp-builder foi espelhado para .github/skills/mcp-builder para uso como skill de apoio no projeto.
Установка Safefy
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Safefy-Pay/safefy-mcpFAQ
Safefy MCP бесплатный?
Да, Safefy MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Safefy?
Нет, Safefy работает без API-ключей и переменных окружения.
Safefy — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Safefy в Claude Desktop, Claude Code или Cursor?
Открой Safefy на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Safefy with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
