yiGmMk/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JINA_API_KEY | Yes | API key from Jina AI (https://jina.ai/reader) | |
| GOOGLE_AI_STUDIO_KEY | Yes | API key from Google AI Studio (https://aistudio.google.com/apikey) |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetchB | 使用 r.jina.ai 读取 URL 并获取其内容 |
| searchA | 使用 s.jina.ai 搜索网络并获取 SERP,Reader 就会搜索网络并返回前五个结果及其 URL 和内容,每个结果都以干净、LLM 友好的文本显示。这样,您就可以始终让您的 LLM 保持最新状态,提高其真实性,并减少幻觉。不支持用作翻译 |
| translateB | 使用 gemini 翻译文本,中英文互译 |
| translate_deeplB | 使用 deepl 翻译,支持多种语言互译 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| prompt optimization | 优化提示词 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
The tools fetch and search are clearly distinct. However, the two translation tools (translate and translate_deepl) have overlapping purposes, and agents may struggle to choose between them without strong preferences for Gemini vs. DeepL.
All tool names are lowercase and follow a predictable verb pattern. 'translate_deepl' uses a suffix to specify the engine, which is consistent with the naming scheme.
With 4 tools, the server is on the smaller side but covers its intended scope (fetch, search, translate). It is not overly sparse and could reasonably be expanded with additional utilities.
The server covers fetching URLs, searching the web, and translating with two engines. There is minor duplication in translation tools, and no summarization or extraction tools, but the core functionality is present.