Skip to main content
Glama
pipeworx-io

words

by pipeworx-io

mcp-words

Words MCP — 封装了 Datamuse API(免费,无需认证)

属于 Pipeworx 的一部分——一个将 AI 代理连接到 1394+ 个实时数据源的 MCP 网关。

工具

工具

描述

find_synonyms

查找单词的同义词,按相似度评分排序。

find_rhymes

查找与给定单词押韵的单词,按评分排序。

find_related

按特定关系类型查找与给定单词相关的单词。关系类型:"syn"(同义词)、"ant"(反义词)、"rhy"(押韵词)、"trg"(触发词/关联词)、"jja"(名词的形容词)、"jjb"(形容词的名词)。

autocomplete

使用 Datamuse 建议端点返回给定前缀字符串的单词补全。接受一个前缀(例如 "hel"),返回按评分排序的匹配单词(例如 "hello"、"help"、"helpless")。

find_words

高级单词搜索。查找同时满足含义、发音和拼写约束的单词。

Related MCP server: Thesaurus By Api Ninjas

快速开始

添加到您的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "words": {
      "url": "https://gateway.pipeworx.io/words/mcp"
    }
  }
}

或者连接到完整的 Pipeworx 网关,以访问全部 1394+ 个数据源:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

与 ask_pipeworx 配合使用

无需直接调用工具,您可以用自然英语提问:

ask_pipeworx({ question: "your question about Words data" })

网关会自动选择正确的工具并自动填充参数。

更多

许可证

MIT

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-words'

If you have feedback or need assistance with the MCP directory API, please join our Discord server