What problem does it solve?
This Skill enables access to Lingxing ERP data through an MCP, facilitating data retrieval and integration for AI tools and custom applications.
Core Features & Use Cases
- Lingxing ERP Data Access: Retrieve data from Lingxing ERP using an MCP service.
- Multi-Form Access: Supports local
stdio and shared HTTP access modes.
- Bearer and Token Management: Provides tools for Bearer token and token lifecycle management.
- Health and Smoke Checks: Allows health and smoke checks for quick interface verification.
- Use Case: A team using Claude Code or Codex to automate repetitive tasks related to ERP data management can significantly speed up their workflow by integrating this Skill.
Quick Start
Configure the MCP service by setting up LINGXING_APP_ID and LINGXING_APP_SECRET, then initiate the HTTP server on port 8099 with the command: python3 mcp-servers/lingxing-openapi/http_server.py --host 127.0.0.1 --port 8099