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 — Send a GET request to httpbin.org and receive back the echoed request: query parameters (query object), custom headers, origin IP, and User-Agent. Use for HTTP debugging.post — Send a POST request to httpbin.org with optional body and custom headers; returns the echoed request including parsed JSON body, form data, and headers.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 — Fetch a sample JSON response from httpbin.org (/json). Use to verify JSON content-type handling or as a placeholder in tests.xml_anything — Fetch a sample XML response from httpbin.org (/xml). Use to verify XML content-type handling or as a placeholder in tests.html_anything — Fetch a sample HTML response from httpbin.org (/html). Use to verify HTML content-type handling or as a placeholder in tests.robots_txt — Fetch a sample robots.txt from httpbin.org (/robots.txt). Use to test robots.txt parsing or as a content-type placeholder.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