Mexican cloud ERP: inventory, purchasing, sales orders, and CFDI invoicing. Your agent runs the full operational cycle in MXN.
$ npm install @codespar/mcp-bind-erpAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"bind-erp": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bind-erp"
],
"env": {
"BIND_API_KEY": "<your_bind_api_key>"
}
}
}
}After restart, your agent can call any of the 20 tools below โ try list_customers first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
BIND_API_KEYAPI key for Bind ERP
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_customerscreate_customerlist_productscreate_productlist_invoicescreate_invoicelist_orderscreate_orderMCP is a protocol โ any framework that speaks it can mount this server.