TongXiao Common Search MCP Server
Provides installation and distribution capabilities for the TongXiao Common Search MCP Server through the npm package registry, allowing users to easily install and run the server using npm or npx commands.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TongXiao Common Search MCP Serversearch for the latest AI developments in quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-serverRunning 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-serverYou 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": ""
}
}
}
}Related MCP server: DataWorks MCP Server
Available Tools
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI models to perform real-time internet and knowledge searches through Higress, enhancing model responses with up-to-date information from Google, Bing, Arxiv, and internal knowledge bases.15Apache 2.0
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI agents to interact with Alibaba Cloud DataWorks through standardized interfaces, allowing seamless management of DataWorks resources and operations via the DataWorks Open API.10014450Apache 2.0
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) based search API server that provides standardized access to Google Maps, Google Flights, Google Hotels and other services. This server enables AI assistants to access various search services through a unified interface.72MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables automated search monitoring with AI-powered duplicate detection, allowing users to track search queries for new content and receive notifications when changes occur.2
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-iqs-tongxiao-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server