MCP server exposing 16 tools for httpbin.
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/httpbin/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get — Echo a GET.post — Echo a POST.headers — Echo caller's headers.ip — Caller IP (gateway egress).user_agent — Caller User-Agent.status — Return given HTTP status.delay — Sleep N seconds.uuid — Random UUID.base64_encode — Base64 encode.base64_decode — Base64 decode.json_anything — Sample JSON.xml_anything — Sample XML.html_anything — Sample HTML.robots_txt — Sample robots.txt.image — Sample image metadata (returns URL).cookies — Caller cookies.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/httpbin/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io