MCP Server
MCP
io.github.codespar/mcp-getnet
MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-getnet",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Getnet OAuth client_id",
"isRequired": true,
"format": "string",
"name": "GETNET_CLIENT_ID"
},
{
"description": "Getnet OAuth client_secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GETNET_CLIENT_SECRET"
},
{
"description": "Getnet seller_id issued with your merchant contract",
"isRequired": true,
"format": "string",
"name": "GETNET_SELLER_ID"
},
{
"description": "Getnet API base URL. Defaults to production (https://api.getnet.com.br). Use https://api-homologacao.getnet.com.br for sandbox.",
"format": "string",
"name": "GETNET_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment