words
mcp-words
Words MCP — umhüllt die Datamuse API (kostenlos, keine Authentifizierung erforderlich)
Teil von Pipeworx — ein MCP-Gateway, das KI-Agenten mit 1394+ Live-Datenquellen verbindet.
Werkzeuge
Werkzeug | Beschreibung |
| Findet Synonyme für ein Wort, sortiert nach Ähnlichkeitswert. |
| Findet Wörter, die sich auf ein gegebenes Wort reimen, sortiert nach Punktzahl. |
| Findet Wörter, die mit einem gegebenen Wort durch einen bestimmten Beziehungstyp verbunden sind. Beziehungstypen: "syn" (Synonyme), "ant" (Antonyme), "rhy" (Reime), "trg" (Auslöser/assoziierte Wörter), "jja" (Adjektive für ein Nomen), "jjb" (Nomen für ein Adjektiv). |
| Gibt Wortvervollständigungen für eine bestimmte Präfixzeichenfolge mithilfe des Datamuse-Vorschlagsendpunkts zurück. Nimmt ein Präfix (z. B. "hel") und gibt passende Wörter sortiert nach Punktzahl zurück (z. B. "hello", "help", "helpless"). |
| Erweiterte Wortsuche. Findet Wörter, die einer Kombination aus Bedeutung, Aussprache und Rechtschreibbeschränkungen entsprechen. |
Related MCP server: Thesaurus By Api Ninjas
Schnellstart
Fügen Sie zu Ihrem MCP-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):
{
"mcpServers": {
"words": {
"url": "https://gateway.pipeworx.io/words/mcp"
}
}
}Oder verbinden Sie sich mit dem vollständigen Pipeworx-Gateway, um Zugriff auf alle 1394+ Datenquellen zu erhalten:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Verwendung mit ask_pipeworx
Anstatt Tools direkt aufzurufen, können Sie Fragen in einfachem Englisch stellen:
ask_pipeworx({ question: "your question about Words data" })Das Gateway wählt das richtige Tool aus und füllt die Argumente automatisch aus.
Mehr
Lizenz
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