morse_decode
Pack: nato · Endpoint: https://gateway.pipeworx.io/nato/mcp
Decode Morse code back to text. Accepts letters separated by spaces and words by ”/” or ” ” (double space). Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
morse | string | yes | Morse code, e.g. ”… .. / - … . .-. .” |
Example call
curl -X POST https://gateway.pipeworx.io/nato/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"morse_decode","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"nato": {
"url": "https://gateway.pipeworx.io/nato/mcp"
}
}
}
See Getting Started for client-specific install steps.