MCP Stark Bank runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 16 Jul 2026.
MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance
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-stark-bank -- npx -y @codespar/mcp-stark-bank
{
"mcpServers": {
"mcp-stark-bank": {
"args": [
"-y",
"@codespar/mcp-stark-bank"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-stark-bank]
command = "npx"
args = ["-y", "@codespar/mcp-stark-bank"]
{
"mcpServers": {
"mcp-stark-bank": {
"args": [
"-y",
"@codespar/mcp-stark-bank"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-stark-bank": {
"args": [
"-y",
"@codespar/mcp-stark-bank"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.