get
ActiveTool of Httpbin
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"query": {
"limit": 10,
"search": "httpbin"
},
"headers": {
"X-Custom-Header": "value"
}
},
{
"query": {
"page": 1
}
}
],
"properties": {
"query": {
"type": "object"
},
"headers": {
"type": "object"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Httpbin
https://github.com/pipeworx-io/mcp-httpbin
1/7 registries