onyx-mcp-integration

Configure MCP servers and Cloudflare tunnels for Onyx Pro ERP integration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alabasi2025/manus-skills-library --skill onyx-mcp-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onyx-mcp-integration
Source: https://github.com/alabasi2025/manus-skills-library/tree/main/onyx-erp/onyx-mcp-integration
Command: npx skills add https://github.com/alabasi2025/manus-skills-library --skill onyx-mcp-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables teams to integrate external applications with Onyx Pro ERP using an MCP Server and Cloudflare Tunnel, removing manual wiring and ad-hoc connectivity.

Core Features & Use Cases

  • MCP Server setup and Onyx/Oracle connectivity checks.
  • Cloudflare Named/Quick Tunnel configuration for secure remote access.
  • MCP Client service creation and data sync between systems and Onyx Pro.
  • Real-world use case: connect a CRM to Onyx to push orders in real time.

Quick Start

  • Install MCP components and set up the environment variables for ORACLE_HOST, ORACLE_PORT, ORACLE_SERVICE, ORACLE_USER, ORACLE_PASSWORD, ONYX_URL, and MCP_SERVER_URL.
  • Start the MCP server endpoints by configuring and running your Express server with the provided templates (server_endpoints.js) and aligning environment values.
  • Validate connections using the MCP client or scripts to test Oracle connectivity and Onyx proxy requests.

Frequently Asked Questions about onyx-mcp-integration

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

FAQPage Schema
How do I integrate an external application with Onyx Pro ERP?

Connecting a CRM to Onyx Pro via MCP enables real-time data synchronization, allowing you to push records like orders directly to the ERP system without manual data entry or ad-hoc wiring.

What is the best way to configure a Cloudflare tunnel for an MCP server?

Configuring a Cloudflare Named or Quick Tunnel secures remote access to MCP server endpoints by routing traffic through Cloudflare, ensuring stable connectivity between external clients and the internal server.

How do I test Oracle and Onyx ERP connectivity in a Windows environment?

You can test Oracle and Onyx ERP connectivity in a Windows environment by running the provided MCP client scripts, which validate database connections and proxy requests using configured environment variables.

What environment variables do I need to set up an MCP server for Onyx?

Setting up an MCP server for Onyx requires configuring ORACLE_HOST, ORACLE_PORT, ORACLE_SERVICE, ORACLE_USER, ORACLE_PASSWORD, ONYX_URL, and MCP_SERVER_URL environment variables to run the Express server endpoints.

Can I use MCP to sync data between a CRM and Onyx Pro in real time?

Yes, creating an MCP client service enables real-time data sync between systems and Onyx Pro, allowing you to push records like CRM orders directly to the ERP system through the configured tunnel.