Argentine cloud accounting with AFIP electronic invoicing. Your agent manages facturas, customers, and tax compliance in ARS.
$ npm install @codespar/mcp-colppy@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"colppy": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-colppy@alpha"
],
"env": {
"COLPPY_API_KEY": "<your_colppy_api_key>",
"COLPPY_COMPANY_ID": "<your_colppy_company_id>"
}
}
}
}After restart, your agent can call any of the 22 tools below โ try list_customers first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
COLPPY_API_KEYAPI key for Colppy
COLPPY_COMPANY_IDCompany identifier
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_customerscreate_customerlist_productscreate_invoicelist_invoicesget_balancelist_accountscreate_paymentMCP is a protocol โ any framework that speaks it can mount this server.