@tongxiao/iqs-mcp-server
v0.1.0
Published
IQS MCP Server
Readme
IQS 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 IQS, please visit our documents.
Installation
NPM Installation
npm install -g @tongxiao/iqs-mcp-serverRunning with npx
# run stdio server
env IQS_API_KEY=your-api-key SERVER=local-stdio npx -y @tongxiao/iqs-mcp-server# run streamable server
## run with search tools
env IQS_API_KEY=your-api-key SERVER=local-http GROUPS=search npx -y @tongxiao/iqs-mcp-server
## run with readpage tools
env IQS_API_KEY=your-api-key SERVER=local-http GROUPS=readpage npx -y @tongxiao/iqs-mcp-serverYou can find your apikey from ipaas.console.aliyun.com/api-key
Running on client
Configure IQS MCP Server directly on mainstream MCP Client.
{
"mcpServers": {
"iqs-mcp-server": {
"url": "https://iqs-mcpver-maps-klpgfxqswy.cn-hangzhou.fcapp.run/mcp",
"headers": { "X-API-Key": "<IQS_API_KEY>" }
}
}
}{
"mcpServers": {
"iqs-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tongxiao/iqs-mcp-server"
],
"env": {
"IQS_API_KEY": "",
"GROUPS": "search,readpage"
}
}
}
}Available Tools
Search
- 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.
Readpage
readpage_basic This tool is designed to provide a simple and efficient way to read static web pages. It uses the Readability library to extract the most important content from a web page, making it easier to read and understand.
readpage_scrape This tool is designed to scrape web pages and extract information from browser. It uses the Readability library to parse the HTML and extract the desired information.
