pypi nooxus-mcpstdioupdated 4mo ago
Nooxus-MCP is the official Model Context Protocol (MCP) gateway connecting AI models (Claude, Gemini, Cursor, Cherry Studio) to real-time, verified global supply chain data.
nooxus mcp 能做什么?
🛡️ Nooxus-AI: Sourcing Edge for Claude Desktop (MCP)
Nooxus-MCP is the official Model Context Protocol (MCP) gateway connecting AI models (Claude, Gemini, Cursor, Cherry Studio) to real-time, verified global supply chain data.
By installing this, you instantly upgrade your AI from a conversational chatbot into a Forensic Sourcing Analyst. It cross-references the AII-NOO verified database to expose shell companies, verify real manufacturers, and completely eliminate B2B trade hallucinations.
✨ The "Aha Moment" (Key Features)
- Zero-Hallucination Sourcing: Direct access to Nooxus Edge nodes. If a factory is a fake trading proxy, the AI will know.
- Forensic UI Rendering: Forces the LLM to generate professional UI dashboards (Trust Scores, Red Flags, Capacity) instead of boring text.
- Edge Native Architecture: Pure Cloudflare Zero-Backend architecture featuring L1 memory caching and CRC32 payload security.
- Out-of-the-Box Trial: Includes a built-in global public trial key (1,000,000-query quota). No sign-up required to start!
🚀 Quick Start (Zero Config)
You DO NOT need an API key to start. The system will automatically use the built-in trial token. We use uvx for a lightning-fast, zero-install experience.
For Claude Desktop (Recommended)
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nooxus-edge": {
"command": "uvx",
"args": ["nooxus-mcp@latest"]
}
}
}
(Restart Claude Desktop. You will see the 🔨 hammer icon indicating Nooxus tools are loaded.)
🔄 How to Force Upgrade
Because the uv package manager uses aggressive local caching for speed, you might not get the newest update immediately even with the @latest tag. To force an upgrade to the newest version, open your terminal and run:
uvx --refresh nooxus-mcp@latest --version
🎯 The Playbook (How to trigger the Sourcing Agent)
To guarantee the AI uses the verified database and renders the professional UI, always start your prompts with our cheat code: Use Nooxus |
1. Market Scanning & Discovery
"Use Nooxus | I am looking for verified suppliers of 'terminal testing equipment' in Nanjing. Please search your network."
2. The Deep-Dive Forensic Audit (Killer Feature 🔥)
"Use Nooxus | Give me a deep-dive forensic audit on this node: NOO-PFJ77WGLNYHRXDZE. Show me the red flags and trust scores."
🔑 Advanced: Upgrading Your Quota
Once you exhaust the generous daily limits of the global trial key, you can seamlessly plug in your own developer API key for unlimited deep-dive audits.
- Register for free at SmartGSC.com or Nooxus.com.
- Generate your
NOOXUS_API_KEY. - Update your MCP config by adding the
envblock:
{
"mcpServers": {
"nooxus-edge": {
"command": "uvx",
"args": ["nooxus-mcp@latest"],
"env": {
"NOOXUS_API_KEY": "your_personal_key_here"
}
}
}
}
🔍 Available AI Tools (Under the hood)
semantic_search_nooxus(query): Lightning-fast semantic search optimized for manufacturing entities. Returns potential partners and their NOO-IDs.get_nooxus_node(noo_id): Retrieves the full verification profile. Triggers Strategy D to force the AI to act as a Risk Analyst and render a visual warning dashboard.
👨💻 Developer & Troubleshooting
1. Command Line Testing (MCP Inspector)
Use the official inspector to visualize and test tools in your browser without Claude:
npx @modelcontextprotocol/inspector uvx --refresh nooxus-mcp
2. Local Debug Mode
To generate a local log file mcp-logs.txt for deep troubleshooting:
NOOXUS_DEBUG=true uvx nooxus-mcp
3. macOS Path Conflicts (realpath missing)
If you encounter realpath: command not found on older macOS versions:
brew install coreutils
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
📈 Release History
- V0.1.6: Documentation overhaul, introduced "Cheat Code" prompting strategies, explicit upgrade commands, and API Quota instructions.
- V0.1.5: Updated semantic search and node retrieval logic for higher UI conversion.
- V0.1.2: Fixed protocol pollution, enforced stderr logging.
Official Portal: SmartGSC.com | Protocol Details: Nooxus.com
安装
把 nooxus mcp 添加到你的客户端。选择你正在使用的那个。
claude mcp add nooxus-mcp -- uvx nooxus-mcpcodex mcp add nooxus-mcp -- uvx nooxus-mcpamp mcp add nooxus-mcp -- uvx nooxus-mcp{
"mcpServers": {
"nooxus-mcp": {
"command": "uvx",
"args": [
"nooxus-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"nooxus-mcp": {
"command": "uvx",
"args": [
"nooxus-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"nooxus-mcp","command":"uvx","args":["nooxus-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"nooxus-mcp": {
"command": "uvx",
"args": [
"nooxus-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"nooxus-mcp": {
"command": "uvx",
"args": [
"nooxus-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"nooxus-mcp": {
"command": "uvx",
"args": [
"nooxus-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"nooxus-mcp": {
"type": "local",
"command": "uvx",
"args": [
"nooxus-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"nooxus-mcp": {
"command": {
"path": "uvx",
"args": [
"nooxus-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx nooxus-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档25/25
- 维护13/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 119 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.4最新 | 2026年4月16日 |