Open banking, Pix, and card acquiring. TON integration, partner tags, and real-time settlement for Brazilian commerce.
$ npm install @codespar/mcp-stoneAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"stone": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stone"
],
"env": {
"STONE_CLIENT_SECRET": "<your_stone_client_secret>"
}
}
}
}After restart, your agent can call any of the 21 tools below โ try get_balance first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
STONE_CLIENT_SECRETAPI key for stone
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
get_balancelist_transactionsget_statementcreate_paymentget_paymentlist_paymentscreate_transfercreate_pix_paymentMCP is a protocol โ any framework that speaks it can mount this server.