MCP server exposing 4 tools for tldr-pages.
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/tldr-pages/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
page — Render tldr page for a command.commands — List every command-line utility that has a tldr-pages cheatsheet, filtered to one platform (common, linux, osx, windows, android, sunos, freebsd) and one ISO 639-1 language, read from the tldr-pages index published on GitHub. Returns the command names plus a count. Answers which shell commands tldr documents for a given platform, before fetching a page.platforms — List the platform keys present across the tldr-pages cheatsheet collection (common, linux, osx, windows, android, sunos, freebsd), derived from the tldr-pages index published on GitHub. Returns the sorted set of platform values that the page, commands, and search tools in this pack accept. Answers which platform value to pass when looking up a tldr command cheatsheet.search — Substring search across page titles.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/tldr-pages/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io