zach-lingxing-mcp

Configure Lingxing ERP OpenAPI access via MCP with token management.

30|8|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/zach22-1999/lingxing-mcp --skill zach-lingxing-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zach-lingxing-mcp
Source: https://github.com/zach22-1999/lingxing-mcp/tree/main/skills/zach-lingxing-mcp
Command: npx skills add https://github.com/zach22-1999/lingxing-mcp --skill zach-lingxing-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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

Frequently Asked Questions about zach-lingxing-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Lingxing ERP data through an MCP service?

Access Lingxing ERP data through an MCP service by configuring your Lingxing APP ID and APP SECRET, then running the provided HTTP server script to establish a local or shared connection for data retrieval.

What access modes are supported for Lingxing ERP MCP integration?

Lingxing ERP MCP integration supports local stdio and shared HTTP access modes, allowing flexible deployment depending on whether you need direct local execution or network-accessible data retrieval.

How do I manage API tokens when integrating Lingxing ERP with AI tools?

Manage API tokens when integrating Lingxing ERP by using the Skill's provided tools for Bearer token generation and token lifecycle management to authenticate your OpenAPI data requests.

Can I use this MCP integration with Claude Code for ERP data automation?

Yes, you can use this MCP integration with Claude Code or Codex to automate repetitive ERP data management tasks, significantly speeding up your workflow by exposing Lingxing data to AI tools.

How do I verify my Lingxing ERP API connection after setup?

Verify your Lingxing ERP API connection by running health and smoke checks provided by the Skill, which allow quick interface verification to ensure your MCP service is responding correctly.

Do I need specific environment variables to start the Lingxing MCP server?

Yes, you need to set the LINGXING_APP_ID and LINGXING_APP_SECRET environment variables to configure the MCP service before initiating the HTTP server on your specified host and port.