examples
Pack: wordnik · Endpoint: https://gateway.pipeworx.io/wordnik/mcp
Usage examples.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
word | string | yes | |
limit | number | no | |
skip | number | no | |
includeDuplicates | boolean | no | |
useCanonical | boolean | no |
Example call
curl -X POST https://gateway.pipeworx.io/wordnik/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"examples","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"wordnik": {
"url": "https://gateway.pipeworx.io/wordnik/mcp"
}
}
}
See Getting Started for client-specific install steps.