Skip to main content
Glama
xiaobenyang-com

Lookup-Modern-Chinese-Dictionary

README.md
# 查现代汉语词典 Lookup Modern Chinese Dictionary

从现代汉语词典中检索单词释义,为用户提供便捷的词典查询服务。
Search for word definitions from modern Chinese dictionaries to provide users with convenient dictionary query services.## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

| 工具 Tool   | 描述 Description         |
|-------|--------------------|
| lookup_word | 查单词 |


## 检查服务 ## Inspector

工具在线测试: [https://mcp.xiaobenyang.com/inspector/1809126168192010](https://mcp.xiaobenyang.com/inspector/1809126168192010)

Online Tool test [https://mcp.xiaobenyang.com/inspector/1809126168192010](https://mcp.xiaobenyang.com/inspector/1809126168192010)

## 服务配置 MCP Server Config


> #### 如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?
> 访问小笨羊科技网站 [https://xiaobenyang.com](https://xiaobenyang.com),注册用户即可获得APIKEY
> Visit XiaoBenYang website [https://xiaobenyang.com](https://xiaobenyang.com), register and get the APIKEY.

### SSE
```json
{
  "mcpServers": {
    "查现代汉语词典": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1809126168192010/sse"
    }
  }
}
```
### STREAMABLE HTTP
```json
{
  "mcpServers": {
    "查现代汉语词典": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1809126168192010/mcp"
    }
  }
}
```
### STDIO
```json
{
    "mcpServers": {
        "查现代汉语词典": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1809126168192010",
          },
          "transport": "stdio"
        }
      }
}

```

TDQS

C2.5/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The tool's purpose is clearly defined as looking up words in a dictionary, making it completely distinct by default.

Naming Consistency5/5

A single tool inherently has perfect naming consistency, as there are no other tools to compare it against. The tool name 'lookup_word' follows a clear verb_noun pattern, which would be consistent if more tools were added.

Tool Count2/5

A single tool for a dictionary server feels thin and under-scoped. While a basic lookup function is essential, typical dictionary services might include additional operations like searching by definition, getting synonyms, or handling multiple languages, making one tool insufficient for comprehensive coverage.

Completeness2/5

The tool surface is severely incomplete for a dictionary domain. It only provides word lookup, missing obvious functionalities such as searching for words by meaning, getting pronunciation, examples, or related terms. This will likely cause agent failures when more complex queries are needed.

Maintenance

ActivityInactive
ResponsivenessNo issues