Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Getnet

io.github.mcp-dir/getnet-mcp

Getnet acquirer (Santander) via the Plataforma Digital API, read-only: consult a transaction by paym

Uptime
100.0%
1 direct probes · 30d
Response
2107ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

getnet_list_accounts

Lista os lojistas (seller_id) Getnet conectados a este install — id, label.

getnet_get_payment

Consulta o status de uma transação por payment_id. `tipo` seleciona o meio (credit, debit, pix, boleto). Somente leitura, não cria nem altera cobrança. Bulk support: accepts payment_ids for batched e…

getnet_get_card

Consulta um cartão tokenizado do cofre (vault) por card_id (não retorna o PAN). Bulk support: accepts card_ids for batched execution.

getnet_list_customer_cards

Lista os cartões tokenizados de um cliente no cofre (vault). Bulk support: accepts customer_ids for batched execution.

getnet_list_customers

Lista clientes cadastrados. Paginado por `page`/`limit`.

show_version

Show the current MCP platform and adapter versions.

report_bug

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

connect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install …

toolkit_info

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

marketplace

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for…

authenticate

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring conne…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "getnet": {
      "url": "https://api.mcp.ai/p_getnet",
      "transport": "streamable-http"
    }
  }
}