suggest
Pack: datamuse · Endpoint: https://gateway.pipeworx.io/datamuse/mcp
Autocomplete suggestions for a partial word or phrase using the Datamuse engine.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
prefix | string | yes | The partial word / phrase typed so far. |
max | number | no | Max suggestions, 1-1000 (default 10). |
Example call
curl -X POST https://gateway.pipeworx.io/datamuse/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"suggest","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"datamuse": {
"url": "https://gateway.pipeworx.io/datamuse/mcp"
}
}
}
See Getting Started for client-specific install steps.