@pipeworx/httpbin
Connect: https://gateway.pipeworx.io/httpbin/mcp · Install: one-click buttons
Tools: 16
httpbin.org MCP — keyless HTTP request/response echo for debugging.
Tools
get(query?, headers?)— echo a GET (query/headers as JSON objects)post(body?, headers?, content_type?)— echo a POSTheaders()— echo caller’s headersip()— caller’s IP (as gateway egress)user_agent()— caller’s User-Agentstatus(code)— return the given HTTP status codedelay(seconds)— sleep N seconds then returnuuid()— return a UUIDbase64_encode(s)— base64-encode a stringbase64_decode(s)— base64-decode a stringjson_anything()— echo{slideshow:…}sample JSONxml_anything()— sample XMLhtml_anything()— sample HTMLrobots_txt()— sample robots.txtimage(format)— sample image (jpeg|png|svg|webp)cookies()— caller’s cookies
Data source
https://httpbin.org
Tools
- 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.
Tools
-
base64_decode— Base64 decode. -
base64_encode— Base64 encode. -
cookies— Caller cookies. -
delay— Sleep N seconds. -
get— Echo a GET. -
headers— Echo caller's headers. -
html_anything— Sample HTML. -
image— Sample image metadata (returns URL). -
ip— Caller IP (gateway egress). -
json_anything— Sample JSON. -
post— Echo a POST. -
robots_txt— Sample robots.txt. -
status— Return given HTTP status. -
user_agent— Caller User-Agent. -
uuid— Random UUID. -
xml_anything— Sample XML.