The user wants a short "about" introduction in HTML format for an MCP server called "Integrated Search MCP Server". Let me write a concise, informative description based on the name and positioning.
Key points:
- It's an MCP (Model Context Protocol) server
- Name: Integrated Search MCP Server
- Tagline: Search web pages and manage work orders in one go, maximizing AI collaborative development efficiency
- Should mention what it connects to and whether API keys might be needed
- Output should be HTML fragments with safe tags only
- No code blocks, no JSON config, no fake tokens
Let me craft this:
- Search web content (likely needs a search API key like Bing, Google, Tavily, etc.)
- Manage tickets/work orders (could be GitHub Issues, Jira, Linear, etc.)
- AI collaboration development efficiency
Since it's an "integrated search" that also handles tickets, it likely needs:
- A web search API key (e.g., SerpAPI, Bing Search API, Tavily)
- Possibly a ticket system API key/token (Jira, Linear, GitHub)
I'll write a short intro in Chinese as requested (中文导购编辑).
关于 Integrated Search MCP Server
Integrated Search MCP Server 是一款面向 AI 协作开发场景的 MCP 服务,将「网页搜索」与「工单/任务管理」整合到一个接口里,让模型在对话中既能查资料,又能创建、更新和跟踪工单,省去来回切换多个工具的麻烦。
- 能接什么:对接主流搜索引擎(可配置如 Tavily、Bing、Google Serp 等)以及常见工单/任务平台(如 Jira、Linear、GitHub Issues 等),统一以 MCP 工具的形式暴露给 AI 客户端。
- 可能需要的密钥:启用前通常需在环境中配置所选搜索引擎的
SEARCH_API_KEY,以及工单平台的访问令牌(如 JIRA_API_TOKEN、LINEAR_API_KEY 或 GITHUB_TOKEN);具体项以接入的子服务为准。
- 典型用途:开发过程中让 AI 自动检索技术方案、定位 Bug,并直接把发现的问题或跟进事项写入工单,闭环提速。
适合希望用一个 MCP 节点同时搞定「查资料 + 推任务」的研发团队与个人开发者。