What is the Conta Azul MCP MCP server?
Conta Azul ERP MCP — sales, customers, finance and NF-e via OAuth 2.0. Read + write, 35 tools.
How to install Conta Azul MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"contaazul-mcp": {
"url": "https://api.mcp.ai/contaazul"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contaazul-mcp": {
"serverUrl": "https://api.mcp.ai/contaazul"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"contaazul-mcp": {
"type": "http",
"url": "https://api.mcp.ai/contaazul"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"contaazul-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/contaazul"
]
}
}
}Claude Code
claude mcp add --transport http contaazul-mcp https://api.mcp.ai/contaazulRelated MCP servers
Banco MCP
Maintained
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
14
View repository →MIT