MCP Bind ERP Server (io.github.codespar/mcp-bind-erp)
MCP server for Bind ERP — a Mexican cloud ERP focused on invoicing, inventory, customers, and accounting. It supports running over stdio and can optionally be exposed over HTTP. The server is configured using an API key and environment variables for transport and port.
🛠️ Key Features
- Bind ERP integration for invoicing, inventory, customers, and accounting
- Model Context Protocol (MCP) server
- Optional HTTP transport (stdio is the default)
- Topics include
mcp,llm-tools,payments, andmodel-context-protocol
🚀 Use Cases
- Fetch or work with invoicing and accounting data in a Mexican cloud ERP context
- Integrate inventory and customer data into LLM tool workflows
- Use with agentic-commerce and open-finance/payment-related flows
⚡ Developer Benefits
- Simple local execution via
npx tsx .../index.ts - HTTP mode controlled via
MCP_HTTP=true - Configurable HTTP port via
MCP_PORT(default:300)
⚠️ Limitations
- Requires
BIND_API_KEYfrom the Bind ERP dashboard - HTTP transport must be explicitly enabled using
MCP_HTTP