Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codespar/mcp-bind-erp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-bind-erp

MCP server for Bind ERP — Mexican cloud ERP

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

MCP Bind ERP

MCP server for Bind ERP — Mexican cloud ERP for invoicing, inventory, customers, and accounting.

Quick Start

# Set your API key
export BIND_API_KEY="your-api-key"

# Run via stdio
npx tsx packages/mexico/bind-erp/src/index.ts

# Run via HTTP
npx tsx packages/mexico/bind-erp/src/index.ts --http

Environment Variables

VariableRequiredDescription
BIND_API_KEYYesAPI key from Bind ERP dashboard
MCP_HTTPNoSet to "true" to enable HTTP transport
MCP_PORTNoHTTP port (default: 3000)

Tools (20)

ToolPurpose
list_customersList customers
create_customerCreate a customer
list_productsList products
create_productCreate a product
list_invoicesList invoices
create_invoiceCreate an invoice
list_ordersList orders
create_orderCreate an order
get_balanceGet account balance summary
list_accountsList accounts (bank accounts, cash, etc.)
update_customerUpdate an existing customer
delete_customerDelete a customer by ID
update_productUpdate an existing product
delete_productDelete a product by ID
get_invoiceGet an invoice (CFDI) by ID
cancel_invoiceCancel an invoice (CFDI) by ID
list_suppliersList suppliers (proveedores)
create_supplierCreate a supplier (proveedor)
list_paymentsList payments (pagos)
create_paymentRegister a payment (pago) against an invoice

Auth

Uses API key header authentication (X-API-KEY). Obtain your API key from the Bind ERP Dashboard.

API Reference

  • Bind ERP API Docs

Enterprise? Contact us at codespar.com for dedicated support, custom integrations, and SLAs.

Keywords

bind

FAQs

Package last updated on 25 Apr 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