Skip to main content
Glama
MaesHughes

Wuxing Search MCP

by MaesHughes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIMEOUTNoRequest timeout (ms)30000
MAX_RESULTSNoDefault number of results20
SEARXNG_URLNoSearXNG service addresshttp://localhost:8888

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

执行网页搜索,返回搜索结果列表。

用途:

  • 搜索技术文档、教程、博客等内容

  • 用于课程开发时收集参考资料

  • 支持任意关键词搜索

参数说明:

  • query: 搜索关键词(必需)

  • max_results: 返回结果数量,默认 20,最大 100

  • category: 搜索类别,可选值:general, images, videos, files, it, map, music, science, social, news

  • language: 搜索语言,默认 zh-CN

  • time_range: 时间范围,可选值:day, week, month, year, none(默认)

  • safesearch: 安全搜索级别,可选值:0, 1, 2(默认 1)

返回格式:

  • title: 结果标题

  • url: 结果链接

  • content: 结果摘要

  • engine: 搜索引擎来源

  • score: 相关性评分

get_server_infoB

获取搜索服务器信息,包括服务状态、版本等。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: get_server_info retrieves server metadata, while web_search performs actual web searches. There is no overlap or ambiguity between them, making it easy for an agent to select the correct tool based on the task.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (get_server_info and web_search). The naming is clear, predictable, and adheres to the same convention throughout, with no mixing of styles or deviations.

Tool Count2/5

With only 2 tools, the server feels under-scoped for its stated purpose of supporting web search for tasks like collecting references for course development. While the tools are functional, the count is too low to provide comprehensive coverage, lacking operations like advanced search filtering or result management.

Completeness3/5

The server covers basic search functionality with web_search and server status with get_server_info, but there are notable gaps. For example, it lacks tools for saving, organizing, or analyzing search results, which would be useful for the described use cases like course development. The surface is functional but incomplete for sustained workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues