JUHE API Marketplace
aliyun avatar
MCP Server

TongXiao Common Search MCP Server

A Model Context Protocol server that provides enhanced real-time search capabilities by integrating with Alibaba Cloud IQS APIs to deliver clean, accurate results from multiple data sources.

4
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "tongxiao-common-search",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@tongxiao/common-search-mcp-server"
7 ],
8 "env": {
9 "TONGXIAO_API_KEY": ""
10 }
11}
JSON11 lines

README Documentation

TongXiao Common Search MCP Server

A Model Context Protocol (MCP) server implementation that integrates with IQS APIs, which delivers clean, accurate, diverse, and high-quality results through multiple data sources. For more Information about TongXiao, please visit our documents.

Installation

NPM Installation

npm install -g @tongxiao/common-search-mcp-server

Running with npx

# run stdio server
env TONGXIAO_API_KEY=your-api-key npx -y @tongxiao/common-search-mcp-server
# run sse server
env TONGXIAO_API_KEY=your-api-key SERVER=sse npx -y @tongxiao/common-search-mcp-server

You can find your apikey from ipaas.console.aliyun.com/api-key

Running on client

Configure Tongxiao MCP Server directly on mainstream MCP Client.

{
    "mcpServers": {
        "tongxiao-common-search": {
            "command": "npx",
            "args": [
                "-y",
                "@tongxiao/common-search-mcp-server"
            ],
            "env": {
                "TONGXIAO_API_KEY": ""
            }
        }
    }
}

Available Tools

  1. common_search This tool offers enhanced real-time search capabilities for open domain networks. By utilizing optimization with large models and integrating multiple data sources, it delivers clean, accurate, diverse, and high-quality results.

Best for: When you are unsure where to find information, use this interface to obtain accurate information from the web or multiple vertical data sources.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source