Skip to main content
Glama
pipeworx-io

words

by pipeworx-io

mcp-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