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:
- Fix Missing
realpath: macOS (especially Monterey and older) lacks the standard Linuxrealpath.brew install coreutils export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
- Force Update: To ensure you are running the latest silent protocol version (V0.1.2):
uvx --refresh nooxus-mcp
🔍 Available AI Tools
-
search_manufacturing_entities(query)Searches the Nooxus database using natural language.
Use Case: "Find authentic CNC machining factories in the Yangtze River Delta." -
get_enterprise_details(noo_id)Retrieves the full, unadulterated verification profile using aNOO-ID. The AI will render this as a professional Markdown audit report. -
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
- Official Portal: SmartGSC.com
- Protocol Details: Nooxus.com
- Support: Issue Tracker
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nooxus_mcp-0.1.4.tar.gz.
File metadata
- Download URL: nooxus_mcp-0.1.4.tar.gz
- Upload date:
- Size: 38.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03a79396c23b7317164c06677894fbcdc7350a9dbf6ca77e4613b3938eb83b28
|
|
| MD5 |
9d2ee097fe137a606eed07cce1f87a24
|
|
| BLAKE2b-256 |
3aca2202de31ff623937e7ac117b37fb98ce31399a860306db06779417086e5c
|
File details
Details for the file nooxus_mcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: nooxus_mcp-0.1.4-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f25af00834f614ee7e1e943c8d797f99e5c63eb4bb04481696330a1d8e4c4864
|
|
| MD5 |
c84121f2fe824d96f9839d7f197245a7
|
|
| BLAKE2b-256 |
87de2981348286f3e41f5b199d5b56109e2cbf9a20d294b1a5021e7468c36231
|