words
mcp-words
Words MCP — обёртка над Datamuse API (бесплатно, без авторизации)
Часть Pipeworx — MCP-шлюз, соединяющий AI-агентов с 1394+ живыми источниками данных.
Инструменты
Инструмент | Описание |
| Находит синонимы для слова, отсортированные по степени сходства. |
| Находит слова, рифмующиеся с заданным словом, отсортированные по рейтингу. |
| Находит слова, связанные с заданным словом по определённому типу связи. Типы связи: "syn" (синонимы), "ant" (антонимы), "rhy" (рифмы), "trg" (триггеры/ассоциированные слова), "jja" (прилагательные для существительного), "jjb" (существительные для прилагательного). |
| Возвращает варианты завершения слова для заданного префикса, используя конечную точку предложений Datamuse. Принимает префикс (например, "hel") и возвращает подходящие слова, отсортированные по рейтингу (например, "hello", "help", "helpless"). |
| Расширенный поиск слов. Находит слова, соответствующие комбинации ограничений по значению, произношению и написанию. |
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
This server cannot be installed
Maintenance
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
Dictionary MCP — wraps Free Dictionary API (free, no auth)
Wiktionary MCP — multilingual dictionary via Wikimedia REST + MediaWiki Action API
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides access to API Ninjas Random Word API to generate random words by type (noun, verb, adjective, adverb) for creative writing, games, and language learning applications.1MIT
- AlicenseBqualityDmaintenanceProvides access to synonyms and antonyms for words through the API Ninjas Thesaurus API, enabling vocabulary enhancement and word exploration.1MIT
- AlicenseBqualityDmaintenanceProvides dictionary lookup functionality through the API Ninjas Dictionary API, allowing users to search for word definitions and meanings through natural language queries.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Merriam-Webster's Collegiate Dictionary and thesaurus via natural language, providing definitions, synonyms, and related word data.15MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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