
Mcp Stark Bank
Give your agent Stark Bank tools for Pix, boletos, transfers, invoices, and balance checks while you build Brazil-facing payment flows.
Overview
io.github.codespar/mcp-stark-bank is a MCP server for the Build phase that lets agents call Stark Bank transfers, boletos, invoices, Pix, and balance APIs.
What is this MCP server?
- Covers transfers, boletos, invoices, Pix, and balance per server description
- @codespar/mcp-stark-bank npm v0.1.2 with stdio MCP transport
- STARK_BANK_ACCESS_TOKEN single required secret
- From codespar/mcp-dev-brasil (packages/banking/stark-bank)
- Agent-side alternative to hand-rolled Stark Bank SDK calls
- Server version 0.1.2 (@codespar/mcp-stark-bank)
- 5 capability areas named: transfers, boletos, invoices, Pix, balance
- 1 required secret: STARK_BANK_ACCESS_TOKEN
Community signal: 252 GitHub stars.
What problem does it solve?
Brazil-focused solos stall on payment features because agents cannot safely invoke Stark Bank without a typed MCP bridge and access token.
Who is it for?
Indie developers with Stark Bank credentials building Pix, boleto, or transfer automation into apps or internal finance tools.
Skip if: Non-Brazil products, builders without Stark Bank approval, or teams wanting PCI card acquiring instead of Stark Bank’s API set.
What do I get? / Deliverables
After configuration, your agent can orchestrate Stark Bank payment and balance operations while you implement and test Brazil monetization code.
- MCP registration for Stark Bank stdio server
- Agent tools spanning transfers, boletos, invoices, Pix, and balance
- STARK_BANK_ACCESS_TOKEN configured as a secret
Recommended MCP Servers
Journey fit
Brazilian banking and Pix integrations are implemented during build when billing, payouts, or treasury features need live Stark Bank APIs. Stark Bank is a payment/banking provider exposed as MCP tools—fits the integrations subphase for fintech wiring.
How it compares
Stark Bank banking MCP connector, not a payment UX skill or Stripe-global substitute.
Common Questions / FAQ
Who is io.github.codespar/mcp-stark-bank for?
Solo and small-team developers integrating Brazilian payments through Stark Bank who want Claude Code, Cursor, or Codex to call banking tools via MCP.
When should I use io.github.codespar/mcp-stark-bank?
Use it when building or debugging features that need Pix, boletos, invoices, transfers, or balance reads against Stark Bank during development.
How do I add io.github.codespar/mcp-stark-bank to my agent?
Install @codespar/mcp-stark-bank, enable stdio MCP in your client, and set STARK_BANK_ACCESS_TOKEN as the required secret environment variable.