MCP server exposing 4 tools for numbers.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/numbers/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
convert_base — Convert an integer between numeral bases 2-36 (keyless, offline). E.g. number "ff" from_base 16 to_base 2 -> "11111111".to_roman — Convert an integer (1-3999) to Roman numerals.from_roman — Convert a Roman numeral to an integer (rejects malformed numerals).number_to_words — Spell an integer in English words, e.g. 1234 -> "one thousand two hundred thirty-four".Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/numbers/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io