← Index

io.github.codespar/mcp-stark-bank

io.github.codespar/mcp-stark-bank·v0.1.2·Other
Quality Score
80
/100

MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-stark-bank": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-stark-bank"
      ],
      "env": {
        "STARK_BANK_ACCESS_TOKEN": "<your-stark_bank_access_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-stark-bank": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-stark-bank"
      ],
      "env": {
        "STARK_BANK_ACCESS_TOKEN": "<your-stark_bank_access_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-stark-bank
§02  Environment variables
STARK_BANK_ACCESS_TOKEN
requiredsecret

API key for stark-bank

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other