Conta Azul MCP Server

Conta Azul uses OAuth2 Bearer tokens for authentication. Conta Azul provides a sandbox via the OAuth flow. Use sandbox credentials for testing. Its 20 documented tools cover customer, product, sale, service.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Conta Azul

before you install - you'll need

Set CONTA_AZUL_ACCESS_TOKEN before connecting.

Claude Code

claude mcp add codespar-mcp-dev-latam-packages-fiscal-c -- npx -y @codespar/mcp-conta-azul

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codespar-mcp-dev-latam-packages-fiscal-c": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-conta-azul"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @codespar/mcp-conta-azul - published under the repo owner's npm scope (@codespar)

registry namespace io.github.codespar is GitHub-verified and matches the repo owner

03 · What Conta Azul can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list customers in Conta Azul, create a customer in Conta Azul, update a customer in Conta Azul, and delete a customer in Conta Azul.

Capability map

Tools grouped from the project's README - what Conta Azul lets an agent do.

read & search

8 tools - e.g. List customers in Conta Azul; List products in Conta Azul; List sales in Conta Azul

list_customers · list_products · list_sales · list_services · get_financial_summary · list_categories…

Customer

3 tools - e.g. Create a customer in Conta Azul; Update a customer in Conta Azul; Delete a customer in Conta Azul

create_customer · update_customer · delete_customer

Product

3 tools - e.g. Create a product in Conta Azul; Update a product in Conta Azul; Delete a product in Conta Azul

create_product · update_product · delete_product

Sale

3 tools - e.g. Create a sale in Conta Azul; Get a sale by id in Conta Azul; Cancel a sale in Conta Azul

create_sale · get_sale · cancel_sale

Service

3 tools - e.g. Create a service in Conta Azul; Update a service in Conta Azul; Delete a service in Conta Azul

create_service · update_service · delete_service

04 · Who maintains Conta Azul

mcp-conta-azul is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.

  1. mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
  2. mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
  3. mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
  4. mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
  5. mcp-stripe-acp Stripe ACP - AI agent checkout, payment delegation, products, invoices ★ 269
  6. mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269

05 · Facts

category
finance - actively maintained as of 2026-08-25.
registry
io.github.codespar/mcp-conta-azul (active, first published 2026-04-12 · 3 versions)
packages
npm:@codespar/mcp-conta-azul

06 · Conta Azul FAQ

Is Conta Azul still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Conta Azul do?

With this server connected, an agent can list customers in Conta Azul, create a customer in Conta Azul, update a customer in Conta Azul, and delete a customer in Conta Azul.

How do I install Conta Azul?

Run `npx -y @codespar/mcp-conta-azul`. The README documents one environment variable (CONTA_AZUL_ACCESS_TOKEN) to set first. Set CONTA_AZUL_ACCESS_TOKEN before connecting. You can also paste the ready-made client config above.

Does Conta Azul run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Conta Azul

More finance MCP servers · Belvo · Clip · Conekta · Adyen · Ap2

More JavaScript MCP servers · Focus Nfe · Nfe Io · Nuvem Fiscal · Clearsale · Konduto · see all