MCP Getnet runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split
Today is the operative word: we check MCP Getnet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-getnet -- npx -y @codespar/mcp-getnet
{
"mcpServers": {
"mcp-getnet": {
"args": [
"-y",
"@codespar/mcp-getnet"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-getnet]
command = "npx"
args = ["-y", "@codespar/mcp-getnet"]
{
"mcpServers": {
"mcp-getnet": {
"args": [
"-y",
"@codespar/mcp-getnet"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-getnet": {
"args": [
"-y",
"@codespar/mcp-getnet"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GETNET_CLIENT_ID (Getnet OAuth client_id), GETNET_CLIENT_SECRET (Getnet OAuth client_secret), GETNET_SELLER_ID (Getnet seller_id issued with your merchant contract), GETNET_BASE_URL (Getnet API base URL. Defaults to production (https://api.getnet.com.br). Use https://api-homologacao.getnet.com.br for sandbox.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Safrapay — Banco Safra acquirer: credit, Pix, boleto + split, 3DS, chargebacks
MCP server for Cielo — credit card, debit, boleto, recurrent payments
MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges
MCP server for Santander Brasil — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS)
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers
MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens
MCP server for Sicoob — Pix (cob/cobv/DICT), Cobrança (boleto), SPB (OAuth2 + mTLS)
Answers built from our own checks of this server.