Skip to main content

Official MCP Server for Nooxus Edge Data (Global Supply Chain & Manufacturing)

Project description

🌍 Nooxus Edge Data - Official MCP Server

Nooxus-MCP is the official Model Context Protocol (MCP) gateway to real-time, verified global supply chain data.

By connecting Nooxus to AI agents like Claude, Gemini, Cherry Studio, or Cursor, you empower your LLM with "Ground Truth" manufacturing entity data. Instantly verify factory capabilities, R&D profiles, and international certifications (ISO/FDA) while completely eliminating B2B data hallucinations.


✨ Key Features

  • Zero-Hallucination Data: Direct access to Nooxus Edge nodes for verified factory details and debunked business statuses.
  • FTS5 Semantic Search: Lightning-fast Full-Text Search optimized for manufacturing (e.g., CNC AND Assembly).
  • Silent Protocol (V0.1.2+): Optimized I/O handling that prevents "Protocol Pollution" errors by forcing logs to stderr.
  • Edge Native: Powered by Cloudflare zero-backend architecture with L1 memory caching and CRC32 payload security.
  • Global Public Trial: Includes a built-in trial key with a 1,000,000-query quota—no sign-up required to start.

🚀 Quick Start (Client Configuration)

The most efficient way to run Nooxus-MCP is using uvx. No manual installation is required.

1. For Cherry Studio / Cursor

Add a new MCP server using the following JSON configuration:

{
  "mcpServers": {
    "Nooxus-Global-Supply-Chain": {
      "command": "uvx",
      "args": ["--refresh", "nooxus-mcp"],
      "env": {
        "NOOXUS_API_KEY": "" 
      }
    }
  }
}

(Note: If the NOOXUS_API_KEY is empty, the server defaults to the Global Public Trial Key.)

2. For Claude Desktop

Append this to your claude_desktop_config.json:

{
  "mcpServers": {
    "nooxus-mcp": {
      "command": "uvx",
      "args": ["--refresh", "nooxus-mcp"],
      "env": {
        "NOOXUS_API_KEY": "YOUR_PREMIUM_KEY_HERE"
      }
    }
  }
}

🛠️ Critical Troubleshooting (macOS 12+)

If you encounter connection errors or "Command not found" on macOS:

  1. Fix Missing realpath: macOS (especially Monterey and older) lacks the standard Linux realpath.
    brew install coreutils
    export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
    
  2. Force Update: To ensure you are running the latest silent protocol version (V0.1.2):
    uvx --refresh nooxus-mcp
    

🔍 Available AI Tools

  1. search_manufacturing_entities(query) Searches the Nooxus database using natural language.
    Use Case: "Find authentic CNC machining factories in the Yangtze River Delta."

  2. get_enterprise_details(noo_id) Retrieves the full, unadulterated verification profile using a NOO-ID. The AI will render this as a professional Markdown audit report.

  3. generate_auto_rfq(company_name, items) Drafts a standardized RFQ and generates a secure $2.99 checkout link via SmartGSC to automate the commercial dispatch.


👨‍💻 Developer & Debugging

Test the server visually using the official MCP Inspector:

npx @modelcontextprotocol/inspector uvx --refresh nooxus-mcp

To enable local file logging for troubleshooting:

NOOXUS_DEBUG=true uvx nooxus-mcp

🔗 Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nooxus_mcp-0.1.3.tar.gz (38.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nooxus_mcp-0.1.3-py3-none-any.whl (39.9 kB view details)

Uploaded Python 3

File details

Details for the file nooxus_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: nooxus_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 38.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for nooxus_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 8f36c0507f955472aed06e702ffe938533f6d6b45c46e3e0dac4df8857b4acfe
MD5 bf1eb355dfc5c37e6a21db215357a617
BLAKE2b-256 e2f7803b6b6ac52e7d6c3cb6b283358eeb8fa862768063405bbf7c22592f175e

See more details on using hashes here.

File details

Details for the file nooxus_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: nooxus_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 39.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for nooxus_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4b2be4b928fcbb04161e8ed5a799897f9630bf2982d9a11840830a6ba472fe2d
MD5 8b96458631ecf92ce7a72ec3422d02bc
BLAKE2b-256 e158103236f1a005c0076a95f76cd0316d0dbe54a469508497b63145364cd43c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page