Official MCP Server for Nooxus Edge Data (Global Supply Chain & Manufacturing)
Project description
🌍 Nooxus Edge Data - Official MCP Server
The official Model Context Protocol (MCP) server for Nooxus Edge Data.
Nooxus empowers AI models (like Claude, Gemini, Cherry Studio, and Cursor) with real-time, verified global supply chain and manufacturing entity data. Instantly ground your LLM's reasoning with highly accurate profiles of CNC machining workshops, assembly lines, R&D capabilities, and international standards (ISO/FDA) — completely eliminating B2B data hallucinations.
✨ Key Features
- Zero-Hallucination Supply Chain Data: Direct access to verified factory capabilities, debunked statuses, and granular micro-manufacturing details.
- FTS5 Semantic Radar: Lightning-fast Full-Text Search optimized for complex manufacturing queries (e.g.,
CNC AND Assembly). - Automated RFQ Engine: Built-in capability to generate and dispatch commercial quotation requests directly from your chat interface.
- Edge Native: Powered by a pure Cloudflare zero-backend architecture with L1 memory caching and CRC32 payload security.
- Built-in Global Trial: Zero configuration required to start. A generous public trial key is built right into the package.
🛠️ Available AI Tools
When connected, your AI assistant gains the following capabilities:
search_manufacturing_entities- Description: Scans the Nooxus Global Verified Entities database using natural language or keywords.
- Use Case: "Find authentic CNC machining factories in the Yangtze River Delta with R&D teams."
get_enterprise_details- Description: Retrieves the full, unadulterated JSON verification profile using a unique
NOO-ID. The AI is instructed to render this as a professional Markdown audit report. - Use Case: "Analyze the manufacturing capabilities and verify the legal status of NOO-H5LSP53ZNGH54DIP."
- Description: Retrieves the full, unadulterated JSON verification profile using a unique
generate_auto_rfq- Description: Drafts a standardized Request for Quotation (RFQ) for selected suppliers and generates a secure $2.99 checkout link via SmartGSC to automate the dispatch process.
🚀 Quick Start & Client Configuration
You don't need to write any code or manually install packages to use Nooxus. Just copy and paste the JSON configuration below into your favorite AI client. The system will automatically fetch and run the server using uvx.
Option A: Cherry Studio / Cursor
Go to your MCP settings and add a new server using the JSON import or manual entry:
{
"mcpServers": {
"Nooxus-Global-Supply-Chain": {
"command": "uvx",
"args": ["nooxus-mcp"],
"env": {
"NOOXUS_API_KEY": ""
}
}
}
}
(Note: If the NOOXUS_API_KEY is left empty, the server will automatically use the built-in Global Public Trial Key.)
Option B: Claude Desktop
Open your claude_desktop_config.json file (usually located in your app data folder) and append the following configuration:
{
"mcpServers": {
"nooxus-mcp": {
"command": "uvx",
"args": ["nooxus-mcp"],
"env": {
"NOOXUS_API_KEY": "YOUR_PREMIUM_KEY_HERE"
}
}
}
}
👨💻 Developer & Local Testing
If you want to test the server visually using the official MCP Inspector before integrating it into a client:
# Run via npx using the uvx runner
npx @modelcontextprotocol/inspector uvx nooxus-mcp
🔗 Links
- SmartGSC Official: https://smartgsc.com
- Nooxus Protocol: https://nooxus.com
- Issue Tracker: GitHub Issues
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.0.tar.gz.
File metadata
- Download URL: nooxus_mcp-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
625312cd20425f0d6460f78396eeaaf6a54383ce9515298c7c12b232d2124b52
|
|
| MD5 |
d64b51de1549c91170c7f5fb9f99b3e4
|
|
| BLAKE2b-256 |
6d69721323a9973ea3b67833b374585e9375db328ed16796e811a1d9decf7b64
|
File details
Details for the file nooxus_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nooxus_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 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 |
879de76516912441169e80181f08f412493f0ac2c5b1afb601e5a250bfc9902a
|
|
| MD5 |
b049df63ffdbb119e1d839bc70df1d72
|
|
| BLAKE2b-256 |
72e771e47755d5304945aa022fa930146f6029a49bdfbf3f6128f8bfb55ae52d
|