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.5.tar.gz (98.7 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.5-py3-none-any.whl (95.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nooxus_mcp-0.1.5.tar.gz
  • Upload date:
  • Size: 98.7 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.5.tar.gz
Algorithm Hash digest
SHA256 52d0b3cb6f2fba93ee9c583c6995e0790e53bade60b8343936a216e534bca49a
MD5 34e026f3586c56372c67a63e7126f9e5
BLAKE2b-256 00de99889a1d0b3b31180199577942bb21c75c0de299dca76604d6010a800c24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nooxus_mcp-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 95.8 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0d4bb5ad8a0686544e6b31d82c8bca0f0a3ce742e26ececcea2df18ff3d5b46e
MD5 b3a323e399ecd003bd79acdf035c59d6
BLAKE2b-256 5dfd4ae1df4bc83276be0c838259bacfbb18ca8fe13f8cb62b62307309599866

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