Sign In

@codespar/mcp-conta-azul

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-conta-azul

MCP server for Conta Azul — accounting, invoicing, customers, products

latest
npmnpm
Version
0.2.2
Version published
Weekly downloads
38
-7.32%
Maintainers
2
Weekly downloads
 
Created
Source

@codespar/mcp-conta-azul

MCP server for Conta Azul — ERP, accounting, invoicing, and financial management

npm License: MIT

Quick Start

Claude Desktop

Add to ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "conta-azul": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-conta-azul"],
      "env": {
        "CONTA_AZUL_ACCESS_TOKEN": "your-token"
      }
    }
  }
}

Claude Code

claude mcp add conta-azul -- npx @codespar/mcp-conta-azul

Cursor / VS Code

Add to .cursor/mcp.json or .vscode/mcp.json:

{
  "servers": {
    "conta-azul": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-conta-azul"],
      "env": {
        "CONTA_AZUL_ACCESS_TOKEN": "your-token"
      }
    }
  }
}

Tools (20)

ToolPurpose
list_customersList customers in Conta Azul
create_customerCreate a customer in Conta Azul
update_customerUpdate a customer in Conta Azul
delete_customerDelete a customer in Conta Azul
list_productsList products in Conta Azul
create_productCreate a product in Conta Azul
update_productUpdate a product in Conta Azul
delete_productDelete a product in Conta Azul
list_salesList sales in Conta Azul
create_saleCreate a sale in Conta Azul
get_saleGet a sale by id in Conta Azul
cancel_saleCancel a sale in Conta Azul
list_servicesList services in Conta Azul
create_serviceCreate a service in Conta Azul
update_serviceUpdate a service in Conta Azul
delete_serviceDelete a service in Conta Azul
get_financial_summaryGet financial summary from Conta Azul
list_categoriesList product/service categories
list_bank_accountsList bank accounts in Conta Azul
list_accounts_receivableList accounts receivable (financial events to receive) in Conta Azul

Authentication

Conta Azul uses OAuth2 Bearer tokens for authentication.

Sandbox / Testing

Conta Azul provides a sandbox via the OAuth flow. Use sandbox credentials for testing.

Get your credentials

  • Go to Conta Azul Developer Portal
  • Register as a developer
  • Create an OAuth application and obtain an access token
  • Set the CONTA_AZUL_ACCESS_TOKEN environment variable

Environment Variables

VariableRequiredDescription
CONTA_AZUL_ACCESS_TOKENYesOAuth2 access token

Roadmap

v0.2 (planned)

  • list_bank_accounts — List registered bank accounts
  • create_bank_account — Register a new bank account
  • list_taxes — List tax entries
  • create_tax — Create a tax entry
  • get_cash_flow — Get cash flow summary report

v0.3 (planned)

  • reconciliation — Bank reconciliation tools
  • financial_reports — Generate financial summary reports

Want to contribute? Open a PR or request a tool.

Enterprise

Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.

License

MIT

Keywords

mcp

FAQs

Package last updated on 22 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts