MCP Servers / cloud-service / Nacos MCP Router

Nacos MCP Router

JSON →
stdionone178cloud-service

A MCP server for Nacos that provides search, installation, and proxy functionalities. Connects to a Nacos server via environment variables.

Install
How to run this server
[ { "cmd": "uvx nacos-mcp-router@latest", "imports": [] } ]
server path: nacos-mcp-router
Tools
What this server exposes
search_mcp_server
Search MCP servers by task and keywords. Input: task_description (string), key_words (string). Returns: list of MCP servers and instructions to complete the task.
add_mcp_server
Add a MCP server. If the MCP server is a stdio server, this tool will install it and establish connection to it. If the MCP server is a sse server, this tool will establish connection to it. Input: mcp_server_name (string). Returns: tool list of the MCP server and how to use these tools.
use_tool
This tool helps LLM to use the tool of some MCP server. It will proxy requests to the target MCP server. Input: mcp_server_name (string), mcp_tool_name (string), params (map). Returns: Result returned from the target MCP server.
Configuration
Environment & auth
authnone
envACCESS_KEY_ID
envACCESS_KEY_SECRET
Resources
Nacos MCP Router — MCP Server · libregistry