paghiper-mcp

paghiper-mcp is a skill for Claude Code, Codex from mcp-dir/paghiper-mcp. It costs 196 tokens per session (2,645 once invoked), scanned A, original, MIT.

A connection to PagHiper, a Brazilian payment service, through its official REST API. It supports registered bank slips (boletos) and Pix charges, including their payment status.

In plain words
What is it for?
Creating boleto and Pix charges, retrieving Pix copy-and-paste codes, QR codes and boleto payment lines, checking or cancelling charges, listing transactions, and viewing withdrawal accounts.
Why use it?
It avoids manually connecting an application to PagHiper for creating and monitoring Brazilian payment requests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating boleto and Pix charges, retrieving Pix copy-and-paste codes, QR codes and boleto payment lines, checking or cancelling charges, listing transactions, and viewing withdrawal accounts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mcp-dir/paghiper-mcp/paghiper-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mcp-dir/paghiper-mcp --skill paghiper-mcp
Clone the repo
git clone --depth 1 https://github.com/mcp-dir/paghiper-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for paghiper-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/mcp-dir/paghiper-mcp/paghiper-mcp/github.svg)](https://agentmods.dev/skills/mcp-dir/paghiper-mcp/paghiper-mcp)
Your own site
<a href="https://agentmods.dev/skills/mcp-dir/paghiper-mcp/paghiper-mcp"><img src="https://agentmods.dev/badge/skills/mcp-dir/paghiper-mcp/paghiper-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for paghiper-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/mcp-dir/paghiper-mcp/paghiper-mcp"><img src="https://agentmods.dev/badge/skills/mcp-dir/paghiper-mcp/paghiper-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 196 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,645 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00196 $0.02645
Opus 5 $0.00098 $0.01323
Sonnet 5 $0.00039 $0.00529
Haiku 4.5 $0.00020 $0.00265

Measured 12d ago against content hash b0554f1d6fe3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

paghiper-mcp scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST https://api.mcp.ai/api/paghiper/cancel/boleto \
skills/paghiper-mcp/SKILL.md · 173 lines

How it starts

The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PagHiper — REST API skill

Você tem acesso à PagHiper REST API na MCP.AI.

Emissão de boleto bancário registrado e Pix no PagHiper com a API oficial. Gera a cobrança e devolve o código Pix copia e cola, o QR Code e a linha digitável do boleto, consulta o status do pagamento, cancela cobrança não paga, lista transações por período e status, e lista as contas bancárias de saque. Autenticação por apiKey e token, gerados na sua conta PagHiper em Minha conta, Credenciais. Valor mínimo por cobrança de R$ 3,00. Pareia com o Banco MCP, o Banco mostra o dinheiro que entrou, o PagHiper emite a cobrança.

Base URL

https://api.mcp.ai/api/paghiper

Todo endpoint é um POST na Base URL + o path abaixo. Os parâmetros vão no corpo JSON.

Autenticação

Inclua em toda request:

Authorization: Bearer sk_live_...
Content-Type: application/json

Gere sua chave em https://app.mcp.ai/settings/api-keys (workspace API key sk_live_…, não expira, revogável). Uma única chave serve pra todos os seus MCPs.

Formato de resposta

{ "ok": true, "tool": "<tool_id>", "result": <payload> }

Exemplo cURL

curl -X POST https://api.mcp.ai/api/paghiper/cancel/boleto \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"transaction_id":"..."}'

Reportar problemas

Se um endpoint retornar erro, vazio ou dado inesperado, reporte (não desista calado): POST /api/paghiper/report com { "message": "...", "context"?: "...", "conversation"?: [...] }. Isso notifica o time da MCP.AI.

Endpoints (9)

paghiper_cancel_boleto

Cancela um boleto ainda não pago, pelo transaction_id. (POST /api/paghiper/cancel/boleto)

Parâmetro Tipo Obrigatório Descrição
transaction_id string Sim transaction_id devolvido na emissão da cobrança
account string Não Quando há múltiplas contas PagHiper conectadas: id ou label da conexão. Veja paghiper_list_accounts.
transaction_ids string[] Não Bulk mode: multiple values for transaction_id

Read the full file on GitHub · 173 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 173 lines · 0 tokens per session scan A b0554f1d6fe3

Subscribe to this mod's changes

paghiper-mcp is a skill published in the GitHub repository mcp-dir/paghiper-mcp (0 stars, last pushed 13d ago), licensed MIT. It adds 196 tokens to every session and 2,645 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

x402

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

browser-use/browser-use · 175 tokens

tushare

A Python interface for Tushare, a financial data service that provides market and company information for stocks, funds, futures, and digital assets. It returns queried data as pandas tables.

HKUDS/Vibe-Trading · 79 tokens

stripe-best-practices

Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared test mode sandbox), API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax…

stripe/ai · 161 tokens

pinme-uniwebpay

Use when generating, modifying, or reviewing PinMe Worker (Cloudflare Worker TypeScript) code that accepts payments through UniwebPay — payment links, products/prices, checkout sessions, payment status reads, refunds, subscriptions, or handling UniwebPay webhooks with @uniwebpay/sdk in a PinMe project.

glitternetwork/pinme · 71 tokens

erp-xpp

X++ code development lifecycle for Finance and Operations — scaffold models, author classes, custom services/APIs, and data entities, install matching SDKs, compile deployable packages, deploy packages, synchronize databases, and verify deployed artifacts. Use when the user explicitly requests creating, building…

microsoft/Dataverse-skills · 86 tokens

kalshi-api

Kalshi exchange mechanics — RSA-PSS auth, order schema, YES/NO orderbook convention, WebSocket, and endpoint surface. Market-type-agnostic shared layer for all Kalshi skills.

agiprolabs/claude-trading-skills · 44 tokens