post
ActiveTool of Httpbin
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"body": {
"name": "test",
"value": 123
},
"content_type": "application/json"
},
{
"body": "plain text data",
"headers": {
"X-Request-ID": "abc123"
}
}
],
"properties": {
"body": {},
"headers": {
"type": "object"
},
"content_type": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Httpbin
https://github.com/pipeworx-io/mcp-httpbin
1/7 registries